Re: Build errors on Solaris
Posted by Attila Barcsik on Jan 13, 2011; 9:14am
URL: https://forum.jogamp.org/Build-errors-on-Solaris-tp2151661p2247208.html
Hi Wade!
Almost all packages were preinstalled on my Solaris systems, I've installed only two programs:
1. git
2. gcc - The GNU C compiler
( pay attention to install the compiler too and not only the runtime libraries. The package name probably won't be "gcc", it will include a version number such as "gcc-3" and "gcc-3-runtime" and not "gcc-runtime" )
All the other dev/devel stuff which is needed on Ubuntu/Red Hat is already pre installed on Solaris systems. (If not, make sure these are installed: libICE, libSM, libX11, libXext, libXau, libXdmcp, libXt, libXxf86vm, libXinerama, libXrandr, mesa, xorg, x11)
I have a notice here: there are no package names with "dev" or "devel" ending, just these core packages - I assume that these contain the development stuff too.
Best Regards,
Attila