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]

compile libstdc++ 2.7.2?


netscape: error in loading shared libraries: /lib/libstdc++.so.2.7.2: i
undefined symbol: __register_exceptions

Is is possible to make libstdc++ 2.7.2 run on a system that's been
converted to glibc 2.1?  I get the above error when trying to run 
netscape.

I remember reading somewhere that it's not possible to compile
the 2.7.2 libs with newer gcc/egcs.  Has there been a patch?

This are the libraries that netscape is linked against.

        libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40017000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4001a000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40063000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4006c000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40083000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40095000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400a4000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400af000)
        libdl.so.2 => /lib/libdl.so.2 (0x40154000)
        libc.so.6 => /lib/libc.so.6 (0x40157000)
        libg++.so.2.7.2 => /usr/local/lib/libg++.so.2.7.2 (0x4023c000)
        libstdc++.so.2.7.2 => /lib/libstdc++.so.2.7.2 (0x40274000)
        libm.so.6 => /lib/libm.so.6 (0x402a5000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libm.so.5 => /lib/libm.so.5 (0x402c1000)

Fred


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