Advertisement
Guest User

Untitled

a guest
Mar 31st, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.58 KB | None | 0 0
  1. configuring ImageMagick 6.4.0
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking whether build environment is sane... yes
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for gcc... gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... yes
  13. checking whether we are cross compiling... no
  14. checking for suffix of executables...
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for style of include used by make... GNU
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  22. checking for a sed that does not truncate output... /bin/sed
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for fgrep... /bin/grep -F
  26. checking for ld used by gcc... /usr/bin/ld
  27. checking if the linker (/usr/bin/ld) is GNU ld... yes
  28. checking whether gcc and cc understand -c and -o together... yes
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking whether make sets $(MAKE)... (cached) yes
  31. checking for ranlib... ranlib
  32. checking for g++... g++
  33. checking whether we are using the GNU C++ compiler... yes
  34. checking whether g++ accepts -g... yes
  35. checking dependency style of g++... gcc3
  36. checking maximum warning verbosity option... -Wall -W for C++ -Wall -W for C
  37. checking whether ln -s works... yes
  38. checking if malloc debugging is wanted... no
  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 minix/config.h usability... no
  50. checking minix/config.h presence... no
  51. checking for minix/config.h... no
  52. checking whether it is safe to define __EXTENSIONS__... yes
  53. checking for the pthreads library -lpthreads... no
  54. checking whether pthreads work without any flags... no
  55. checking whether pthreads work with -Kthread... no
  56. checking whether pthreads work with -kthread... no
  57. checking for the pthreads library -llthread... no
  58. checking whether pthreads work with -pthread... yes
  59. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  60. checking if more special flags are required for pthreads... no
  61. checking for special C compiler options needed for large files... no
  62. checking for _FILE_OFFSET_BITS value needed for large files... 64
  63. checking for _LARGEFILE_SOURCE value needed for large files... no
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66. checking the maximum length of command line arguments... 98304
  67. checking whether the shell understands some XSI constructs... yes
  68. checking whether the shell understands "+="... yes
  69. checking for /usr/bin/ld option to reload object files... -r
  70. checking how to recognize dependent libraries... pass_all
  71. checking for ar... ar
  72. checking for strip... strip
  73. checking for ranlib... (cached) ranlib
  74. checking command to parse /usr/bin/nm -B output from gcc object... ok
  75. checking for dlfcn.h... yes
  76. checking whether we are using the GNU C++ compiler... (cached) yes
  77. checking whether g++ accepts -g... (cached) yes
  78. checking dependency style of g++... (cached) gcc3
  79. checking how to run the C++ preprocessor... g++ -E
  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) 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 for shl_load... no
  92. checking for shl_load in -ldld... no
  93. checking for dlopen... no
  94. checking for dlopen in -ldl... yes
  95. checking whether a program can dlopen itself... yes
  96. checking whether a statically linked program can dlopen itself... no
  97. checking whether stripping libraries is possible... yes
  98. checking if libtool supports shared libraries... yes
  99. checking whether to build shared libraries... yes
  100. checking whether to build static libraries... yes
  101. checking for ld used by g++... /usr/bin/ld
  102. checking if the linker (/usr/bin/ld) is GNU ld... yes
  103. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  104. checking for g++ option to produce PIC... -fPIC -DPIC
  105. checking if g++ PIC flag -fPIC -DPIC works... yes
  106. checking if g++ static flag -static works... yes
  107. checking if g++ supports -c -o file.o... yes
  108. checking if g++ supports -c -o file.o... (cached) yes
  109. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking which extension is used for runtime loadable modules... .so
  113. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  114. checking for the default library search path... /lib /usr/lib /opt/Adaptec/lib
  115. checking for library containing dlopen... -ldl
  116. checking for dlerror... yes
  117. checking for shl_load... (cached) no
  118. checking for shl_load in -ldld... (cached) no
  119. checking for dld_link in -ldld... no
  120. checking for _ prefix in compiled symbols... no
  121. checking whether deplibs are loaded by dlopen... yes
  122. checking for argz.h... yes
  123. checking for error_t... yes
  124. checking for argz_add... yes
  125. checking for argz_append... yes
  126. checking for argz_count... yes
  127. checking for argz_create_sep... yes
  128. checking for argz_insert... yes
  129. checking for argz_next... yes
  130. checking for argz_stringify... yes
  131. checking if argz actually works... yes
  132. checking whether libtool supports -dlopen/-dlpreopen... yes
  133. checking for ltdl.h... no
  134. checking where to find libltdl headers... -I${top_srcdir}/ltdl
  135. checking where to find libltdl library... ${top_build_prefix}ltdl/libltdlc.la
  136. checking for unistd.h... (cached) yes
  137. checking for dl.h... no
  138. checking for sys/dl.h... no
  139. checking for dld.h... no
  140. checking for mach-o/dyld.h... no
  141. checking for dirent.h... yes
  142. checking for closedir... yes
  143. checking for opendir... yes
  144. checking for readdir... yes
  145. checking for strlcat... no
  146. checking for strlcpy... no
  147. checking whether to enable maintainer-specific portions of Makefiles... no
  148. checking whether gcc needs -traditional... no
  149. checking for ANSI C header files... (cached) yes
  150. checking for dirent.h that defines DIR... yes
  151. checking for library containing opendir... none required
  152. checking errno.h usability... yes
  153. checking errno.h presence... yes
  154. checking for errno.h... yes
  155. checking fcntl.h usability... yes
  156. checking fcntl.h presence... yes
  157. checking for fcntl.h... yes
  158. checking for inttypes.h... (cached) yes
  159. checking limits.h usability... yes
  160. checking limits.h presence... yes
  161. checking for limits.h... yes
  162. checking locale.h usability... yes
  163. checking locale.h presence... yes
  164. checking for locale.h... yes
  165. checking machine/param.h usability... no
  166. checking machine/param.h presence... no
  167. checking for machine/param.h... no
  168. checking for mach-o/dyld.h... (cached) no
  169. checking stdarg.h usability... yes
  170. checking stdarg.h presence... yes
  171. checking for stdarg.h... yes
  172. checking for string.h... (cached) yes
  173. checking for strings.h... (cached) yes
  174. checking sys/ipc.h usability... yes
  175. checking sys/ipc.h presence... yes
  176. checking for sys/ipc.h... yes
  177. checking sys/resource.h usability... yes
  178. checking sys/resource.h presence... yes
  179. checking for sys/resource.h... yes
  180. checking sys/time.h usability... yes
  181. checking sys/time.h presence... yes
  182. checking for sys/time.h... yes
  183. checking sys/timeb.h usability... yes
  184. checking sys/timeb.h presence... yes
  185. checking for sys/timeb.h... yes
  186. checking sys/times.h usability... yes
  187. checking sys/times.h presence... yes
  188. checking for sys/times.h... yes
  189. checking for sys/types.h... (cached) yes
  190. checking sys/wait.h usability... yes
  191. checking sys/wait.h presence... yes
  192. checking for sys/wait.h... yes
  193. checking for unistd.h... (cached) yes
  194. checking for stdbool.h that conforms to C99... yes
  195. checking for _Bool... yes
  196. checking for working volatile... yes
  197. checking for preprocessor stringizing operator... yes
  198. checking whether stat file-mode macros are broken... no
  199. checking whether time.h and sys/time.h may both be included... yes
  200. checking whether struct tm is in sys/time.h or time.h... time.h
  201. checking for an ANSI C-conforming const... yes
  202. checking for inline... inline
  203. checking for C/C++ restrict keyword... __restrict
  204. checking whether byte ordering is bigendian... no
  205. checking for mode_t... yes
  206. checking for off_t... yes
  207. checking for pid_t... yes
  208. checking for size_t... yes
  209. checking for ssize_t... yes
  210. checking for long double with more range or precision than double... yes
  211. checking whether char is unsigned... no
  212. checking size of signed short... 2
  213. checking size of unsigned short... 2
  214. checking size of signed int... 4
  215. checking size of unsigned int... 4
  216. checking size of signed long... 4
  217. checking size of unsigned long... 4
  218. checking size of signed long long... 8
  219. checking size of unsigned long long... 8
  220. checking size of off_t... 8
  221. checking size of size_t... 4
  222. checking size of unsigned int*... 4
  223. checking return type of signal handlers... void
  224. checking for signed 8-bit type... signed char
  225. checking for unsigned 8-bit type... unsigned char
  226. checking for signed 16-bit type... signed short
  227. checking for unsigned 16-bit type... unsigned short
  228. checking for signed 32-bit type... signed int
  229. checking for unsigned 32-bit type... unsigned int
  230. checking for signed 64-bit type... signed long long
  231. checking for unsigned 64-bit type... unsigned long long
  232. checking for unsigned maximum type... unsigned long long
  233. checking for pointer difference type... unsigned long
  234. checking whether our compiler supports __func__... yes
  235. checking for stdlib.h... (cached) yes
  236. checking for unistd.h... (cached) yes
  237. checking for getpagesize... yes
  238. checking for working mmap file i/o... yes
  239. checking whether closedir returns void... no
  240. checking for stdlib.h... (cached) yes
  241. checking for unistd.h... (cached) yes
  242. checking for getpagesize... (cached) yes
  243. checking for working mmap... yes
  244. checking for working memcmp... yes
  245. checking sys/select.h usability... yes
  246. checking sys/select.h presence... yes
  247. checking for sys/select.h... yes
  248. checking sys/socket.h usability... yes
  249. checking sys/socket.h presence... yes
  250. checking for sys/socket.h... yes
  251. checking types of arguments for select... int,fd_set *,struct timeval *
  252. checking return type of signal handlers... (cached) void
  253. checking for working strtod... yes
  254. checking for vprintf... yes
  255. checking for _doprnt... no
  256. checking for _exit... yes
  257. checking for atexit... yes
  258. checking for clock... yes
  259. checking for clock_gettime... no
  260. checking for execvp... yes
  261. checking for floor... no
  262. checking for fork... yes
  263. checking for ftime... yes
  264. checking for ftruncate... yes
  265. checking for getcwd... yes
  266. checking for getpid... yes
  267. checking for getexecname... no
  268. checking for getdtablesize... yes
  269. checking for getpagesize... (cached) yes
  270. checking for gettimeofday... yes
  271. checking for lstat... yes
  272. checking for memset... yes
  273. checking for mkstemp... yes
  274. checking for munmap... yes
  275. checking for _NSGetExecutablePath... no
  276. checking for pclose... yes
  277. checking for _pclose... no
  278. checking for poll... yes
  279. checking for popen... yes
  280. checking for _popen... no
  281. checking for pow... no
  282. checking for pread... yes
  283. checking for pwrite... yes
  284. checking for raise... yes
  285. checking for rand_r... yes
  286. checking for readlink... yes
  287. checking for realpath... yes
  288. checking for select... yes
  289. checking for seekdir... yes
  290. checking for setlocale... yes
  291. checking for sqrt... no
  292. checking for setvbuf... yes
  293. checking for stat... yes
  294. checking for strcspn... yes
  295. checking for strdup... yes
  296. checking for strpbrk... yes
  297. checking for strspn... yes
  298. checking for strstr... yes
  299. checking for strtol... yes
  300. checking for symlink... yes
  301. checking for sysconf... yes
  302. checking for sigemptyset... yes
  303. checking for sigaction... yes
  304. checking for strerror... yes
  305. checking for strlcat... (cached) no
  306. checking for strlcpy... (cached) no
  307. checking for strcasecmp... yes
  308. checking for strncasecmp... yes
  309. checking for telldir... yes
  310. checking for tempnam... yes
  311. checking for times... yes
  312. checking for usleep... yes
  313. checking for vsprintf... yes
  314. checking for vsnprintf... yes
  315. checking for waitpid... yes
  316. checking for _wfopen... no
  317. checking whether pread is declared... yes
  318. checking whether pwrite is declared... yes
  319. checking whether strlcpy is declared... no
  320. checking whether vsnprintf is declared... yes
  321. checking whether we are using the GNU C++ compiler... (cached) yes
  322. checking whether g++ accepts -g... (cached) yes
  323. checking dependency style of g++... (cached) gcc3
  324. checking whether the compiler recognizes bool as a built-in type... yes
  325. checking whether the compiler implements namespaces... yes
  326. checking whether the compiler supports the std namespace... yes
  327. checking whether the compiler supports ISO C++ standard library... yes
  328. checking whether the compiler implements L"widestring"... yes
  329. checking whether C++ compiler is sufficient for Magick++... yes
  330. checking for X11 configure files...
  331. checking for the pthreads library -lpthread... yes
  332. checking for sqrt in -lm... yes
  333. -------------------------------------------------------------
  334. Checking for ZLIB support
  335. -------------------------------------------------------------
  336. checking zconf.h usability... yes
  337. checking zconf.h presence... yes
  338. checking for zconf.h... yes
  339. checking zlib.h usability... yes
  340. checking zlib.h presence... yes
  341. checking for zlib.h... yes
  342. checking for compress in -lz... yes
  343. checking for uncompress in -lz... yes
  344. checking for deflate in -lz... yes
  345. checking for inflate in -lz... yes
  346. checking for gzseek in -lz... yes
  347. checking for gztell in -lz... yes
  348. checking if ZLIB package is complete... yes
  349. -------------------------------------------------------------
  350. Checking for BZLIB support
  351. -------------------------------------------------------------
  352. checking bzlib.h usability... yes
  353. checking bzlib.h presence... yes
  354. checking for bzlib.h... yes
  355. checking for BZ2_bzCompress in -lbz2... yes
  356. checking for BZ2_bzDecompress in -lbz2... yes
  357. checking if BZLIB package is complete... yes
  358. checking for X... no
  359. -------------------------------------------------------------
  360. Checking for Display Postscript support
  361. -------------------------------------------------------------
  362. checking DPS/dpsXclient.h usability... no
  363. checking DPS/dpsXclient.h presence... no
  364. checking for DPS/dpsXclient.h... no
  365. checking for DPSInitialize in -ldps... no
  366. checking for DPSInitialize in -ldps... no
  367. checking for XDPSPixelsPerPoint in -ldpstk... no
  368. checking if DPS package is complete... no
  369. -------------------------------------------------------------
  370. Checking for FlashPIX support
  371. -------------------------------------------------------------
  372. checking fpxlib.h usability... no
  373. checking fpxlib.h presence... no
  374. checking for fpxlib.h... no
  375. checking for FPX_OpenImageByFilename in -lfpx... no
  376. checking if FlashPIX package is complete... no
  377. -------------------------------------------------------------
  378. Checking for FreeType 2.0 support
  379. -------------------------------------------------------------
  380. checking for freetype-config... no
  381. checking for FT_Init_FreeType in -lfreetype... no
  382. checking ft2build.h usability... no
  383. checking ft2build.h presence... no
  384. checking for ft2build.h... no
  385. checking for freetype/freetype.h... no
  386. checking if FreeType package is complete... no
  387. -------------------------------------------------------------
  388. Checking for PNG support
  389. -------------------------------------------------------------
  390. checking png.h usability... no
  391. checking png.h presence... no
  392. checking for png.h... no
  393. checking for png_get_io_ptr in -lpng... no
  394. checking if PNG package is complete... no
  395. -------------------------------------------------------------
  396. Checking for JPEG support
  397. -------------------------------------------------------------
  398. checking jconfig.h usability... no
  399. checking jconfig.h presence... no
  400. checking for jconfig.h... no
  401. checking jerror.h usability... no
  402. checking jerror.h presence... no
  403. checking for jerror.h... no
  404. checking jmorecfg.h usability... no
  405. checking jmorecfg.h presence... no
  406. checking for jmorecfg.h... no
  407. checking jpeglib.h usability... no
  408. checking jpeglib.h presence... no
  409. checking for jpeglib.h... no
  410. checking for jpeg_read_header in -ljpeg... no
  411. checking for JPEG library is version 6b or later... no
  412. checking if JPEG package is complete... no
  413. -------------------------------------------------------------
  414. Checking for JPEG Version 2 support
  415. -------------------------------------------------------------
  416. checking jasper/jasper.h usability... no
  417. checking jasper/jasper.h presence... no
  418. checking for jasper/jasper.h... no
  419. checking for jas_stream_fopen in -ljasper... no
  420. checking if JPEG version 2 support package is complete... no
  421. -------------------------------------------------------------
  422. Checking for Ghostscript support
  423. -------------------------------------------------------------
  424. checking ghostscript/iapi.h usability... no
  425. checking ghostscript/iapi.h presence... no
  426. checking for ghostscript/iapi.h... no
  427. checking ghostscript/ierrors.h usability... no
  428. checking ghostscript/ierrors.h presence... no
  429. checking for ghostscript/ierrors.h... no
  430. checking for gsapi_new_instance in Ghostscript framework... no
  431. checking for gsapi_new_instance in -lgs... no
  432. checking if Ghostscript package is complete... no
  433. checking for GVC... -------------------------------------------------------------
  434. Checking for LCMS support
  435. -------------------------------------------------------------
  436. checking lcms.h usability... no
  437. checking lcms.h presence... no
  438. checking for lcms.h... no
  439. checking lcms/lcms.h usability... no
  440. checking lcms/lcms.h presence... no
  441. checking for lcms/lcms.h... no
  442. checking for cmsOpenProfileFromMem in -llcms... no
  443. checking if LCMS package is complete... no
  444. checking for OPENEXR... -------------------------------------------------------------
  445. Checking for TIFF support
  446. -------------------------------------------------------------
  447. checking tiff.h usability... no
  448. checking tiff.h presence... no
  449. checking for tiff.h... no
  450. checking tiffio.h usability... no
  451. checking tiffio.h presence... no
  452. checking for tiffio.h... no
  453. checking for TIFFOpen in -ltiff... no
  454. checking for TIFFClientOpen in -ltiff... no
  455. checking for TIFFIsByteSwapped in -ltiff... no
  456. checking for TIFFReadRGBATile in -ltiff... no
  457. checking for TIFFReadRGBAStrip in -ltiff... no
  458. checking if TIFF package is complete... no
  459. -------------------------------------------------------------
  460. Checking for JBIG support
  461. -------------------------------------------------------------
  462. checking jbig.h usability... no
  463. checking jbig.h presence... no
  464. checking for jbig.h... no
  465. checking for jbg_dec_init in -ljbig... no
  466. checking if JBIG package is complete... no
  467. -------------------------------------------------------------
  468. Checking for WMF support
  469. -------------------------------------------------------------
  470. checking for libwmf/ipa.h... no
  471. checking if WMF package is complete... no
  472. -------------------------------------------------------------
  473. Checking for ImageMagick delegate programs
  474. -------------------------------------------------------------
  475. checking for autotrace... autotrace
  476. checking for bzip2... /usr/bin/bzip2
  477. checking for htmlview... /usr/bin/htmlview
  478. checking for ralcgm... ralcgm
  479. checking for cat... /bin/cat
  480. checking for ufraw-batch... ufraw-batch
  481. checking for dot... dot
  482. checking for dvips... dvips
  483. checking for echo... /bin/echo
  484. checking for xterm... xterm
  485. checking for fig2dev... fig2dev
  486. checking for convert... convert
  487. checking for display... display
  488. checking for mogrify... mogrify
  489. checking for gnuplot... /usr/bin/gnuplot
  490. checking for ra_pfm... ra_pfm
  491. checking for hp2xx... hp2xx
  492. checking for html2ps... html2ps
  493. checking for ilbmtoppm... ilbmtoppm
  494. checking for ppmtoilbm... ppmtoilbm
  495. checking for lp... no
  496. checking for lpr... lpr
  497. checking for uncompress... uncompress
  498. checking for compress... compress
  499. checking for gimp... gimp
  500. checking for groff... /usr/bin/groff
  501. checking for mpeg2decode... mpeg2decode
  502. checking for mpeg2encode... mpeg2encode
  503. checking for mv... /bin/mv
  504. checking for pcl6... pcl6
  505. checking for pgpv... pgpv
  506. checking for povray... povray
  507. checking for gsx... no
  508. checking for gsc... no
  509. checking for gs... no
  510. checking for rawtorle... rawtorle
  511. checking for rm... /bin/rm
  512. checking for scanimage... scanimage
  513. checking for enscript... enscript
  514. checking for wmf2eps... wmf2eps
  515. checking for curl... /usr/bin/curl
  516. checking for gxps... gxps
  517. checking for gzip... /bin/gzip
  518. checking for rst2html.py... rst2html.py
  519. checking for Ghostscript fonts directory... not found!
  520. checking for gnutar... no
  521. checking for gtar... gtar
  522. checking for perl... perl
  523. checking for rpmbuild... rpmbuild
  524. checking for 7za... no
  525. checking for zip... zip
  526. -------------------------------------------------------------
  527. Checking for Perl support
  528. -------------------------------------------------------------
  529. checking for perl... /usr/bin/perl
  530. checking for perl version greater than or equal to 5.8.1... ok
  531. -------------------------------------------------------------
  532. Update ImageMagick configuration
  533. -------------------------------------------------------------
  534. configure: creating ./config.status
  535. config.status: creating config/configure.xml
  536. config.status: creating config/delegates.xml
  537. config.status: creating config/ImageMagick.rdf
  538. config.status: creating config/MagickCore.dox
  539. config.status: creating config/MagickWand.dox
  540. config.status: creating config/type-ghostscript.xml
  541. config.status: creating config/type-solaris.xml
  542. config.status: creating config/type-windows.xml
  543. config.status: creating config/type.xml
  544. config.status: creating ImageMagick.spec
  545. config.status: creating Magick++/bin/Magick++-config
  546. config.status: creating magick/ImageMagick.pc
  547. config.status: creating Magick++/lib/ImageMagick++.pc
  548. config.status: creating Magick++/lib/Magick++.pc
  549. config.status: creating magick/Magick-config
  550. config.status: creating magick/MagickCore-config
  551. config.status: creating magick/MagickCore.pc
  552. config.status: creating magick.sh
  553. config.status: creating magick/version.h
  554. config.status: creating Makefile
  555. config.status: creating PerlMagick/Magick.pm
  556. config.status: creating PerlMagick/Makefile.PL
  557. config.status: creating utilities/animate.1
  558. config.status: creating utilities/compare.1
  559. config.status: creating utilities/composite.1
  560. config.status: creating utilities/conjure.1
  561. config.status: creating utilities/convert.1
  562. config.status: creating utilities/display.1
  563. config.status: creating utilities/identify.1
  564. config.status: creating utilities/ImageMagick.1
  565. config.status: creating utilities/import.1
  566. config.status: creating utilities/mogrify.1
  567. config.status: creating utilities/montage.1
  568. config.status: creating utilities/stream.1
  569. config.status: creating wand/MagickWand-config
  570. config.status: creating wand/MagickWand.pc
  571. config.status: creating wand/Wand-config
  572. config.status: creating wand/Wand.pc
  573. config.status: creating config/config.h
  574. config.status: config/config.h is unchanged
  575. config.status: executing magick/magick-config.h commands
  576. config.status: creating magick/magick-config.h - prefix MAGICKCORE for config/config.h defines
  577. config.status: magick/magick-config.h is unchanged
  578. config.status: executing depfiles commands
  579. config.status: executing libtool commands
  580. config.status: executing Magick++-config.in commands
  581. config.status: executing Magick-config.in commands
  582. config.status: executing MagickCore-config.in commands
  583. config.status: executing MagickWand-config.in commands
  584. config.status: executing Wand-config.in commands
  585. config.status: executing magick.sh.in commands
  586.  
  587. ImageMagick is configured as follows. Please verify that this configuration
  588. matches your expectations.
  589.  
  590. Host system type : i686-pc-linux-gnu
  591.  
  592. Option Value
  593. -------------------------------------------------------------------------------
  594. Shared libraries --enable-shared=yes yes
  595. Static libraries --enable-static=yes yes
  596. Module support --with-modules=yes yes
  597. GNU ld --with-gnu-ld=yes yes
  598. Quantum depth --with-quantum-depth=16 16
  599. High Dynamic Range Imagery
  600. --enable-hdri=no no
  601.  
  602. Delegate Configuration:
  603. BZLIB --with-bzlib=yes yes
  604. DJVU --with-djvu=no no
  605. DPS --with-dps=yes no
  606. FlashPIX --with-fpx=yes no
  607. FontConfig --with-fontconfig=no no
  608. FreeType --with-freetype=yes no
  609. GhostPCL None pcl6 (unknown)
  610. GhostXPS None gxps (unknown)
  611. Ghostscript None gs (unknown)
  612. result_ghostscript_font_dir='none'
  613. Ghostscript fonts --with-gs-font-dir=default
  614. Ghostscript lib --with-gslib=yes no
  615. Graphviz --with-gvc=yes no
  616. JBIG --with-jbig=yes no
  617. JPEG v1 --with-jpeg=yes no
  618. JPEG-2000 --with-jp2=yes no
  619. LCMS --with-lcms=yes no
  620. LQR --with-lqr=no no
  621. Magick++ --with-magick-plus-plus=yes yes
  622. OpenEXR --with-openexr=yes no
  623. PERL --with-perl=yes /usr/bin/perl
  624. PNG --with-png=yes no
  625. RSVG --with-rsvg=no no
  626. TIFF --with-tiff=yes no
  627. result_windows_font_dir='none'
  628. Windows fonts --with-windows-font-dir=
  629. WMF --with-wmf=yes no
  630. X11 --with-x= no
  631. XML --with-xml=no no
  632. ZLIB --with-zlib=yes yes
  633.  
  634. X11 Configuration:
  635. X_CFLAGS =
  636. X_PRE_LIBS =
  637. X_LIBS =
  638. X_EXTRA_LIBS =
  639.  
  640. Options used to compile and link:
  641. PREFIX = /usr/local
  642. EXEC-PREFIX = /usr/local
  643. VERSION = 6.4.0
  644. CC = gcc
  645. CFLAGS = -g -O2 -Wall -W -pthread
  646. MAGICK_CFLAGS = -g -O2 -Wall -W -pthread
  647. CPPFLAGS = -I/usr/local/include/ImageMagick
  648. PCFLAGS =
  649. DEFS = -DHAVE_CONFIG_H
  650. LDFLAGS =
  651. MAGICK_LDFLAGS = -L/usr/local/lib
  652. LIBS = -lMagickCore -lbz2 -lz -lm -lpthread
  653. CXX = g++
  654. CXXFLAGS = -g -O2 -Wall -W -pthread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement