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
in my macOS (M1 Max), when running make -j8 semi-party.x
ld: warning: search path '/usr/local/opt/openssl/lib' not found
ld: warning: search path '/Users/zhengyawen/Documents/GitHub/MP-SPDZ/local/lib' not found
Undefined symbols for architecture arm64:
"std::exception_ptr::__from_native_exception_pointer(void*)", referenced from:
boost::asio::detail::thread_info_base::capture_current_exception() in ExternalClients.o
"___cxa_init_primary_exception", referenced from:
boost::asio::detail::thread_info_base::capture_current_exception() in ExternalClients.o
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libSPDZ.so] Error 1
in my macOS (M1 Max), when running
make -j8 semi-party.x