This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unexpected dynamic reloc type failed
- To: Alex Buell <alex dot buell at tahallah dot demon dot co dot uk>
- Subject: Re: Unexpected dynamic reloc type failed
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 3 Jul 2001 21:05:07 -0400 (EDT)
- cc: Mailing List - GCC <gcc at gcc dot gnu dot org>
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