https://sourceware.org/bugzilla/show_bug.cgi?id=23413

--- Comment #4 from Cary Coutant <ccoutant at gmail dot com> ---
Gold is not configured by default to search /usr/local/lib.

To configure gold to search /usr/local/lib, use

  configure ... --with-lib-path=/lib:/usr/lib:/usr/local/lib

Or you can configure GCC to add "-L /usr/local/lib" to the linker options.

-- 
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

Reply via email to