Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. jake@Linuxbox:~/Downloads/AlephOne-20120514$ ./configure && make && make install
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for style of include used by make... GNU
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  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 how to run the C++ preprocessor... g++ -E
  27. checking for ranlib... ranlib
  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 for unistd.h... (cached) yes
  41. checking pwd.h usability... yes
  42. checking pwd.h presence... yes
  43. checking for pwd.h... yes
  44. checking for snprintf... yes
  45. checking for vsnprintf... yes
  46. checking for mkstemp... yes
  47. checking for sdl-config... /usr/bin/sdl-config
  48. checking for SDL - version >= 1.2.0... yes
  49. checking SDL_image.h usability... no
  50. checking SDL_image.h presence... no
  51. checking for SDL_image.h... no
  52. checking SDL_ttf.h usability... no
  53. checking SDL_ttf.h presence... no
  54. checking for SDL_ttf.h... no
  55. checking SDL_net.h usability... yes
  56. checking SDL_net.h presence... yes
  57. checking for SDL_net.h... yes
  58. checking for SDLNet_Init in -lSDL_net... yes
  59. checking for library containing gethostbyname... none required
  60. checking for library containing socket... none required
  61. checking zlib.h usability... yes
  62. checking zlib.h presence... yes
  63. checking for zlib.h... yes
  64. checking for zlibVersion in -lz... yes
  65. checking for pkg-config... /usr/bin/pkg-config
  66. checking pkg-config is at least version 0.9.0... yes
  67. checking for ZZIP... yes
  68. checking for PNG... yes
  69. checking boost/bind.hpp usability... yes
  70. checking boost/bind.hpp presence... yes
  71. checking for boost/bind.hpp... yes
  72. checking boost/function.hpp usability... yes
  73. checking boost/function.hpp presence... yes
  74. checking for boost/function.hpp... yes
  75. checking smpeg/smpeg.h usability... no
  76. checking smpeg/smpeg.h presence... no
  77. checking for smpeg/smpeg.h... no
  78. checking mad.h usability... no
  79. checking mad.h presence... no
  80. checking for mad.h... no
  81. checking sndfile.h usability... no
  82. checking sndfile.h presence... no
  83. checking for sndfile.h... no
  84. checking for VORBISFILE... no
  85. configure: error: Package requirements (vorbisfile) were not met:
  86.  
  87. No package 'vorbisfile' found
  88.  
  89. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  90. installed software in a non-standard prefix.
  91.  
  92. Alternatively, you may set the environment variables VORBISFILE_CFLAGS
  93. and VORBISFILE_LIBS to avoid the need to call pkg-config.
  94. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement