Advertisement
Guest User

Untitled

a guest
Mar 25th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for g++... g++
  8. checking for C++ compiler default output file name... a.out
  9. checking whether the C++ compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C++ compiler... yes
  14. checking whether g++ accepts -g... yes
  15. checking for style of include used by make... GNU
  16. checking dependency style of g++... gcc3
  17. checking for gcc... gcc
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking how to run the C preprocessor... gcc -E
  23. checking for gawk... (cached) gawk
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking for ranlib... ranlib
  26. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  27. checking for dirent.h that defines DIR... yes
  28. checking for library containing opendir... none required
  29. checking for grep that handles long lines and -e... /usr/bin/grep
  30. checking for egrep... /usr/bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking fcntl.h usability... yes
  42. checking fcntl.h presence... yes
  43. checking for fcntl.h... yes
  44. checking for inttypes.h... (cached) yes
  45. checking limits.h usability... yes
  46. checking limits.h presence... yes
  47. checking for limits.h... yes
  48. checking malloc.h usability... yes
  49. checking malloc.h presence... yes
  50. checking for malloc.h... yes
  51. checking for memory.h... (cached) yes
  52. checking stddef.h usability... yes
  53. checking stddef.h presence... yes
  54. checking for stddef.h... yes
  55. checking for stdint.h... (cached) yes
  56. checking for stdlib.h... (cached) yes
  57. checking for string.h... (cached) yes
  58. checking for strings.h... (cached) yes
  59. checking sys/ioctl.h usability... yes
  60. checking sys/ioctl.h presence... yes
  61. checking for sys/ioctl.h... yes
  62. checking sys/param.h usability... yes
  63. checking sys/param.h presence... yes
  64. checking for sys/param.h... yes
  65. checking sys/time.h usability... yes
  66. checking sys/time.h presence... yes
  67. checking for sys/time.h... yes
  68. checking for unistd.h... (cached) yes
  69. checking for ALSA CFLAGS...
  70. checking for ALSA LDFLAGS... -lasound
  71. checking for libasound headers version >= 1.0.0... found.
  72. checking for snd_ctl_open in -lasound... yes
  73. checking for library containing gzopen... -lz
  74. checking for sdl-config... no
  75. checking for SDL - version >= 1.2.0... no
  76. *** The sdl-config script installed by SDL could not be found
  77. *** If SDL was installed in PREFIX, make sure PREFIX/bin is in
  78. *** your path, or set the SDL_CONFIG environment variable to the
  79. *** full path to sdl-config.
  80. configure: error: Please install libSDL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement