View Single Post
  #7  
Old 10-15-2014, 05:33 PM
CoryWalker
Fire Beetle
 
Join Date: Oct 2014
Posts: 23
Default

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.
Reply With Quote