This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
glibc or egcs pb?
- To: egcs at cygnus dot com
- Subject: glibc or egcs pb?
- From: <neal at ctd dot comsat dot com>
- Date: Mon, 20 Oct 1997 23:03:19 -0400
Just built qt-1.31 lib on linux glibc-2.0.5 egcs-971016.
Any ideas?
neptune:/usr/local/src/qt-1.31/examples/hello% LD_LIBRARY_PATH=/usr/local/src/qt/lib ./hello
BUG IN DYNAMIC LINKER ld.so: ../sysdeps/i386/dl-machine.h: 291: elf_machine_rel: Assertion `! "unexpected dynamic reloc type"' failed!
neptune:/usr/local/src/qt-1.31/examples/hello% ldd ./hello
libqt.so.1 => not found
libc.so.6 => /lib/libc.so.6 (0x40011000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
neptune:/usr/local/src/qt-1.31/examples/hello% LD_LIBRARY_PATH=/usr/local/src/qt/lib ldd ./hello
libqt.so.1 => /usr/local/src/qt/lib/libqt.so.1 (0x4000b000)
libc.so.6 => /lib/libc.so.6 (0x401bb000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40253000)
neptune:/usr/local/src/qt-1.31/examples/hello% ll /usr/local/src/qt/lib
total 1962
lrwxrwxrwx 1 neal neal 13 Oct 20 22:44 libqt.so -> libqt.so.1.31
lrwxrwxrwx 1 neal neal 13 Oct 20 22:44 libqt.so.1 -> libqt.so.1.31
-rwxr-xr-x 1 neal neal 1999497 Oct 20 22:44 libqt.so.1.31