Re: Bug in dynamic linker
> James Moody <james@cr836502-a.slnt1.on.wave.home.com> writes:
>
> > > gcc -o test test.c
> > Segmentation fault
> >
> > > cd /usr/src/linux
> > /usr/src/linux> make config
> > BUG IN DYNAMIC LINKER ld.so: Segmentation fault
> >
>
> i had the same problems before i recompiled my own linker. can you
> just try to do 'ld -V' and see if that dumps core. at least i'll know
> i am not the only one who has these kind of problems.
ipx:~# ld -V
GNU ld version 2.9.1 (with BFD 2.9.1.0.25)
Supported emulations:
elf32_sparc
sparclinux
sun4
elf64_sparc
No core dump there...
ipx:~# ld --help
Usage: ld [options] file...
... (deleted)...
ld: supported targets: elf32-sparc a.out-sparc-linux a.out-sunos-big elf64-sparc srec symbolsrec tekhex binary ihex
ld: supported emulations: elf32_sparc sparclinux sun4 elf64_sparc
Any ideas? I'll try compiling my own, just to see if it helps.
james
Reply to: