Advertisement
Guest User

failed openGL

a guest
Jun 4th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. checking target system type... x86_64-unknown-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... no
  10. checking for a BSD-compatible install... /usr/bin/install -c
  11. checking for gcc... gcc
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking dependency style of g++... gcc3
  26. checking for ranlib... ranlib
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking sys/time.h usability... yes
  41. checking sys/time.h presence... yes
  42. checking for sys/time.h... yes
  43. checking for unistd.h... (cached) yes
  44. checking for an ANSI C-conforming const... yes
  45. checking whether time.h and sys/time.h may both be included... yes
  46. checking for getcwd... yes
  47. checking for gettimeofday... yes
  48. checking for strdup... yes
  49. checking whether NLS is requested... yes
  50. checking for msgfmt... /usr/bin/msgfmt
  51. checking for gmsgfmt... /usr/bin/msgfmt
  52. checking for xgettext... /usr/bin/xgettext
  53. checking for msgmerge... /usr/bin/msgmerge
  54. checking for ld used by GCC... /usr/bin/ld
  55. checking if the linker (/usr/bin/ld) is GNU ld... yes
  56. checking for shared library run path origin... done
  57. checking for CFPreferencesCopyAppValue... no
  58. checking for CFLocaleCopyCurrent... no
  59. checking for GNU gettext in libc... yes
  60. checking whether to use NLS... yes
  61. checking where the gettext function comes from... libc
  62. checking for finite... yes
  63. checking for isnan... yes
  64. checking for _finite... no
  65. checking for _isnan... no
  66. checking ieeefp.h usability... no
  67. checking ieeefp.h presence... no
  68. checking for ieeefp.h... no
  69. checking for Win32 platform... no
  70. checking for X... libraries , headers
  71. checking for gethostbyname... yes
  72. checking for connect... yes
  73. checking for remove... yes
  74. checking for shmat... yes
  75. checking for IceConnectionNumber in -lICE... yes
  76. checking for main in -ldl... yes
  77. checking for main in -lm... yes
  78. checking for location of tclConfig.sh... /usr/lib/tclConfig.sh
  79. checking for sdl-config... /usr/bin/sdl-config
  80. checking for SDL - version >= 1.2.0... yes
  81. checking for SDL_JoystickOpen... no
  82. *** This version of SDL doesn't have joystick support.
  83. *** Configuring without joystick support.
  84. checking for Mix_OpenAudio in -lSDL_mixer... no
  85. *** SDL_mixer not found. Configuring without audio support.
  86. checking for GL library... no
  87. checking for GL library (with pthreads)... no
  88. checking for MesaGL library... no
  89. checking for MesaGL library (with pthreads)... no
  90. checking for opengl32 library... no
  91. checking for opengl32 library (with pthreads)... no
  92. *** Hmm, you don't seem to have OpenGL libraries installed in the standard
  93. *** location (/usr/lib). I'll check in /usr/X11R6/lib, since
  94. *** many distributions (incorrectly) put OpenGL libs there.
  95. checking for GL library... no
  96. checking for GL library (with pthreads)... no
  97. checking for MesaGL library... no
  98. checking for MesaGL library (with pthreads)... no
  99. checking for opengl32 library... no
  100. checking for opengl32 library (with pthreads)... no
  101. configure: error: Cannot find GL library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement