View Single Post
  #2  
Old 10-15-2014, 05:39 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Quote:
Originally Posted by CoryWalker View Post
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.
Reply With Quote