in reply to Re: Solaris and Icons
in thread Solaris and Icons

Vanilla Solaris does not come with a compiler. The Software Companion CD/DVD does have gcc on it but that is not guarenteed to be installed and even if it is the PATH likely needs to be updated. For example:
export PATH="/usr/sfw/bin:/opt/sfw/bin/:$PATH" export LD_LIBRARY_PATH="/usr/sfw/lib:/opt/sfw/lib/:$LD_LIBRARY_PATH"