Can you start with a clean build tree, and run make VERBOSE=1.
The trouble is happening here: > Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o > Linking CXX static library libcmsys.a > ar: temporary file: No such file or directory > make[2]: *** [Source/kwsys/libcmsys.a] Error 1 > make[1]: *** [Source/kwsys/CMakeFiles/cmsys.dir/all] Error 2 Sounds like ar is not creating the .a file correctly for some reason. -Bill _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
