Hey guys,
I am getting the following error when building libobjc2 on OpenBSD, please advise:
Scanning dependencies of target WeakBlock_arc_legacy_optimised
[ 11%] Building C object Test/CMakeFiles/WeakBlock_arc_legacy_optimised.dir/WeakBlock_arc.m.o
[ 11%] Linking C executable WeakBlock_arc_legacy_optimised
ld: error: undefined symbol: _Unwind_Resume
>>> referenced by WeakBlock_arc.m
>>> CMakeFiles/WeakBlock_arc_legacy_optimised.dir/WeakBlock_arc.m.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error 1 in . (Test/CMakeFiles/WeakBlock_arc_legacy_optimised.dir/build.make:107 'Test/WeakBlock_arc_legacy_optimised': cd /tmp/libobjc2/...)
*** Error 2 in . (CMakeFiles/Makefile2:5380 'Test/CMakeFiles/WeakBlock_arc_legacy_optimised.dir/all': make -s -f Test/CMakeFiles/WeakBlock_a...)
*** Error 2 in /tmp/libobjc2/build (Makefile:182 'all': make -s -f CMakeFiles/Makefile2 all)
[ 8%] Built target objc
--