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
On macOS, after a successful compilation, when I try to run the executable I am getting the following error message:
$ BAGEL --help
dyld[30513]: symbol not found in flat namespace (__ZN5boost7archive23basic_binary_iprimitiveINS0_15binary_iarchiveEcSt11char_traitsIcEE4initEv)
Abort trap: 6
Hi,
On macOS, after a successful compilation, when I try to run the executable I am getting the following error message:
Demangling what is in parentheses I get:
I am using the following version of the Boost library:
Finally, BAGEL was configured using the following options:
./configure MPICC=cc CC=gcc-11 CXX=g++-11 CXXFLAGS="-std=c++17" --with-boost=/usr/local/Cellar/boost/1.79.0_2 --with-boost-serialization=boost_serialization-mt --disable-smith
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: