Mail Archives: djgpp-workers/2002/01/14/05:51:00
On 12 Jan 2002 at 19:43, Tim Van Holder wrote:
> With the binutils from clio, and stock libiconv 1.7
> (BTW, anyone know if libiconv is in CVS anywhere, and
> if so, where?), I get
>
> gcc -O -I. -I. -I.. -I./.. -g -O2 -DHAVE_CONFIG_H
> -DLIBDIR=\"/dev/env/DJDIR/lib\" -c ./localcharset.c -fPIC -DPIC -o
> .libs/localcharset.lo
> f:/djgppxp/bin/as.exe: bfd assertion fail
Try to give sime hint to configure to avoid using -fPIC
> /dj204/gnu/binutl-2.112/bfd/coff-i386.c:529
> f:/djgppxp/tmp\ccixFg6j.s: Assembler messages:
> f:/djgppxp/tmp\ccixFg6j.s:82: Error: cannot represent relocation type
> BFD_RELOC_386_GOTOFF
> f:/djgppxp/bin/as.exe: bfd assertion fail
> /dj204/gnu/binutl-2.112/bfd/coff-i386.c:529
> f:/djgppxp/tmp\ccixFg6j.s:112: Error: cannot represent relocation type
> BFD_RELOC_386_GOTOFF
> f:/djgppxp/bin/as.exe: bfd assertion fail
> /dj204/gnu/binutl-2.112/bfd/coff-i386.c:529
> f:/djgppxp/tmp\ccixFg6j.s:114: Error: cannot represent relocation type
> BFD_RELOC_386_GOTOFF
> f:/djgppxp/bin/as.exe: bfd assertion fail
> /dj204/gnu/binutl-2.112/bfd/coff-i386.c:529
> f:/djgppxp/tmp\ccixFg6j.s:121: Error: cannot represent relocation type
> BFD_RELOC_386_PLT32
>
> Now I remember getting this before, and IIRC it turned
> out to be a gas thing (either --with-bfd-assembler was
> required, or just the opposite).
> Andrew, did you use the DJGPP config scripts when
> building binutils, or is this resurfacing due to changes
> in binutils or libiconv?
>
>
>
- Raw text -