https://sourceware.org/bugzilla/show_bug.cgi?id=24815
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Hi Ismael, Have you tried linking with the "--allow-shlib-undefined" linker command line option enabled ? By default the ld linker insists that undefined symbols in shared libraries must be resolved by other libraries/objects present on the linker command line. (The gold linker does not default to this behaviour by the way). The reason being that it forces builders to put all of the shared libraries that their application needs on the command line. Thus making it clear to anyone examining the command line, or the build system, exactly which shared libraries are needed by the application. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils