Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.11 KB | None | 0 0
  1. CONFIGURE of Postgis 2.1.4 from SOURCE
  2.  
  3. System: FreeBSD 10.1
  4. Portsnap extract: Ran Nov 28th, 2014
  5. Geos: New port as of Nov 28th, 2014 version geos-3.4.2_2
  6. Libiconv: Freshly reinstalled as of Nov 28th, 2014
  7.  
  8. root@database:~martin/postgis-2.1.4 # ./configure --with-projdir=/usr/local/ --without-raster
  9. checking build system type... i386-unknown-freebsd10.1
  10. checking host system type... i386-unknown-freebsd10.1
  11. checking for gcc... no
  12. checking for cc... cc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether cc accepts -g... yes
  20. checking for cc option to accept ISO C89... none needed
  21. checking for a sed that does not truncate output... /usr/bin/sed
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking for fgrep... /usr/bin/grep -F
  25. checking for ld used by cc... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  28. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... yes
  30. checking the maximum length of command line arguments... 196608
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... no
  33. checking for /usr/bin/ld option to reload object files... -r
  34. checking for objdump... objdump
  35. checking how to recognize dependent libraries... pass_all
  36. checking for ar... ar
  37. checking for strip... strip
  38. checking for ranlib... ranlib
  39. checking command to parse /usr/bin/nm -B output from cc object... ok
  40. checking how to run the C preprocessor... cc -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking for dlfcn.h... yes
  52. checking for objdir... .libs
  53. checking if cc supports -fno-rtti -fno-exceptions... yes
  54. checking for cc option to produce PIC... -fPIC -DPIC
  55. checking if cc PIC flag -fPIC -DPIC works... yes
  56. checking if cc static flag -static works... yes
  57. checking if cc supports -c -o file.o... yes
  58. checking if cc supports -c -o file.o... (cached) yes
  59. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  60. checking whether -lc should be explicitly linked in... no
  61. checking dynamic linker characteristics... no
  62. checking how to hardcode library paths into programs... immediate
  63. checking whether stripping libraries is possible... yes
  64. checking if libtool supports shared libraries... no
  65. checking whether to build shared libraries... no
  66. checking whether to build static libraries... yes
  67. checking whether we are using the GNU C compiler... (cached) yes
  68. checking whether cc accepts -g... (cached) yes
  69. checking for cc option to accept ISO C89... (cached) none needed
  70. checking how to run the C preprocessor... cc -E
  71. checking for g++... no
  72. checking for c++... c++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether c++ accepts -g... yes
  75. checking whether we are using the GNU C++ compiler... (cached) yes
  76. checking whether c++ accepts -g... (cached) yes
  77. checking how to run the C++ preprocessor... c++ -E
  78. checking for ld used by c++... /usr/bin/ld
  79. checking if the linker (/usr/bin/ld) is GNU ld... yes
  80. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
  81. checking for c++ option to produce PIC... -fPIC -DPIC
  82. checking if c++ PIC flag -fPIC -DPIC works... yes
  83. checking if c++ static flag -static works... yes
  84. checking if c++ supports -c -o file.o... yes
  85. checking if c++ supports -c -o file.o... (cached) yes
  86. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... no
  87. checking dynamic linker characteristics... no
  88. checking how to hardcode library paths into programs... immediate
  89. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  90. checking for ant... no
  91. checking for cpp... /usr/bin/cpp
  92. checking if c++ supports -Wall... yes
  93. checking if c++ supports -Wmissing-prototypes... yes
  94. checking if c++ supports -ffloat-store... yes
  95. checking for flex... flex
  96. checking lex output file root... lex.yy
  97. checking lex library... -lfl
  98. checking whether yytext is a pointer... yes
  99. checking for bison... bison -y
  100. checking ieeefp.h usability... yes
  101. checking ieeefp.h presence... yes
  102. checking for ieeefp.h... yes
  103. checking termios.h usability... yes
  104. checking termios.h presence... yes
  105. checking for termios.h... yes
  106. checking for vasprintf... yes
  107. checking for asprintf... yes
  108. checking for _LARGEFILE_SOURCE value needed for large files... no
  109. checking whether isfinite is declared... yes
  110. checking whether isfinite is declared... yes
  111. checking for perl... /usr/bin/perl
  112. checking for convert... no
  113. configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built
  114. checking for xsltproc... /usr/local/bin/xsltproc
  115. checking for xmllint... /usr/local/bin/xmllint
  116. checking for dblatex... no
  117. configure: WARNING: dblatex is not installed so PDF documentation cannot be built
  118. configure: WARNING: could not locate Docbook stylesheets required to build the documentation
  119. checking CUnit/CUnit.h usability... no
  120. checking CUnit/CUnit.h presence... no
  121. checking for CUnit/CUnit.h... no
  122. configure: WARNING: could not locate CUnit required for unit tests
  123. checking iconv.h usability... yes
  124. checking iconv.h presence... yes
  125. checking for iconv.h... yes
  126. checking for libiconv_open in -liconv... no
  127. checking for iconv_open in -lc... yes
  128. checking for iconvctl... yes
  129. checking for libiconvctl... no
  130. checking for pg_config... /usr/local/bin/pg_config
  131. checking PostgreSQL version... PostgreSQL 9.2.9
  132. checking libpq-fe.h usability... yes
  133. checking libpq-fe.h presence... yes
  134. checking for libpq-fe.h... yes
  135. checking for PQserverVersion in -lpq... yes
  136. checking for xml2-config... /usr/local/bin/xml2-config
  137. checking libxml/tree.h usability... yes
  138. checking libxml/tree.h presence... yes
  139. checking for libxml/tree.h... yes
  140. checking libxml/parser.h usability... yes
  141. checking libxml/parser.h presence... yes
  142. checking for libxml/parser.h... yes
  143. checking libxml/xpath.h usability... yes
  144. checking libxml/xpath.h presence... yes
  145. checking for libxml/xpath.h... yes
  146. checking libxml/xpathInternals.h usability... yes
  147. checking libxml/xpathInternals.h presence... yes
  148. checking for libxml/xpathInternals.h... yes
  149. checking for xmlInitParser in -lxml2... yes
  150. checking for geos-config... /usr/local/bin/geos-config
  151. checking GEOS version... 3.4.2
  152. checking geos_c.h usability... yes
  153. checking geos_c.h presence... yes
  154. checking for geos_c.h... yes
  155. checking for initGEOS in -lgeos_c... yes
  156. checking for sfcgal-config... no
  157. checking whether make sets $(MAKE)... yes
  158. checking for a BSD-compatible install... /usr/bin/install -c
  159. checking for a thread-safe mkdir -p... ./install-sh -c -d
  160. checking whether NLS is requested... yes
  161. checking for msgfmt... /usr/local/bin/msgfmt
  162. checking for gmsgfmt... /usr/local/bin/msgfmt
  163. checking for xgettext... /usr/local/bin/xgettext
  164. checking for msgmerge... /usr/local/bin/msgmerge
  165. checking for ld used by GCC... /usr/bin/ld
  166. checking if the linker (/usr/bin/ld) is GNU ld... yes
  167. checking for shared library run path origin... done
  168. checking for CFPreferencesCopyAppValue... no
  169. checking for CFLocaleCopyCurrent... no
  170. checking for GNU gettext in libc... no
  171. checking for iconv... yes
  172. checking for working iconv... yes
  173. checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
  174. checking for GNU gettext in libintl... yes
  175. checking whether to use NLS... yes
  176. checking where the gettext function comes from... external libintl
  177. checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
  178. Using user-specified proj directory: /usr/local/
  179. checking proj_api.h usability... yes
  180. checking proj_api.h presence... yes
  181. checking for proj_api.h... yes
  182. checking for pj_get_release in -lproj... yes
  183. checking json/json.h usability... no
  184. checking json/json.h presence... no
  185. checking for json/json.h... no
  186. checking json-c/json.h usability... no
  187. checking json-c/json.h presence... no
  188. checking for json-c/json.h... no
  189. checking for json_object_get in -ljson-c... no
  190. checking for json_object_get in -ljson... no
  191. CPPFLAGS: -I/usr/local/include -I/usr/local//include -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include
  192. TOPOLOGY: Topology support requested
  193. RASTER: Raster support disabled
  194. configure: creating ./config.status
  195. config.status: creating GNUmakefile
  196. config.status: creating extensions/Makefile
  197. config.status: creating extensions/postgis/Makefile
  198. config.status: creating extensions/postgis/postgis.control
  199. config.status: creating extensions/postgis_topology/Makefile
  200. config.status: creating extensions/postgis_topology/postgis_topology.control
  201. config.status: creating extensions/postgis_tiger_geocoder/Makefile
  202. config.status: creating extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
  203. config.status: creating liblwgeom/Makefile
  204. config.status: creating liblwgeom/cunit/Makefile
  205. config.status: creating liblwgeom/liblwgeom.h
  206. config.status: creating libpgcommon/Makefile
  207. config.status: creating libpgcommon/cunit/Makefile
  208. config.status: creating postgis/Makefile
  209. config.status: creating postgis/sqldefines.h
  210. config.status: creating loader/Makefile
  211. config.status: creating loader/cunit/Makefile
  212. config.status: creating topology/Makefile
  213. config.status: creating topology/test/Makefile
  214. config.status: creating regress/Makefile
  215. config.status: creating doc/Makefile
  216. config.status: creating doc/Makefile.comments
  217. config.status: creating doc/html/image_src/Makefile
  218. config.status: creating utils/Makefile
  219. config.status: creating java/jdbc/Makefile
  220. config.status: creating raster/Makefile
  221. config.status: creating postgis_config.h
  222. config.status: executing libtool commands
  223. config.status: executing po-directories commands
  224.  
  225. PostGIS is now configured for i386-unknown-freebsd10.1
  226.  
  227. -------------- Compiler Info -------------
  228. C compiler: cc -g -O2
  229. C++ compiler: c++ -g -O2
  230. SQL preprocessor: /usr/bin/cpp -w -traditional-cpp -P
  231.  
  232. -------------- Dependencies --------------
  233. GEOS config: /usr/local/bin/geos-config
  234. GEOS version: 3.4.2
  235. PostgreSQL config: /usr/local/bin/pg_config
  236. PostgreSQL version: PostgreSQL 9.2.9
  237. PROJ4 version: 48
  238. Libxml2 config: /usr/local/bin/xml2-config
  239. Libxml2 version: 2.9.2
  240. JSON-C support: no
  241. PostGIS debug level: 0
  242. Perl: /usr/bin/perl
  243.  
  244. --------------- Extensions ---------------
  245. PostGIS Raster: disabled
  246. PostGIS Topology: enabled
  247. SFCGAL support: disabled
  248.  
  249. -------- Documentation Generation --------
  250. xsltproc: /usr/local/bin/xsltproc
  251. xsl style sheets:
  252. dblatex:
  253. convert:
  254. mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement