Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/CMakeFiles/CMakeOutput.log @ 25

Last change on this file since 25 was 25, checked in by nicolasc, 17 years ago

added Media and Config

File size: 3.5 KB
Line 
1The system is: Linux - 2.6.22-kamikaze9 - Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
2Determining if the C compiler is GNU succeeded with the following output:
3# 1 "/usr/share/cmake/Modules/CMakeTestGNU.c"
4# 1 "<built-in>"
5# 1 "<command line>"
6# 1 "/usr/share/cmake/Modules/CMakeTestGNU.c"
7
8void THIS_IS_GNU();
9
10Determining if the C++ compiler is GNU succeeded with the following output:
11# 1 "/usr/share/cmake/Modules/CMakeTestGNU.c"
12# 1 "<built-in>"
13# 1 "<command line>"
14# 1 "/usr/share/cmake/Modules/CMakeTestGNU.c"
15
16void THIS_IS_GNU();
17
18Determining if the C compiler works passed with the following output:
19/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
20gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
21/usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1
22Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.o
23/usr/bin/gcc   -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.o   -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/testCCompiler.c
24Linking C executable cmTryCompileExec
25/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
26/usr/bin/gcc        -fPIC "CMakeFiles/cmTryCompileExec.dir/testCCompiler.o"   -o cmTryCompileExec -rdynamic
27gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
28
29
30Determining size of void* passed with the following output:
31/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
32gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
33/usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1
34Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o
35/usr/bin/gcc   -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o   -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CheckTypeSize.c
36Linking C executable cmTryCompileExec
37/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
38/usr/bin/gcc        -fPIC "CMakeFiles/cmTryCompileExec.dir/CheckTypeSize.o"   -o cmTryCompileExec -rdynamic
39gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
40
41
42Determining if the CXX compiler works passed with the following output:
43/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
44gmake[1]: Entering directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
45/usr/bin/cmake -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/CMakeFiles 1
46Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o
47/usr/bin/c++    -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
48Linking CXX executable cmTryCompileExec
49/usr/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
50/usr/bin/c++         -fPIC "CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.o"   -o cmTryCompileExec -rdynamic
51gmake[1]: Leaving directory `/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/CMakeTmp'
52
53
Note: See TracBrowser for help on using the repository browser.