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++ soname in egcs 1.1 and 1.0.3


Hi,

On linux/x86/glibc 2, libstdc++ is not compatible between egcs
1.0.3 and 1.1 due to MT-safe EH. But they use the same soname.
That causes a problem. All C++ binaries on my RedHat 5.1 compiled
against egcs 1.0.3 stop working due to incompatible libstdc++.so.2.8
when I installed egcs 1.1 snapshot. It has to be fixed for egcs 1.1.

-- 
H.J. Lu (hjl@gnu.org)


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