Oebele

Cmake output

Jan 5th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. helion$ cmake .
  2. -- The C compiler identification is GNU 4.7.2
  3. -- The CXX compiler identification is GNU 4.7.2
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  13. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  14. -- Looking for gethostbyname
  15. -- Looking for gethostbyname - found
  16. -- Looking for connect
  17. -- Looking for connect - found
  18. -- Looking for remove
  19. -- Looking for remove - found
  20. -- Looking for shmat
  21. -- Looking for shmat - found
  22. -- Looking for IceConnectionNumber in ICE
  23. -- Looking for IceConnectionNumber in ICE - found
  24. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  25. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  26. -- Found GLFW: /usr/include (found version "2.7.2")
  27. -- Configuring done
  28. -- Generating done
  29. -- Build files have been written to: /home/ale/data/documents/projects/src/helion
Advertisement
Add Comment
Please, Sign In to add comment