LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation location of GCC (https://www.linuxquestions.org/questions/linux-newbie-8/installation-location-of-gcc-4175432258/)

Saurabh322 10-15-2012 03:33 AM

Installation location of GCC
 
Can anybody tell me , what is the default location where gcc is installed in a Suse linux enterprise server? I want to see the installations locations of all the versions of gcc installed currently on my SLES machine.

Saurabh322 10-15-2012 04:00 AM

Got it folks...Its in /usr/lib64/gcc...
Thanks anyways.

John VV 10-15-2012 06:50 AM

suse uses
/usr

so in a configure line use

Code:

./configure --prefix=/usr

Quote:

/usr/lib64/gcc
that is NOT the only place
it is scattered all over /usr
/usr/bin/gcc-4.6 with a sim link to /usr/bin/gcc


All times are GMT -5. The time now is 10:38 PM.