gossamer
gossamer copied to clipboard
installation issue
Scanning dependencies of target gosslib [ 1%] Building CXX object src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o cc1plus: error: unrecognized command line option "-std=c++11" make[2]: *** [src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o] Error 1 make[1]: *** [src/CMakeFiles/gosslib.dir/all] Error 2 make: *** [all] Error 2
Hello, Just a workaround to install gossamer on recent Mac OS system and probably all Linux distribution, I guess. We had to remove the line 98 (${Boost_PROGRAM_OPTIONS_LIBRARY}) from src/CMakeLists.txt in order to pass through the library accessibility check of cmake since the declaration of Boost library have nothing to do in such place. Best,