Update to gcc 2.95.2
llewelly@dbritsch.dsl.xmission.com
llewelly@dbritsch.dsl.xmission.com
Tue Jul 11 23:19:00 GMT 2000
On Tue, 11 Jul 2000, Peter A Barros wrote:
>
> So I went with the stuff off of the gcc homepage instead and everything
> seemed to go fine but when i do 'gcc -v' i get:
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>
> If i look in /gcc (where i installed 2.95.2) i have:
> Makefile config.status gcc libiberty texinfo
> config.cache etc i686-pc-linux-gnu mt-frag
hm? That looks like the ls of a *build* directory, not the install
directory.
What --prefix (if any) did you pass to configure?
If you did not use --prefix, than 'make install' put gcc in /usr/local.
So the gcc executable will be in /usr/local/bin, and the libs in
/usr/local/lib, and so on.
>
> So i think that everything is around but for some reason my system is
> using the older version
>
> Is there something i can do as far as moving files or having the system
> look for the new gcc?
>
> Thanks
>
>
[snip]
More information about the Gcc-help
mailing list