Advertisement
Guest User

cmake with xlc / xlc_r (Visual Age 7.0)

a guest
Oct 9th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. $ cmake src
  2. -- The C compiler identification is unknown
  3. -- The CXX compiler identification is unknown
  4. -- Check for working C compiler: /usr/bin/xlc_r
  5. -- Check for working C compiler: /usr/bin/xlc_r -- broken
  6. CMake Error at /home/amukher1/opt/cmake/aix52/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52
  7. (MESSAGE):
  8. The C compiler "/usr/bin/xlc_r" is not able to compile a simple test
  9. program.
  10.  
  11. It fails with the following output:
  12.  
  13. Change Dir: /home/amukher1/buildarea/vcs_bzs/cmake/AIX/5.2/powerpc/32/CMakeFiles/CMakeTmp
  14.  
  15. Run Build Command:/usr/bin/gmake "cmTryCompileExec3576455604/fast"
  16.  
  17. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3576455604.dir/build.make
  18. CMakeFiles/cmTryCompileExec3576455604.dir/build
  19.  
  20. gmake[1]: Entering directory
  21. `/home/amukher1/buildarea/vcs_bzs/cmake/AIX/5.2/powerpc/32/CMakeFiles/CMakeTmp'
  22.  
  23.  
  24. /home/amukher1/opt/cmake/aix52/bin/cmake -E cmake_progress_report
  25. /home/amukher1/buildarea/vcs_bzs/cmake/AIX/5.2/powerpc/32/CMakeFiles/CMakeTmp/CMakeFiles
  26. 1
  27.  
  28. Building C object
  29. CMakeFiles/cmTryCompileExec3576455604.dir/testCCompiler.c.o
  30.  
  31. /usr/bin/xlc_r -o
  32. CMakeFiles/cmTryCompileExec3576455604.dir/testCCompiler.c.o -c
  33. /home/amukher1/buildarea/vcs_bzs/cmake/AIX/5.2/powerpc/32/CMakeFiles/CMakeTmp/testCCompiler.c
  34.  
  35.  
  36. Linking C executable cmTryCompileExec3576455604
  37.  
  38. /home/amukher1/opt/cmake/aix52/bin/cmake -E cmake_link_script
  39. CMakeFiles/cmTryCompileExec3576455604.dir/link.txt --verbose=1
  40.  
  41. /usr/bin/xlc_r CMakeFiles/cmTryCompileExec3576455604.dir/testCCompiler.c.o
  42. -o cmTryCompileExec3576455604 /usr/lib /lib
  43.  
  44. ld: 0711-168 SEVERE ERROR: Input file: /usr/lib
  45.  
  46. Input files must be regular files.
  47.  
  48. gmake[1]: *** [cmTryCompileExec3576455604] Error 12
  49.  
  50. gmake[1]: Leaving directory
  51. `/home/amukher1/buildarea/vcs_bzs/cmake/AIX/5.2/powerpc/32/CMakeFiles/CMakeTmp'
  52.  
  53. gmake: *** [cmTryCompileExec3576455604/fast] Error 2
  54.  
  55.  
  56. CMake will not be able to correctly generate this project.
  57. Call Stack (most recent call first):
  58. CMakeLists.txt:3 (project)
  59.  
  60.  
  61. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement