Multiple concurrent versions
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Sun Jun 18 09:09:00 GMT 2000
> I have a Sun E-250 running Solaris 2.6 with the sun compiler, gcc 2.8.1,
> and gcc 2.95.2. The Sun compiler and gcc 2.8.1 work fine, but when I do
> gcc -v on the newly installed 2.95.2, I am told that the driver is
> 2.95.2 but using the 2.8.1 libraries. I want to use the latest
> libraries when I run the latest driver. How can I make this happen?
What is the exact message you get? There are no 2.8.1 libraries it
could use...
Perhaps you did not install a compiler using a "full bootstrap"? When
installing gcc, you should "make bootstrap", not just "make".
Regards,
Martin
More information about the Gcc-help
mailing list