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]

libstdc++.a in gcc-lib?


Hi,

    I am upgrading my compiler from 1.0.3a to 1.1. In the mean time
I need to compile my code using both compilers from time to time.
This causes a problem: both compilers have their own libstdc++ and
they are not compatible. The default installation installs libstdc++.a
into /usr/local/lib, which overwrites the old one. My question is:
is it a better idea to move libstdc++ into gcc-lib/<version> like
libgcc.a? Seems to me that the compiler depends on the library to
provide certain functions (such as EH) so libstdc++ is
compiler-specific anyway.

Comments?

Marco Yu
yumf@ultimatech.com


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