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
Hello, I am trying to compile abaddon-git on a Pavilion zd8000 running NetBSD 10.1 and I've installed all the dependencies, including libatomic, but it seems like the compiler cannot find it.
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Failed
-- Looking for __atomic_load_8 in atomic
-- Looking for __atomic_load_8 in atomic - not found
-- Host compiler appears to require libatomic, but cannot locate it.
-- Performing Test HAVE_CXX_ATOMICS64_WITH_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITH_LIB - Failed
CMake Error at cmake/CheckAtomic.cmake:104 (message):
Host compiler must support std::atomic!
Call Stack (most recent call first):
CMakeLists.txt:124 (include)
-- Configuring incomplete, errors occurred!
If there's anything else you need me to provide, let me know. Thanks in advance. -Katheryn
The text was updated successfully, but these errors were encountered:
Hello, I am trying to compile abaddon-git on a Pavilion zd8000 running NetBSD 10.1 and I've installed all the dependencies, including libatomic, but it seems like the compiler cannot find it.
If there's anything else you need me to provide, let me know. Thanks in advance. -Katheryn
The text was updated successfully, but these errors were encountered: