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
-stdlib=libc++ need libc++-dev to be installed for llvm, but still leads to error: fatal error: '__cxxabi_config.h' file not found, i've googled it, It seems like an ubuntu16 bug for clang3.8, so i just remove -stdlib=libc++.
-pthread need to be added to resove link error: network_utils.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2
The text was updated successfully, but these errors were encountered:
my build enviroment: clang3.8 on ubuntu 16.04 32bit
need to be commented in libs/build_dependencies.sh.
CMAKE_CXX_FLAGS need to change to
-stdlib=libc++ need libc++-dev to be installed for llvm, but still leads to error: fatal error: '__cxxabi_config.h' file not found, i've googled it, It seems like an ubuntu16 bug for clang3.8, so i just remove -stdlib=libc++.
-pthread need to be added to resove link error:
network_utils.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2
The text was updated successfully, but these errors were encountered: