You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building on MacOS 11.7 (AppleClang 13.0.0.13000029):
At first I run cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_TESTS=NO -DENABLE_TESTS_COMPONENT=NO -DENABLE_STRICT=NO the build then fails when linking:
Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
convert_from_to(char const*, char const*, char const*) in charconv.cc.o
"_libiconv_close", referenced from:
convert_from_to(char const*, char const*, char const*) in charconv.cc.o
"_libiconv_open", referenced from:
convert_from_to(char const*, char const*, char const*) in charconv.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/bctoolbox.framework/Versions/A/bctoolbox] Error 1
make[1]: *** [src/CMakeFiles/bctoolbox.dir/all] Error 2
make: *** [all] Error 2
Following the exact same steps I build successfully on ArchLinux (GNU 12.2.1)
The text was updated successfully, but these errors were encountered:
I'm building on MacOS 11.7 (AppleClang 13.0.0.13000029):
At first I run
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_TESTS=NO -DENABLE_TESTS_COMPONENT=NO -DENABLE_STRICT=NO
the build then fails when linking:Following the exact same steps I build successfully on ArchLinux (
GNU 12.2.1
)The text was updated successfully, but these errors were encountered: