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]

Shared library linking problem.



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


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