[CMake] Unable to Compile CMake Commands???

Brad King brad.king at kitware.com
Fri May 20 16:14:18 EDT 2005


Michael Bonner wrote:
> Thanks for the response... so I need to use icc the intel compiler, does 
> anybody have experience building cmake with icc? I am getting a lot of 
> undefined references from the linking of cmake.  They are a bit unusual 
> to me because they are all errors with the std:: namespace.  I imagine 
> it may have something to do with cmStandardIncludes.h (maybe?) or using 
> the proper #defines or env. variables.
> 
> Heres a sample of my errors:
> 
> icc -lm -L/usr/bin -L/usr/local/bin 
> -I/g/g22/bonner10/cmake/cmake-1.8.3/Source 

CMake is tested every night with a 64-bit Intel compiler on windows and 
linux.  However, this support was probably not available in CMake 1.8. 
Please try using CMake 2.0.6 from the download page.  It should still 
build VTK without a problem.

-Brad


More information about the CMake mailing list