Advertisement
sephiroth7240

Untitled

Oct 27th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. ilent@silent-desktop ~/mangos/mangos/dep $ cd libmpq
  2. silent@silent-desktop ~/mangos/mangos/dep/libmpq $ ./autogen.sh
  3. Generating build information using aclocal, autoheader, automake and autoconf
  4. This may take a while ...
  5. libtoolize: putting auxiliary files in `.'.
  6. libtoolize: copying file `./ltmain.sh'
  7. libtoolize: You should add the contents of the following files to `aclocal.m4':
  8. libtoolize: `/usr/share/aclocal/libtool.m4'
  9. libtoolize: `/usr/share/aclocal/ltoptions.m4'
  10. libtoolize: `/usr/share/aclocal/ltversion.m4'
  11. libtoolize: `/usr/share/aclocal/ltsugar.m4'
  12. libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
  13. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  14. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  15. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  16. configure.ac:5: installing `./config.guess'
  17. configure.ac:5: installing `./config.sub'
  18. configure.ac:8: installing `./install-sh'
  19. configure.ac:8: installing `./missing'
  20. bindings/python/Makefile.am:5: installing `./py-compile'
  21. Now you are ready to run ./configure
  22. silent@silent-desktop ~/mangos/mangos/dep/libmpq $ ./configure
  23. checking build system type... x86_64-unknown-linux-gnu
  24. checking host system type... x86_64-unknown-linux-gnu
  25. checking target system type... x86_64-unknown-linux-gnu
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking how to print strings... printf
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking for a sed that does not truncate output... /bin/sed
  42. checking for grep that handles long lines and -e... /bin/grep
  43. checking for egrep... /bin/grep -E
  44. checking for fgrep... /bin/grep -F
  45. checking for ld used by gcc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 1572864
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... yes
  53. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for ar... ar
  61. checking for archiver @FILE support... @
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for sysroot... no
  66. checking for mt... mt
  67. checking if mt is a manifest tool... no
  68. checking how to run the C preprocessor... gcc -E
  69. checking for ANSI C header files... yes
  70. checking for sys/types.h... yes
  71. checking for sys/stat.h... yes
  72. checking for stdlib.h... yes
  73. checking for string.h... yes
  74. checking for memory.h... yes
  75. checking for strings.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for unistd.h... yes
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC -DPIC
  83. checking if gcc PIC flag -fPIC -DPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... yes
  95. checking whether make sets $(MAKE)... (cached) yes
  96. checking for gcc... (cached) gcc
  97. checking whether we are using the GNU C compiler... (cached) yes
  98. checking whether gcc accepts -g... (cached) yes
  99. checking for gcc option to accept ISO C89... (cached) none needed
  100. checking for special C compiler options needed for large files... no
  101. checking for _FILE_OFFSET_BITS value needed for large files... no
  102. checking for _LARGEFILE_SOURCE value needed for large files... no
  103. checking zlib.h usability... yes
  104. checking zlib.h presence... yes
  105. checking for zlib.h... yes
  106. checking for inflateEnd in -lz... yes
  107. checking bzlib.h usability... yes
  108. checking bzlib.h presence... yes
  109. checking for bzlib.h... yes
  110. checking for BZ2_bzDecompressInit in -lbz2... yes
  111. checking for a Python interpreter with version >= 2.4... python
  112. checking for python... /usr/bin/python
  113. checking for python version... 2.7
  114. checking for python platform... linux2
  115. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  116. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  117. configure: creating ./config.status
  118. config.status: creating libmpq.pc
  119. config.status: creating libmpq-config
  120. config.status: creating Makefile
  121. config.status: creating libmpq/Makefile
  122. config.status: creating bindings/Makefile
  123. config.status: creating bindings/d/Makefile
  124. config.status: creating bindings/python/Makefile
  125. config.status: creating doc/Makefile
  126. config.status: creating doc/man1/Makefile
  127. config.status: creating doc/man3/Makefile
  128. config.status: creating tools/Makefile
  129. config.status: creating config.h
  130. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement