I believe the error comes from using clang instead of gcc. I had problems with the previous step of "cmake .." but I solved that by forcing cmake to use gcc by doing:
export CXX=/usr/local/Cellar/gcc/8.2.0/bin/g++-8
How do I make python setup.py install use gcc instead of clang? Or is it some other problem? Thanks
Hi, I have the following error. I am on macOS High Sierra:
I believe the error comes from using clang instead of gcc. I had problems with the previous step of "cmake .." but I solved that by forcing cmake to use gcc by doing:
export CXX=/usr/local/Cellar/gcc/8.2.0/bin/g++-8
How do I make python setup.py install use gcc instead of clang? Or is it some other problem? Thanks