View Single Post
  #5  
Old 01-16-2015, 10:30 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

I recommend deleting your build folder and running cmake from scratch again. Which version of cmake are you running?

If it comes down to it, I can always just zip up the files for you if you want.

EDIT:

Yeah, here is what I notice.
Code:
COLLECT_GCC=gcc
vs.
Code:
COLLECT_GCC=/opt/centos/devtoolset-1.1/root/usr/bin/c++

Last edited by joligario; 01-16-2015 at 10:36 PM..
Reply With Quote