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]

Re: Unexpected dynamic reloc type failed




On Tue, 3 Jul 2001, Alex Buell wrote:
> [alex@tahallah]/home/alex/src/OpenGL/glut-3.7/progs/demos/atlantis > ./atlantis
> BUG IN DYNAMIC LINKER ld.so: ../sysdeps/sparc/sparc32/dl-machine.h: 435: elf_machine_rela: Assertion `! "unexpected dynamic reloc type"' failed!
> 
> What does this means? I have binutils 2.11.2 and gcc 2.95.3 installed.

This is sparc-linux?  Binutils added a few new relocation types for sparc,
which your ld.so may not understand.  If so, that's a glibc issue...
certainly not gcc.

Jeff


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