This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successfull install
- To: Richard Verdugo <lizrich at earthlink dot net>
- Subject: Re: Successfull install
- From: Eric Christopher <echristo at cygnus dot com>
- Date: Tue, 29 Feb 2000 10:40:00 -0800
- CC: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- References: <810FFCD16F94D211A8E30008C709BA0B06B7EE@UNIV_EMAIL1>
> I just installed gcc version 2.95.2 and it went ok, when I ran config.guess I got: i686-pc-linux-gnu
> BUT,
> when I ran gcc -v or egcs -v I got: Reading Specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314/Linus
> (egcs-1.1.2 release)
> Still the old version. It's like I never did the upgrade. And I can't compile simple C++ programs as a result.
If you built from source you probably installed into /usr/local and it
looks like you have /usr/bin in your path before /usr/local/bin. Try
resetting your path and making sure you are calling the correct
gcc/g++. Another thought is to check the permissions on your install.
-eric