I noticed a couple problems with http://hub.opensolaris.org/bin/view/Community+Group+tools/sun_studio_12_tools. Unfortunately, I didn't see a way that I could add a comment to the page, even after authenticating.
The instructions say... - Unpack the compressed tar archive into the /opt directory with the commands: # cd /opt For Sep 2009 download: # /usr/bin/bzcat //DOWNLOAD-DIRECTORY///sunstudio12-patched-ii-//DATE//-//PLATFORM//.tar.bz2| /bin/tar -xf - But this will do the wrong thing because the contents of the file are appropriate for /opt/SUNWspro, not /opt. $ bzcat /tmp/sunstudio12-patched-ii-2009Sep-sol-x86.tar.bz2 | tar tf - ... ./bin/ ./bin/c89 symbolic link to ../prod/bin/c89 ./bin/c99 symbolic link to ../prod/bin/c99 ./bin/cb symbolic link to ../prod/bin/cb ... Additionally, there is no need for MANPATH so long as you have PATH set properly. http://hub.opensolaris.org/bin/view/Community+Group+on/2008051501 -- Mike Gerdts http://mgerdts.blogspot.com/ _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org