Re: building on Solaris SPARC
Posted by
BFarns on
May 30, 2013; 10:49pm
URL: https://forum.jogamp.org/building-on-Solaris-SPARC-tp4029278p4029280.html
Xerxes Rånby wrote
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
Thank you, actually it was on the system just not in the path variable.