[CMake] Fw: cmake error

Tyler Roscoe tyler at cryptio.net
Fri Aug 7 13:10:14 EDT 2009


On Fri, Aug 07, 2009 at 08:43:51AM -0700, Siamak Yousefi wrote:
> I checked the access to /home/syouse/ITKb/CMakeFiles/CMakeTmp, it has
> the permission of writing. This "/usr/bin/gcc" is the path to gcc and
> g++. My shell is c shell. I run these three commands before
> configuring ITK:
> 
> setenv PATH "${PATH}:/home/syouse/cmake/bin"
> setenv CC /usr/bin/gcc
> setenv CXX /usr/bin/g++

I personally find c shell gross, but that's probably not causing this
problem :).

I'm not really sure what to check next. Maybe the output of 'make
VERBOSE=1' will clarify why CMake can't do your test compile.

tyler


More information about the CMake mailing list