Advertisement
Guest User

Untitled

a guest
Oct 1st, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. trifonov@intell:~/src/mod_tile$ env CPPFLAGS="-I/usr/include" LDFLAGS="-L/usr/lib" ./configure checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build system type... i686-pc-linux-gnu
  7. checking host system type... i686-pc-linux-gnu
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking for a sed that does not truncate output... /bin/sed
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for fgrep... /bin/grep -F
  23. checking for ld used by gcc... /usr/bin/ld
  24. checking if the linker (/usr/bin/ld) is GNU ld... yes
  25. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  26. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  27. checking whether ln -s works... yes
  28. checking the maximum length of command line arguments... 1572864
  29. checking whether the shell understands some XSI constructs... yes
  30. checking whether the shell understands "+="... yes
  31. checking for /usr/bin/ld option to reload object files... -r
  32. checking for objdump... objdump
  33. checking how to recognize dependent libraries... pass_all
  34. checking for ar... ar
  35. checking for strip... strip
  36. checking for ranlib... ranlib
  37. checking command to parse /usr/bin/nm -B output from gcc object... ok
  38. checking how to run the C preprocessor... gcc -E
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking for dlfcn.h... yes
  50. checking for objdir... .libs
  51. checking if gcc supports -fno-rtti -fno-exceptions... no
  52. checking for gcc option to produce PIC... -fPIC -DPIC
  53. checking if gcc PIC flag -fPIC -DPIC works... yes
  54. checking if gcc static flag -static works... yes
  55. checking if gcc supports -c -o file.o... yes
  56. checking if gcc supports -c -o file.o... (cached) yes
  57. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  58. checking whether -lc should be explicitly linked in... no
  59. checking dynamic linker characteristics... GNU/Linux ld.so
  60. checking how to hardcode library paths into programs... immediate
  61. checking whether stripping libraries is possible... yes
  62. checking if libtool supports shared libraries... yes
  63. checking whether to build shared libraries... yes
  64. checking whether to build static libraries... yes
  65. checking for g++... g++
  66. checking whether we are using the GNU C++ compiler... yes
  67. checking whether g++ accepts -g... yes
  68. checking dependency style of g++... gcc3
  69. checking whether we are using the GNU C++ compiler... (cached) yes
  70. checking whether g++ accepts -g... (cached) yes
  71. checking dependency style of g++... (cached) gcc3
  72. checking how to run the C++ preprocessor... g++ -E
  73. checking for ld used by g++... /usr/bin/ld
  74. checking if the linker (/usr/bin/ld) is GNU ld... yes
  75. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  76. checking for g++ option to produce PIC... -fPIC -DPIC
  77. checking if g++ PIC flag -fPIC -DPIC works... yes
  78. checking if g++ static flag -static works... yes
  79. checking if g++ supports -c -o file.o... yes
  80. checking if g++ supports -c -o file.o... (cached) yes
  81. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking for gcc... (cached) gcc
  85. checking whether we are using the GNU C compiler... (cached) yes
  86. checking whether gcc accepts -g... (cached) yes
  87. checking for gcc option to accept ISO C89... (cached) none needed
  88. checking dependency style of gcc... (cached) gcc3
  89. checking for gcc option to accept ISO C99... -std=gnu99
  90. checking arpa/inet.h usability... yes
  91. checking arpa/inet.h presence... yes
  92. checking for arpa/inet.h... yes
  93. checking fcntl.h usability... yes
  94. checking fcntl.h presence... yes
  95. checking for fcntl.h... yes
  96. checking limits.h usability... yes
  97. checking limits.h presence... yes
  98. checking for limits.h... yes
  99. checking netdb.h usability... yes
  100. checking netdb.h presence... yes
  101. checking for netdb.h... yes
  102. checking netinet/in.h usability... yes
  103. checking netinet/in.h presence... yes
  104. checking for netinet/in.h... yes
  105. checking for stdint.h... (cached) yes
  106. checking for stdlib.h... (cached) yes
  107. checking for string.h... (cached) yes
  108. checking sys/socket.h usability... yes
  109. checking sys/socket.h presence... yes
  110. checking for sys/socket.h... yes
  111. checking sys/time.h usability... yes
  112. checking sys/time.h presence... yes
  113. checking for sys/time.h... yes
  114. checking syslog.h usability... yes
  115. checking syslog.h presence... yes
  116. checking for syslog.h... yes
  117. checking for unistd.h... (cached) yes
  118. checking utime.h usability... yes
  119. checking utime.h presence... yes
  120. checking for utime.h... yes
  121. checking paths.h usability... yes
  122. checking paths.h presence... yes
  123. checking for paths.h... yes
  124. checking sys/cdefs.h usability... yes
  125. checking sys/cdefs.h presence... yes
  126. checking for sys/cdefs.h... yes
  127. checking sys/loadavg.h usability... no
  128. checking sys/loadavg.h presence... no
  129. checking for sys/loadavg.h... no
  130. checking for inline... inline
  131. checking for mode_t... yes
  132. checking for size_t... yes
  133. checking for uint16_t... yes
  134. checking for uint32_t... yes
  135. checking for uint64_t... yes
  136. checking for stdlib.h... (cached) yes
  137. checking for GNU libc compatible malloc... yes
  138. checking whether time.h and sys/time.h may both be included... yes
  139. checking for sys/time.h... (cached) yes
  140. checking for unistd.h... (cached) yes
  141. checking for alarm... yes
  142. checking for working mktime... yes
  143. checking for freetype-config... /usr/bin/freetype-config
  144. checking for FreeType -- version >= 7.0.1... yes
  145. checking for the pthreads library -lpthreads... no
  146. checking whether pthreads work without any flags... no
  147. checking whether pthreads work with -Kthread... no
  148. checking whether pthreads work with -kthread... no
  149. checking for the pthreads library -llthread... no
  150. checking whether pthreads work with -pthread... yes
  151. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  152. checking if more special flags are required for pthreads... no
  153. checking for library containing socket... none required
  154. checking for library containing inet_ntoa... none required
  155. checking for library containing gethostbyname... none required
  156. checking for library containing pow... -lm
  157. checking for boostlib >= 1.20.0... configure: We could not detect the boost libraries (version 1.20 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
  158. checking for icu-config... /usr/bin/icu-config
  159. checking for ICU >= 4.2... yes
  160. checking ICU_CPPFLAGS... -D_REENTRANT -I/usr/include
  161. checking ICU_LIBS... -lm -L/usr/lib -licui18n -licuuc -licudata -lm
  162. checking for mapnik-config... no
  163. checking mapnik/version.hpp usability... no
  164. checking mapnik/version.hpp presence... no
  165. checking for mapnik/version.hpp... no
  166. configure: error: Did not find mapnik
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement