Quote:
Originally Posted by CoryWalker
I run "cmake ." I then change the CMakeCache.txt file to target the CC, CXX compilers I want to use. Then I run make.
Everything works up until the zone link attempt is made. Both shared_memory and world are linked by this point - but running either one of them causes segmentation faults - so there is something not compatible happening with FreeBSD.
|
you need to set it in the env variables before you run cmake, like I posted. Just changing those probably isn't doing everything right.