[Bug binutils/6937] binutils 2.18 fails linking libopcodes.so due to missing symbols
--- Additional Comments From nickc at redhat dot com 2008-10-10 11:35 --- Hi Peter, I have checked the patch in with the dependency added as suggested. Cheers Nick opcodes/ChangeLog 2008-10-10 Nick Clifton <[EMAIL PROTECTED]> PR 6937 * configure.in (SHARED_LIBADD): Add libiberty.a. (SHARED_DEPENDENCIES): Add libiberty.a. -- What|Removed |Added Status|WAITING |RESOLVED Resolution||FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=6937 --- 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
[Bug binutils/6937] binutils 2.18 fails linking libopcodes.so due to missing symbols
--- Additional Comments From ps dot m at gmx dot net 2008-10-10 09:27 --- patch is ok, consider to add ../libiberty/libiberty.a as a dependency too -- http://sourceware.org/bugzilla/show_bug.cgi?id=6937 --- 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
Can't run "install-strip" in binutils 2.18 ... ?
Is there another/better way to do this? I wanted to have the binutils tools stripped when they are installed. Typically for autoconfiscated environments I run "make install-strip" to do this. For binutils if I try this I get: make: *** No rule to make target `install-strip'. Stop. It looks like the top-level makefile in binutils doesn't grok the install-strip target. However if I look at the individual targets like the binutils subdirectory, they do have install-strip. On the gripping hand, though, I'm trying to cross-compile binutils and it doesn't work to cd directly to binutils-2.18/binutils and run "make install-strip" then it tries to use the "strip" command (which fails) instead of the cross-strip program, because the sub-makefiles expect the cross-tools to be provided as command-line overrides on the make invocation. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils