Advertisement
JamesTheAwesomeDude

Building Löve 0.7.2

Jan 1st, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. james@james-OptiPlex-GX620:~$ cd love-HEAD
  2. james@james-OptiPlex-GX620:~/love-HEAD$ ./configure
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... no
  7. checking for mawk... mawk
  8. checking whether make sets $(MAKE)... yes
  9. checking how to create a ustar tar archive... gnutar
  10. checking build system type... x86_64-unknown-linux-gnu
  11. checking host system type... x86_64-unknown-linux-gnu
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking for a sed that does not truncate output... /bin/sed
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for fgrep... /bin/grep -F
  27. checking for ld used by gcc... /usr/bin/ld
  28. checking if the linker (/usr/bin/ld) is GNU ld... yes
  29. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  30. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  31. checking whether ln -s works... yes
  32. checking the maximum length of command line arguments... 1572864
  33. checking whether the shell understands some XSI constructs... yes
  34. checking whether the shell understands "+="... yes
  35. checking for /usr/bin/ld option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for ar... ar
  39. checking for strip... strip
  40. checking for ranlib... ranlib
  41. checking command to parse /usr/bin/nm -B output from gcc object... ok
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for objdir... .libs
  55. checking if gcc supports -fno-rtti -fno-exceptions... no
  56. checking for gcc option to produce PIC... -fPIC -DPIC
  57. checking if gcc PIC flag -fPIC -DPIC works... yes
  58. checking if gcc static flag -static works... yes
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  62. checking whether -lc should be explicitly linked in... no
  63. checking dynamic linker characteristics... GNU/Linux ld.so
  64. checking how to hardcode library paths into programs... immediate
  65. checking whether stripping libraries is possible... yes
  66. checking if libtool supports shared libraries... yes
  67. checking whether to build shared libraries... yes
  68. checking whether to build static libraries... yes
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking dependency style of gcc... (cached) gcc3
  74. checking for g++... g++
  75. checking whether we are using the GNU C++ compiler... yes
  76. checking whether g++ accepts -g... yes
  77. checking dependency style of g++... gcc3
  78. checking whether we are using the GNU C++ compiler... (cached) yes
  79. checking whether g++ accepts -g... (cached) yes
  80. checking dependency style of g++... (cached) gcc3
  81. checking how to run the C++ preprocessor... g++ -E
  82. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  83. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  84. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  85. checking for g++ option to produce PIC... -fPIC -DPIC
  86. checking if g++ PIC flag -fPIC -DPIC works... yes
  87. checking if g++ static flag -static works... yes
  88. checking if g++ supports -c -o file.o... yes
  89. checking if g++ supports -c -o file.o... (cached) yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking for library containing sqrt... -lm
  94. checking for library containing SDL_Init... -lSDL
  95. checking for library containing glLoadIdentity... -lGL
  96. checking for library containing alSourcePlay... -lopenal
  97. checking for library containing lua_pcall... -llua5.1
  98. checking for library containing ilInit... -lIL
  99. checking for library containing mng_initialize... no
  100. configure: error: DevIL needs MNG
  101. james@james-OptiPlex-GX620:~/love-HEAD$ sudo apt-get install MNG
  102. [sudo] password for james:
  103. Reading package lists... Done
  104. Building dependency tree
  105. Reading state information... Done
  106. E: Unable to locate package MNG
  107. james@james-OptiPlex-GX620:~/love-HEAD$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement