libobjc2 icon indicating copy to clipboard operation
libobjc2 copied to clipboard

Build on OpenBSD 7.0 fails - undefined cxx_throw test_eh_personality

Open rmottola opened this issue 2 years ago • 0 comments

A fresh build, fresh configured with "ccmake ." yields:

[ 12%] Linking C executable CXXExceptions_legacy_optimised
ld: error: /home/multix/code/gnustep-svc/libobjc2/Build/libobjc.so: undefined reference to cxx_throw() [--no-allow-shlib-undefined]
ld: error: /home/multix/code/gnustep-svc/libobjc2/Build/libobjc.so: undefined reference to test_eh_personality [--no-allow-shlib-undefined]
cc: error: linker command failed with exit code 1 (use -v to see invocation)

rmottola avatar Dec 14 '21 00:12 rmottola