Tip of the Day - Compiling in Solaris
I have a few tips that you might find useful in my experiences with building open source application under solaris 10.
On a default install solaris supplies the GCC tool-chain. You need to have the following two directories in your path. Put the following in your .profile.
export PATH=/usr/ccs/bin:/usr/sfw/bin:$PATH
I have also had more success with working in the bash shell over tcsh. This might just be the fact that I am more familiar with bash.
Trackbacks
Use the following link to trackback from your own site:
http://www.sysadminschronicles.com/trackbacks?article_id=tip_of_the_day_compiling&day=28&month=08&year=2007