The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-25-2007
sysgate's Avatar
sysgate sysgate is offline Forum Advisor  
Unix based
  
 

Join Date: Nov 2006
Location: Bulgaria
Posts: 1,323
This command is there to ensure that gcc location will be available in the PATH environment, if you are sure that your user can access it, it's ok, I guess you can skip this part. Do a "which gcc" and you will find out the location of the compiler.
For example, in my case, I have gcc at /usr/sfw/bin/gcc, so I had to add this location to the PATH env.