AndrzejL

autogen

Mar 21st, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 KB | None | 0 0
  1. [root@icsserver gegl]# ./autogen.sh --prefix=$PREFIX
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy --force
  7. libtoolize: putting auxiliary files in `.'.
  8. libtoolize: copying file `./ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  10. libtoolize: copying file `m4/libtool.m4'
  11. libtoolize: copying file `m4/ltoptions.m4'
  12. libtoolize: copying file `m4/ltsugar.m4'
  13. libtoolize: copying file `m4/ltversion.m4'
  14. libtoolize: copying file `m4/lt~obsolete.m4'
  15. autoreconf: running: /usr/bin/autoconf --force
  16. autoreconf: running: /usr/bin/autoheader --force
  17. autoreconf: running: automake --add-missing --copy --force-missing
  18. autoreconf: Leaving directory `.'
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking whether to disable maintainer-specific portions of Makefiles... yes
  25. checking for gcc... gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether gcc accepts -g... yes
  33. checking for gcc option to accept ISO C89... none needed
  34. checking for style of include used by make... GNU
  35. checking dependency style of gcc... gcc3
  36. checking for g++... g++
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether g++ accepts -g... yes
  39. checking dependency style of g++... gcc3
  40. checking whether make sets $(MAKE)... (cached) yes
  41. checking for special C compiler options needed for large files... no
  42. checking for _FILE_OFFSET_BITS value needed for large files... 64
  43. checking build system type... i686-pc-linux-gnu
  44. checking host system type... i686-pc-linux-gnu
  45. checking how to print strings... printf
  46. checking for a sed that does not truncate output... /bin/sed
  47. checking for grep that handles long lines and -e... /bin/grep
  48. checking for egrep... /bin/grep -E
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking for /usr/bin/ld option to reload object files... -r
  59. checking for objdump... objdump
  60. checking how to recognize dependent libraries... pass_all
  61. checking for ar... ar
  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 how to run the C preprocessor... gcc -E
  66. checking for ANSI C header files... yes
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking for dlfcn.h... yes
  77. checking for objdir... .libs
  78. checking if gcc supports -fno-rtti -fno-exceptions... no
  79. checking for gcc option to produce PIC... -fPIC -DPIC
  80. checking if gcc PIC flag -fPIC -DPIC works... yes
  81. checking if gcc static flag -static works... no
  82. checking if gcc supports -c -o file.o... yes
  83. checking if gcc supports -c -o file.o... (cached) yes
  84. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  85. checking whether -lc should be explicitly linked in... no
  86. checking dynamic linker characteristics... GNU/Linux ld.so
  87. checking how to hardcode library paths into programs... immediate
  88. checking for shl_load... no
  89. checking for shl_load in -ldld... no
  90. checking for dlopen... no
  91. checking for dlopen in -ldl... yes
  92. checking whether a program can dlopen itself... yes
  93. checking whether a statically linked program can dlopen itself... yes
  94. checking whether stripping libraries is possible... yes
  95. checking if libtool supports shared libraries... yes
  96. checking whether to build shared libraries... yes
  97. checking whether to build static libraries... no
  98. checking how to run the C++ preprocessor... g++ -E
  99. checking for ld used by g++... /usr/bin/ld
  100. checking if the linker (/usr/bin/ld) is GNU ld... yes
  101. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  102. checking for g++ option to produce PIC... -fPIC -DPIC
  103. checking if g++ PIC flag -fPIC -DPIC works... yes
  104. checking if g++ static flag -static works... no
  105. checking if g++ supports -c -o file.o... yes
  106. checking if g++ supports -c -o file.o... (cached) yes
  107. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  108. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  109. checking how to hardcode library paths into programs... immediate
  110. checking for GNUC variadic macros... yes
  111. checking for ISO C99 variadic macros in C... yes
  112. checking for ISO C99 variadic macros in C++... yes
  113. checking whether to turn on debugging... no
  114. checking whether to turn on profiling... no
  115. checking for C/C++ restrict keyword... __restrict
  116. checking for aclocal flags...
  117. checking for target architecture... i686-pc-linux-gnu
  118. checking for dynamic library filename suffix... .so
  119. checking for some Darwin platform... no
  120. checking for some Win32 platform... no
  121. checking for native Win32... no
  122. checking to see if compiler understands -mmmx... yes
  123. checking whether we can compile MMX code... yes
  124. checking to see if compiler understands -msse... yes
  125. checking to see if compiler understands -ftree-vectorize... yes
  126. checking to see if compiler understands -ffast-math... yes
  127. checking whether we can compile SSE code... yes
  128. checking for perl5... /usr/bin/perl5
  129. checking for pkg-config... /usr/bin/pkg-config
  130. checking pkg-config is at least version 0.9.0... yes
  131. checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
  132. checking for vapigen... /usr/bin/vapigen
  133. checking for fsync... yes
  134. checking for BABL... yes
  135. checking for pkg-config... (cached) /usr/bin/pkg-config
  136. checking pkg-config is at least version 0.16... yes
  137. checking for GLIB - version >= 2.28.0... yes (version 2.31.18)
  138. checking for DEP... yes
  139. checking for bind_textdomain_codeset... yes
  140. checking if GLib is version 2.21.0 or newer... yes
  141. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  142. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  143. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  144. checking whether to build gtk-doc documentation... no
  145. checking for perl5... /usr/bin/perl5
  146. checking for ruby... yes
  147. checking for enscript... /usr/bin/enscript
  148. checking for asciidoc... no
  149. *** Check for asciidoc failed.
  150. checking for dot... /usr/bin/dot
  151. checking for a Python interpreter with version >= 2.5.0... python
  152. checking for python... /usr/bin/python
  153. checking for python version... 2.6
  154. checking for python platform... linux2
  155. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  156. checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
  157. checking for CAIRO... yes
  158. checking for PANGO... yes
  159. checking for PANGOCAIRO... yes
  160. checking for GDK_PIXBUF... yes
  161. checking for LENSFUN... no
  162. checking for jpeg_destroy_decompress in -ljpeg... yes
  163. checking for jpeglib.h... yes
  164. checking for jpeg_save_markers in -ljpeg... yes
  165. checking for PNG... yes
  166. checking for RSVG... yes
  167. checking for OPENEXR... yes
  168. checking for sdl-config... /usr/bin/sdl-config
  169. checking for OPENRAW... yes
  170. checking for JASPER... no
  171. checking for jas_stream_freopen in -ljasper... yes
  172. checking for dot... /usr/bin/dot
  173. checking for LUA... no
  174. checking for LUA... no
  175. checking for AVFORMAT... yes
  176. checking libavformat/avformat.h usability... yes
  177. checking libavformat/avformat.h presence... yes
  178. checking for libavformat/avformat.h... yes
  179. checking linux/videodev.h usability... no
  180. checking linux/videodev.h presence... no
  181. checking for linux/videodev.h... no
  182. checking for run_spiro in -lspiro... yes
  183. checking for spirolib.h... checking for spiro.h... yes
  184. yes
  185. checking for EXIV2... yes
  186. checking for umfpack_dl_solve in -lumfpack... yes
  187. checking umfpack.h usability... no
  188. checking umfpack.h presence... no
  189. checking for umfpack.h... no
  190. checking suitesparse/umfpack.h usability... yes
  191. checking suitesparse/umfpack.h presence... yes
  192. checking for suitesparse/umfpack.h... yes
  193. checking execinfo.h usability... yes
  194. checking execinfo.h presence... yes
  195. checking for execinfo.h... yes
  196. checking for w3m... no
  197. checking to see if compiler understands -Wall... yes
  198. checking to see if compiler understands -Wdeclaration-after-statement... yes
  199. checking to see if compiler understands -Wmissing-prototypes... yes
  200. checking to see if compiler understands -Wmissing-declarations... yes
  201. checking to see if compiler understands -Winit-self... yes
  202. checking to see if compiler understands -Wpointer-arith... yes
  203. checking to see if compiler understands -Wold-style-definition... yes
  204. configure: creating ./config.status
  205. config.status: creating Makefile
  206. config.status: creating bin/Makefile
  207. config.status: creating gegl/Makefile
  208. config.status: creating gegl/gegl-version.h
  209. config.status: creating gegl/buffer/Makefile
  210. config.status: creating gegl/graph/Makefile
  211. config.status: creating gegl/module/Makefile
  212. config.status: creating gegl/operation/Makefile
  213. config.status: creating gegl/process/Makefile
  214. config.status: creating gegl/property-types/Makefile
  215. config.status: creating gegl/opencl/Makefile
  216. config.status: creating libs/Makefile
  217. config.status: creating libs/rgbe/Makefile
  218. config.status: creating operations/Makefile
  219. config.status: creating operations/affine/Makefile
  220. config.status: creating operations/core/Makefile
  221. config.status: creating operations/common/Makefile
  222. config.status: creating operations/common/perlin/Makefile
  223. config.status: creating operations/external/Makefile
  224. config.status: creating operations/generated/Makefile
  225. config.status: creating operations/workshop/Makefile
  226. config.status: creating operations/workshop/external/Makefile
  227. config.status: creating operations/workshop/generated/Makefile
  228. config.status: creating tools/Makefile
  229. config.status: creating docs/Makefile
  230. config.status: creating docs/index-static.txt
  231. config.status: creating docs/gallery/Makefile
  232. config.status: creating docs/gallery/data/Makefile
  233. config.status: creating examples/Makefile
  234. config.status: creating examples/data/Makefile
  235. config.status: creating tests/Makefile
  236. config.status: creating tests/buffer/Makefile
  237. config.status: creating tests/buffer/reference/Makefile
  238. config.status: creating tests/buffer/tests/Makefile
  239. config.status: creating tests/compositions/Makefile
  240. config.status: creating tests/compositions/data/Makefile
  241. config.status: creating tests/python/Makefile
  242. config.status: creating tests/simple/Makefile
  243. config.status: creating tests/xml/Makefile
  244. config.status: creating tests/xml/data/Makefile
  245. config.status: creating tests/opencl/Makefile
  246. config.status: creating gegl.pc
  247. config.status: creating gegl-uninstalled.pc
  248. config.status: creating config.h
  249. config.status: config.h is unchanged
  250. config.status: executing depfiles commands
  251. config.status: executing libtool commands
  252.  
  253. Building GEGL with prefix=/usr
  254.  
  255. Optional features:
  256. GEGL docs: yes
  257. Build workshop: no
  258. Build website: no (asciidoc not found)
  259. SIMD: sse:yes mmx:yes
  260. Vala support: yes
  261.  
  262. Optional dependencies:
  263. asciidoc: no (asciidoc not found)
  264. enscript: yes
  265. Ruby: yes
  266. Lua: no (usable lua not found)
  267. Cairo: yes
  268. Pango: yes
  269. pangocairo: yes
  270. GDKPixbuf: yes
  271. JPEG: yes
  272. PNG: yes
  273. OpenEXR: yes
  274. rsvg: yes
  275. SDL: yes
  276. openraw: yes
  277. Jasper: yes
  278. graphviz: yes
  279. avformat: yes
  280. V4L: no
  281. spiro: yes
  282. EXIV: yes
  283. umfpack: yes
  284.  
  285. [root@icsserver gegl]#
Advertisement
Add Comment
Please, Sign In to add comment