https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237068
--- Comment #41 from Mark Millard <[email protected]> --- (In reply to Mark Millard from comment #40) I should have noted: this is based on a gcc 4.2.1 toolchain FreeBSD context, not one of my more modern toolchain experiments. So: GNU ld (GNU Binutils) 2.32 # /usr/bin/ld -v GNU ld 2.17.50 [FreeBSD] 2007-07-03 Thus, for example, the /lib/libncurses.so.8 in: # ldd lib/libLLVM-6.0.so lib/libLLVM-6.0.so: libncurses.so.8 => /lib/libncurses.so.8 (0x41e00000) libc.so.7 => /lib/libc.so.7 (0x41862000) was not produced by the more modern ld : # /usr/local/bin/ld -v GNU ld (GNU Binutils) 2.32 but /lib/libncurses.so.8 was used by 2.32 in forming lib/libLLVM-6.0.so . -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
