The system is: Linux - 2.6.22-kamikaze9 - Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Determining if the C compiler is GNU succeeded with the following output: # 1 "/usr/share/cmake/Modules/CMakeTestGNU.c" # 1 "" # 1 "" # 1 "/usr/share/cmake/Modules/CMakeTestGNU.c" void THIS_IS_GNU(); Determining if the C++ compiler is GNU succeeded with the following output: # 1 "/usr/share/cmake/Modules/CMakeTestGNU.c" # 1 "" # 1 "" # 1 "/usr/share/cmake/Modules/CMakeTestGNU.c" void THIS_IS_GNU(); Determining if the C compiler works passed with the following output: /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.o -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTryCompileExec /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake /usr/bin/gcc -fPIC "CMakeFiles/cmTryCompileExec.dir/testCCompiler.o" -o cmTryCompileExec -rdynamic gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp' Determining size of void* passed with the following output: /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CheckTypeSize.c Linking C executable cmTryCompileExec /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake /usr/bin/gcc -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o" -o cmTryCompileExec -rdynamic gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp' Determining if the CXX compiler works passed with the following output: /usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o /usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTryCompileExec /usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake /usr/bin/c++ -fPIC "CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o" -o cmTryCompileExec -rdynamic gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'