>BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 450: 
>elf_machine_rel:
>Assertion `! "unexpected dynamic reloc type"' failed!

95% of the time this is caused by an object that wasn't built with -fPIC being 
included in the library.  The other 5% of the time it's turned out to be a 
compiler bug so far.

You can use `objdump --dynamic-reloc' to get some clues about what's going on.
Tell-tale things to look for are R_ARM_PC24 relocs - there should be none in a 
shared object.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to