Trying to compile binutils 2.20.1 fails because the bin2c utility cannot link.
The undefined symbols are clearly from libintl, so adding $(LIBINTL) to the command line in the generated binutils/Makefile allowed me to continue the build. I'm not sure what is the way to go here: either add $(LIBINTL) to that command line (around line 1213 of binutils/Makefile.in), or some other magic; I'm not familiar with the binutils sources. -- Summary: bin2c cannot link because it requires libintl Product: binutils Version: 2.20 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: vincent at labri dot fr CC: bug-binutils at gnu dot org GCC build triplet: x86_64-unknown-netbsd5.0. GCC host triplet: x86_64-unknown-netbsd5.0. http://sourceware.org/bugzilla/show_bug.cgi?id=11383 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils