[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/20099] binutils: Obscure `ld' error on 32-bit Ubuntu "_moddi3: .
From: |
matthew at giassa dot net |
Subject: |
[Bug ld/20099] binutils: Obscure `ld' error on 32-bit Ubuntu "_moddi3: .... error adding symbols: Bad value" |
Date: |
Mon, 16 May 2016 20:32:15 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20099
Matthew Giassa <matthew at giassa dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Matthew Giassa <matthew at giassa dot net> ---
I tried again with a local build of binutils, but had the same results:
> ld --version
> GNU ld (GNU Binutils) 2.26.20160125
In the end, I removed `-lpthread' from my linker options and had `-lc' as the
first item in the library list. The only external dependencies I'm using are
Intel IPPv7 and libBoost v1.60.0; both statically linked into libmx2.so.
The closest remotely similar bug I could find on this was
https://sourceware.org/bugzilla/show_bug.cgi?id=6431
Closing, since I was able to resolve the issue. Not sure if this is a true fix
though, since this again only happens on x86 with binutils 2.26 and gcc5.
--
You are receiving this mail because:
You are on the CC list for the bug.