Open petere opened 2 years ago
what version of ld do you have? Which linker do you have?
FYI.. https://issues.guix.gnu.org/issue/57849
Looks like using -Wl,-w
will help.
what version of ld do you have? Which linker do you have?
@(#)PROGRAM:ld PROJECT:ld64-819.6
BUILD 21:47:27 Sep 13 2022
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
LTO support using: LLVM version 14.0.0, (clang-1400.0.29.102) (static support for 29, runtime is 29)
TAPI support using: Apple TAPI version 14.0.0 (tapi-1400.0.11)
Any use of
-undefined dynamic_lookup
on macOS now appears to draw a warning.Example project:
This happens for every
shared_module()
now.Information on this is scant, but it seems clear that this option is on its way out. In any case, having these warnings is annoying.