This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Shared library linking problem.
- To: egcs at cygnus dot com
- Subject: Shared library linking problem.
- From: Rob Browning <rlb at cs dot utexas dot edu>
- Date: 28 Oct 1997 16:59:45 -0600
We recently switched to egcs here for a project which built a bunch of
shared libraries (platform is linux/libc6). The problem is that now
we can only get our applications to run if we link in our object files
statically. If we try to use shared libraries as we did with the
normal gcc, we get this error on launch:
BUG IN DYNAMIC LINKER ld.so: ../sysdeps/i386/dl-machine.h: 291:
elf_machine_rel: Assertion `! "unexpected dynamic reloc type"' failed!
Thanks in advance for any assistance.
--
Rob Browning <rlb@cs.utexas.edu>
PGP fingerprint = E8 0E 0D 04 F5 21 A0 94 53 2B 97 F5 D6 4E 39 30