This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dual egcs/gcc-2.8.0 system in linux


I have just successfully built egcs-1.0.1, with gcc-2.8.0
installed already on a linux system, with the prefix set
to /usr/local/egcs-1.01. I wanted to build libstdc++ as a shared
library, but although it gets installed in the place I
set up for egcs (/usr/local/egcs-1.01/lib) it does not get
loaded, even if I put /usr/local/egcs-1.01/lib in my
/etc/ld.so.conf file. I guess this is because there is
already a libstdc++.so.2.8.0 in /usr/lib.

Is there a way to specify which libstdc++ should be used
with gcc-2.8.0 generated code and which should be used
with egcs-1.0.1 generated code?

Many thanks,

Michael Ben-Gershon
mybg@netvision.net.il


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]