Re: building on Solaris SPARC
Posted by
Xerxes Rånby on
May 30, 2013; 9:30pm
URL: https://forum.jogamp.org/building-on-Solaris-SPARC-tp4029278p4029279.html
BFarns wrote
I'm trying to build the gluegen and jogl jars on a Solaris 10 / SPARC using the instructions from:
http://jogamp.org/jogl/doc/HowToBuild.htmlBut the build is failing with the trace at the bottom of this post. I'm wondering, what is the strip program and why might it not be where it needs to be?
strip is a classic Unix command to remove extra information from object files, it makes the native libraries JOGL produces a bit smaller. You can safely remove the usage of strip if strip is unavailable under Solaris 10 but really it should be available under /usr/ccs/bin/strip
http://docs.oracle.com/cd/E23823_01/html/816-5165/strip-1.html