On 5/20/2009 3:09 PM, Jeff Waddell wrote: > I've been using the Sunw Transmission package (version 1.33) for the last few > months with OpenSolaris 11.2008, but would like to update to more current > versions (currently 1.61). I haven't been able to find any updated packages > on the dev, contrib, or blastware repositories and have tried building from > source with no luck (errors galore). Does anyone know of an updated package > or binary, or has had success building from source? Thanks! > Set your environment variables to prefer the GNU toolchain over native Sun compiler software and have things like libtool, m4, gcc, autoconf, automake, nasm and SUNWhea installed.
Do this by setting PATH="", INCLUDE_PATH="", and if you have to LD_LIBRARY_PATH="" for the session. Locations such as /usr/gnu/bin, /usr/sfw/bin, /usr/sfw/include, /usr/sfw/lib come to mind, and need to be put at the front of each variable, before locations like /usr/include, /usr/lib, /lib, /usr/bin, /lib, etc. You should probably verify these locations for the existence of GTK+ headers and mentioned dependent binaries and adjust accordingly. Some (a lot) software just won't build easily with SunPro CC and dmake. Use gmake and not 'make' when you build. - James
