|
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.
|