Oh, I see. I need to configure with --enable-gold to get the same version as Ubuntu 10.04
tar -zxf binutils-2.20.1.tar.gz
./configure --with-gnu-as --with-gnu-ld --enable-gold --prefix=~/binutils-2.20.1/build; make -j4; make install
And with that I can reproduce the bug.
~/binutils-2_20.1/build/bin/ld: internal error in output_symtab_index, at object.h:1086
Oh, I see. I need to configure with --enable-gold to get the same version as Ubuntu 10.04 2.20.1. tar.gz ~/binutils- 2.20.1/ build; make -j4; make install
tar -zxf binutils-
./configure --with-gnu-as --with-gnu-ld --enable-gold --prefix=
And with that I can reproduce the bug. 2_20.1/ build/bin/ ld: internal error in output_ symtab_ index, at object.h:1086
~/binutils-