>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> You are sure there are not mixing of io libs?

OK, I changed my script to use gcc-2.96 instead of g++-2.96, to avoid
the extra -lstdc++.

Nevertheless, ldd tells me that lyx-qt is linked against libstdc++. It
seems that I cannot avoid it, since Qt itself needs it (?)

However, lyx-xforms does not have that:

schuss: ldd lyx-xforms
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40028000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40047000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40056000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4005f000)
        libc.so.6 => /lib/libc.so.6 (0x40077000)
        libm.so.6 => /lib/libm.so.6 (0x401ac000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401ce000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402ac000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

And the crash still occurs... And since I use -nostdinc++, the 
'standard' c++ headers are not used either.

JMarc

Reply via email to