Advertisement
overbyrn

Untitled

Mar 25th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.58 KB | None | 0 0
  1. root@slack13:/opt/source/ImageMagick-6.9.1-0# ./configure --disable-docs --with-quantum-depth=8 --with-x=no --prefix=/usr LDFLAGS='-L/opt/source/libwebp-0.4.2/pkg/lib' CPPFLAGS='-I/opt/source/libwebp-0.4.2/pkg/include'
  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 for a BSD-compatible install... /usr/bin/ginstall -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether make supports nested variables... (cached) yes
  12. configuring ImageMagick 6.9.1-0
  13. checking whether build environment is sane... yes
  14. checking for style of include used by make... GNU
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking whether gcc understands -c and -o together... yes
  25. checking dependency style of gcc... gcc3
  26. checking how to run the C preprocessor... gcc -E
  27. checking for grep that handles long lines and -e... /usr/bin/grep
  28. checking for egrep... /usr/bin/grep -E
  29. checking for ANSI C header files... yes
  30. checking for sys/types.h... yes
  31. checking for sys/stat.h... yes
  32. checking for stdlib.h... yes
  33. checking for string.h... yes
  34. checking for memory.h... yes
  35. checking for strings.h... yes
  36. checking for inttypes.h... yes
  37. checking for stdint.h... yes
  38. checking for unistd.h... yes
  39. checking minix/config.h usability... no
  40. checking minix/config.h presence... no
  41. checking for minix/config.h... no
  42. checking whether it is safe to define __EXTENSIONS__... yes
  43. checking for ar... ar
  44. checking the archiver (ar) interface... ar
  45. checking for gcc... (cached) gcc
  46. checking whether we are using the GNU C compiler... (cached) yes
  47. checking whether gcc accepts -g... (cached) yes
  48. checking for gcc option to accept ISO C89... (cached) none needed
  49. checking whether gcc understands -c and -o together... (cached) yes
  50. checking dependency style of gcc... (cached) gcc3
  51. checking for g++... g++
  52. checking whether we are using the GNU C++ compiler... yes
  53. checking whether g++ accepts -g... yes
  54. checking dependency style of g++... gcc3
  55. checking for gcc option to accept ISO C99... -std=gnu99
  56. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  57. checking how to run the C preprocessor... gcc -E
  58. checking for a sed that does not truncate output... /usr/bin/sed
  59. checking for fgrep... /usr/bin/grep -F
  60. checking how to print strings... printf
  61. checking for ld used by gcc -std=gnu99... /usr/i486-slackware-linux/bin/ld
  62. checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
  63. checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
  64. checking CFLAGS for maximum warnings... -Wall
  65. checking whether make sets $(MAKE)... (cached) yes
  66. checking whether ln -s works... yes
  67. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  68. checking for gawk... (cached) gawk
  69. checking if malloc debugging is wanted... no
  70. checking for __attribute__... yes
  71. checking for gcc architecture flag...
  72. checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
  73. checking for x86 cpuid 1 output... 206a7:10800:9e982203:fabfbff
  74. checking whether C compiler accepts -march=corei7-avx... no
  75. checking whether C compiler accepts -mcpu=corei7-avx... no
  76. checking whether C compiler accepts -mcorei7-avx... no
  77. checking whether C compiler accepts -march=corei7... no
  78. checking whether C compiler accepts -mcpu=corei7... no
  79. checking whether C compiler accepts -mcorei7... no
  80. checking whether C compiler accepts -march=core2... yes
  81. checking for gcc architecture flag... -march=core2
  82. checking for pkg-config... /usr/bin/pkg-config
  83. checking pkg-config is at least version 0.9.0... yes
  84. checking if LD -Wl,--version-script works... yes
  85. checking size of size_t... 4
  86. checking for C compiler vendor... gnu
  87. checking CFLAGS for maximum warnings... (cached) -Wall
  88. checking for linker lazyload option... none
  89. checking if compiler needs -Werror to reject unknown flags... no
  90. checking for the pthreads library -lpthreads... no
  91. checking whether pthreads work without any flags... no
  92. checking whether pthreads work with -Kthread... no
  93. checking whether pthreads work with -kthread... no
  94. checking for the pthreads library -llthread... no
  95. checking whether pthreads work with -pthread... yes
  96. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  97. checking if more special flags are required for pthreads... no
  98. checking for PTHREAD_PRIO_INHERIT... yes
  99. checking for gcc -std=gnu99 -std=gnu99 option to support OpenMP... -fopenmp
  100. checking for pthread_join in LIBS= with CFLAGS=-pthread... yes
  101. checking if compiler needs -Werror to reject unknown flags... no
  102. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  103. checking if more special flags are required for pthreads... no
  104. checking for PTHREAD_PRIO_INHERIT... (cached) yes
  105. checking for special C compiler options needed for large files... no
  106. checking for _FILE_OFFSET_BITS value needed for large files... 64
  107. checking for _LARGEFILE_SOURCE value needed for large files... no
  108. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  109. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  110. checking the maximum length of command line arguments... 1572864
  111. checking whether the shell understands some XSI constructs... yes
  112. checking whether the shell understands "+="... yes
  113. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  114. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  115. checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r
  116. checking for objdump... objdump
  117. checking how to recognize dependent libraries... pass_all
  118. checking for dlltool... no
  119. checking how to associate runtime and link libraries... printf %s\n
  120. checking for archiver @FILE support... @
  121. checking for strip... strip
  122. checking for ranlib... ranlib
  123. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -std=gnu99 object... ok
  124. checking for sysroot... no
  125. checking for mt... mt
  126. checking if mt is a manifest tool... no
  127. checking for dlfcn.h... yes
  128. checking for objdir... .libs
  129. checking if gcc -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions... no
  130. checking for gcc -std=gnu99 -std=gnu99 option to produce PIC... -fPIC -DPIC
  131. checking if gcc -std=gnu99 -std=gnu99 PIC flag -fPIC -DPIC works... yes
  132. checking if gcc -std=gnu99 -std=gnu99 static flag -static works... yes
  133. checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... yes
  134. checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... (cached) yes
  135. checking whether the gcc -std=gnu99 -std=gnu99 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
  136. checking whether -lc should be explicitly linked in... no
  137. checking dynamic linker characteristics... GNU/Linux ld.so
  138. checking how to hardcode library paths into programs... immediate
  139. checking for shl_load... no
  140. checking for shl_load in -ldld... no
  141. checking for dlopen... no
  142. checking for dlopen in -ldl... yes
  143. checking whether a program can dlopen itself... yes
  144. checking whether a statically linked program can dlopen itself... no
  145. checking whether stripping libraries is possible... yes
  146. checking if libtool supports shared libraries... yes
  147. checking whether to build shared libraries... yes
  148. checking whether to build static libraries... yes
  149. checking how to run the C++ preprocessor... g++ -E
  150. checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
  151. checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
  152. checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
  153. checking for g++ option to produce PIC... -fPIC -DPIC
  154. checking if g++ PIC flag -fPIC -DPIC works... yes
  155. checking if g++ static flag -static works... yes
  156. checking if g++ supports -c -o file.o... yes
  157. checking if g++ supports -c -o file.o... (cached) yes
  158. checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
  159. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  160. checking how to hardcode library paths into programs... immediate
  161. checking whether to enable maintainer-specific portions of Makefiles... no
  162. checking whether gcc -std=gnu99 -std=gnu99 needs -traditional... no
  163. checking for ANSI C header files... (cached) yes
  164. checking whether to enable assertions... yes
  165. checking for dirent.h that defines DIR... yes
  166. checking for library containing opendir... none required
  167. checking arm/limits.h usability... no
  168. checking arm/limits.h presence... no
  169. checking for arm/limits.h... no
  170. checking arpa/inet.h usability... yes
  171. checking arpa/inet.h presence... yes
  172. checking for arpa/inet.h... yes
  173. checking complex.h usability... yes
  174. checking complex.h presence... yes
  175. checking for complex.h... yes
  176. checking errno.h usability... yes
  177. checking errno.h presence... yes
  178. checking for errno.h... yes
  179. checking fcntl.h usability... yes
  180. checking fcntl.h presence... yes
  181. checking for fcntl.h... yes
  182. checking limits.h usability... yes
  183. checking limits.h presence... yes
  184. checking for limits.h... yes
  185. checking linux/unistd.h usability... yes
  186. checking linux/unistd.h presence... yes
  187. checking for linux/unistd.h... yes
  188. checking locale.h usability... yes
  189. checking locale.h presence... yes
  190. checking for locale.h... yes
  191. checking machine/param.h usability... no
  192. checking machine/param.h presence... no
  193. checking for machine/param.h... no
  194. checking mach-o/dyld.h usability... no
  195. checking mach-o/dyld.h presence... no
  196. checking for mach-o/dyld.h... no
  197. checking netinet/in.h usability... yes
  198. checking netinet/in.h presence... yes
  199. checking for netinet/in.h... yes
  200. checking OS.h usability... no
  201. checking OS.h presence... no
  202. checking for OS.h... no
  203. checking process.h usability... no
  204. checking process.h presence... no
  205. checking for process.h... no
  206. checking sun_prefetch.h usability... no
  207. checking sun_prefetch.h presence... no
  208. checking for sun_prefetch.h... no
  209. checking stdarg.h usability... yes
  210. checking stdarg.h presence... yes
  211. checking for stdarg.h... yes
  212. checking sys/ipc.h usability... yes
  213. checking sys/ipc.h presence... yes
  214. checking for sys/ipc.h... yes
  215. checking sys/mman.h usability... yes
  216. checking sys/mman.h presence... yes
  217. checking for sys/mman.h... yes
  218. checking sys/resource.h usability... yes
  219. checking sys/resource.h presence... yes
  220. checking for sys/resource.h... yes
  221. checking sys/socket.h usability... yes
  222. checking sys/socket.h presence... yes
  223. checking for sys/socket.h... yes
  224. checking sys/syslimits.h usability... no
  225. checking sys/syslimits.h presence... no
  226. checking for sys/syslimits.h... no
  227. checking sys/time.h usability... yes
  228. checking sys/time.h presence... yes
  229. checking for sys/time.h... yes
  230. checking sys/timeb.h usability... yes
  231. checking sys/timeb.h presence... yes
  232. checking for sys/timeb.h... yes
  233. checking sys/times.h usability... yes
  234. checking sys/times.h presence... yes
  235. checking for sys/times.h... yes
  236. checking sys/wait.h usability... yes
  237. checking sys/wait.h presence... yes
  238. checking for sys/wait.h... yes
  239. checking wchar.h usability... yes
  240. checking wchar.h presence... yes
  241. checking for wchar.h... yes
  242. checking xlocale.h usability... yes
  243. checking xlocale.h presence... yes
  244. checking for xlocale.h... yes
  245. checking for stdbool.h that conforms to C99... yes
  246. checking for _Bool... yes
  247. checking for working volatile... yes
  248. checking for preprocessor stringizing operator... yes
  249. checking whether stat file-mode macros are broken... no
  250. checking whether time.h and sys/time.h may both be included... yes
  251. checking whether struct tm is in sys/time.h or time.h... time.h
  252. checking for struct tm.tm_zone... yes
  253. checking whether #! works in shell scripts... yes
  254. checking whether char is unsigned... no
  255. checking for an ANSI C-conforming const... yes
  256. checking for inline... inline
  257. checking for C/C++ restrict keyword... __restrict
  258. checking for working volatile... (cached) yes
  259. checking whether byte ordering is bigendian... no
  260. checking for int8_t... yes
  261. checking for int16_t... yes
  262. checking for int32_t... yes
  263. checking for int64_t... yes
  264. checking for unsigned long long int... yes
  265. checking for long long int... yes
  266. checking for intmax_t... yes
  267. checking for intptr_t... yes
  268. checking for long double... yes
  269. checking for long double with more range or precision than double... yes
  270. checking for long long int... (cached) yes
  271. checking for mbstate_t... yes
  272. checking for mode_t... yes
  273. checking for off_t... yes
  274. checking for pid_t... yes
  275. checking for size_t... yes
  276. checking for ssize_t... yes
  277. checking for uid_t in sys/types.h... yes
  278. checking for uint8_t... yes
  279. checking for uint16_t... yes
  280. checking for uint32_t... yes
  281. checking for uint64_t... yes
  282. checking for uintmax_t... yes
  283. checking for uintptr_t... yes
  284. checking for unsigned long long int... (cached) yes
  285. checking whether char is unsigned... (cached) no
  286. checking for float_t... yes
  287. checking for double_t... yes
  288. checking size of float_t... 12
  289. checking size of double_t... 12
  290. checking size of float... 4
  291. checking size of double... 8
  292. checking size of long double... 12
  293. checking size of signed short... 2
  294. checking size of unsigned short... 2
  295. checking size of signed int... 4
  296. checking size of unsigned int... 4
  297. checking size of signed long... 4
  298. checking size of unsigned long... 4
  299. checking size of signed long long... 8
  300. checking size of unsigned long long... 8
  301. checking size of off_t... 8
  302. checking size of size_t... (cached) 4
  303. checking size of ssize_t... 4
  304. checking size of unsigned int*... 4
  305. checking for signed 8-bit type... signed char
  306. checking for unsigned 8-bit type... unsigned char
  307. checking for signed 16-bit type... signed short
  308. checking for unsigned 16-bit type... unsigned short
  309. checking for signed 32-bit type... signed int
  310. checking for unsigned 32-bit type... unsigned int
  311. checking for signed 64-bit type... signed long long
  312. checking for unsigned 64-bit type... unsigned long long
  313. checking for unsigned maximum type... unsigned long long
  314. checking for pointer difference type... unsigned long
  315. checking whether our compiler supports __func__... yes
  316. checking whether closedir returns void... no
  317. checking for stdlib.h... (cached) yes
  318. checking for unistd.h... (cached) yes
  319. checking for sys/param.h... yes
  320. checking for getpagesize... yes
  321. checking for working mmap... yes
  322. checking vfork.h usability... no
  323. checking vfork.h presence... no
  324. checking for vfork.h... no
  325. checking for fork... yes
  326. checking for vfork... yes
  327. checking for working fork... yes
  328. checking for working vfork... (cached) yes
  329. checking for working memcmp... yes
  330. checking sys/select.h usability... yes
  331. checking sys/select.h presence... yes
  332. checking for sys/select.h... yes
  333. checking for sys/socket.h... (cached) yes
  334. checking types of arguments for select... int,fd_set *,struct timeval *
  335. checking return type of signal handlers... void
  336. checking whether strerror_r is declared... yes
  337. checking for strerror_r... yes
  338. checking whether strerror_r returns char *... yes
  339. checking for working strtod... yes
  340. checking for vprintf... yes
  341. checking for _doprnt... no
  342. checking for sqrt in -lm... yes
  343. checking for library containing gethostbyname... none required
  344. checking for library containing socket... none required
  345. checking for acosh... yes
  346. checking for _aligned_malloc... no
  347. checking for asinh... yes
  348. checking for atanh... yes
  349. checking for atoll... yes
  350. checking for atexit... yes
  351. checking for cabs... yes
  352. checking for carg... yes
  353. checking for cimag... yes
  354. checking for creal... yes
  355. checking for clock... yes
  356. checking for ctime_r... yes
  357. checking for directio... no
  358. checking for _exit... yes
  359. checking for execvp... yes
  360. checking for fchmod... yes
  361. checking for floor... yes
  362. checking for fork... (cached) yes
  363. checking for ftime... yes
  364. checking for ftruncate... yes
  365. checking for getc_unlocked... yes
  366. checking for getcwd... yes
  367. checking for getpid... yes
  368. checking for getexecname... no
  369. checking for getdtablesize... yes
  370. checking for getpagesize... (cached) yes
  371. checking for getrlimit... yes
  372. checking for getrusage... yes
  373. checking for gettimeofday... yes
  374. checking for gmtime_r... yes
  375. checking for isnan... yes
  376. checking for j0... yes
  377. checking for j1... yes
  378. checking for lltostr... no
  379. checking for localtime_r... yes
  380. checking for lstat... yes
  381. checking for memmove... yes
  382. checking for memset... yes
  383. checking for mkstemp... yes
  384. checking for munmap... yes
  385. checking for nanosleep... yes
  386. checking for newlocale... yes
  387. checking for _NSGetExecutablePath... no
  388. checking for pclose... yes
  389. checking for _pclose... no
  390. checking for poll... yes
  391. checking for popen... yes
  392. checking for _popen... no
  393. checking for posix_fadvise... yes
  394. checking for posix_fallocate... yes
  395. checking for posix_madvise... yes
  396. checking for posix_memalign... yes
  397. checking for posix_spawnp... yes
  398. checking for pow... yes
  399. checking for pread... yes
  400. checking for pwrite... yes
  401. checking for qsort_r... yes
  402. checking for raise... yes
  403. checking for rand_r... yes
  404. checking for readlink... yes
  405. checking for readdir_r... yes
  406. checking for realpath... yes
  407. checking for select... yes
  408. checking for seekdir... yes
  409. checking for setlocale... yes
  410. checking for socket... yes
  411. checking for sqrt... yes
  412. checking for setvbuf... yes
  413. checking for stat... yes
  414. checking for strchr... yes
  415. checking for strerror_r... (cached) yes
  416. checking for strrchr... yes
  417. checking for strcspn... yes
  418. checking for strdup... yes
  419. checking for strpbrk... yes
  420. checking for strspn... yes
  421. checking for strstr... yes
  422. checking for strtod... (cached) yes
  423. checking for strtod_l... yes
  424. checking for strtol... yes
  425. checking for strtoul... yes
  426. checking for symlink... yes
  427. checking for sysconf... yes
  428. checking for sigemptyset... yes
  429. checking for sigaction... yes
  430. checking for spawnvp... no
  431. checking for strerror... yes
  432. checking for strlcat... no
  433. checking for strlcpy... no
  434. checking for strcasecmp... yes
  435. checking for strncasecmp... yes
  436. checking for telldir... yes
  437. checking for tempnam... yes
  438. checking for times... yes
  439. checking for ulltostr... no
  440. checking for uselocale... yes
  441. checking for usleep... yes
  442. checking for utime... yes
  443. checking for vfprintf... yes
  444. checking for vfprintf_l... no
  445. checking for vsprintf... yes
  446. checking for vsnprintf... yes
  447. checking for vsnprintf_l... no
  448. checking for waitpid... yes
  449. checking for _wfopen... no
  450. checking for _wstat... no
  451. checking for library containing clock_gettime... none required
  452. checking whether clock_gettime supports CLOCK_REALTIME... yes
  453. checking whether pread is declared... yes
  454. checking whether pwrite is declared... yes
  455. checking whether strlcpy is declared... no
  456. checking whether vsnprintf is declared... yes
  457. checking whether we are using the GNU C++ compiler... (cached) yes
  458. checking whether g++ accepts -g... (cached) yes
  459. checking dependency style of g++... (cached) gcc3
  460. checking whether the compiler recognizes bool as a built-in type... yes
  461. checking whether the compiler implements namespaces... yes
  462. checking if g++ supports namespace std... yes
  463. checking whether the compiler supports ISO C++ standard library... yes
  464. checking for g++ option to support OpenMP... -fopenmp
  465. checking whether C++ compiler is sufficient for Magick++... yes
  466. checking for X11 configure files...
  467. checking for GOMP_parallel_start in -lgomp... yes
  468. -------------------------------------------------------------
  469. checking for BZLIB...
  470. checking bzlib.h usability... yes
  471. checking bzlib.h presence... yes
  472. checking for bzlib.h... yes
  473. checking for BZ2_bzDecompress in -lbz2... yes
  474. checking if BZLIB package is complete... yes
  475. checking for X... disabled
  476. -------------------------------------------------------------
  477. checking for ZLIB...
  478. checking zconf.h usability... yes
  479. checking zconf.h presence... yes
  480. checking for zconf.h... yes
  481. checking zlib.h usability... yes
  482. checking zlib.h presence... yes
  483. checking for zlib.h... yes
  484. checking for compress in -lz... yes
  485. checking for uncompress in -lz... yes
  486. checking for deflate in -lz... yes
  487. checking for inflate in -lz... yes
  488. checking for gzseek in -lz... yes
  489. checking for gztell in -lz... yes
  490. checking if ZLIB package is complete... yes
  491. -------------------------------------------------------------
  492. checking for FFTW...
  493. checking fftw3.h usability... yes
  494. checking fftw3.h presence... yes
  495. checking for fftw3.h... yes
  496. checking for fftw_execute in -lfftw3... yes
  497. checking if FFTW package is complete... yes
  498. -------------------------------------------------------------
  499. checking for FlashPIX...
  500. checking fpxlib.h usability... no
  501. checking fpxlib.h presence... no
  502. checking for fpxlib.h... no
  503. checking for FPX_OpenImageByFilename in -lfpx... no
  504. checking if FlashPIX package is complete... no
  505. -------------------------------------------------------------
  506. checking for DJVU...
  507. checking libdjvu/ddjvuapi.h usability... yes
  508. checking libdjvu/ddjvuapi.h presence... yes
  509. checking for libdjvu/ddjvuapi.h... yes
  510. checking for ddjvu_context_create in -ldjvulibre... yes
  511. checking if DJVU package is complete... yes
  512. -------------------------------------------------------------
  513. checking for FONTCONFIG... yes
  514.  
  515. -------------------------------------------------------------
  516. checking for FREETYPE... yes
  517.  
  518. -------------------------------------------------------------
  519. checking for JBIG...
  520. checking jbig.h usability... no
  521. checking jbig.h presence... no
  522. checking for jbig.h... no
  523. checking for jbg_dec_init in -ljbig... no
  524. checking if JBIG package is complete... no
  525. -------------------------------------------------------------
  526. checking for JPEG...
  527. checking jconfig.h usability... yes
  528. checking jconfig.h presence... yes
  529. checking for jconfig.h... yes
  530. checking jerror.h usability... yes
  531. checking jerror.h presence... yes
  532. checking for jerror.h... yes
  533. checking jmorecfg.h usability... yes
  534. checking jmorecfg.h presence... yes
  535. checking for jmorecfg.h... yes
  536. checking jpeglib.h usability... yes
  537. checking jpeglib.h presence... yes
  538. checking for jpeglib.h... yes
  539. checking for jpeg_read_header in -ljpeg... yes
  540. checking for JPEG library is version 6b or later... yes
  541. checking if JPEG package is complete... yes
  542. -------------------------------------------------------------
  543. checking for LCMS v2...
  544. checking lcms2.h usability... no
  545. checking lcms2.h presence... no
  546. checking for lcms2.h... no
  547. checking lcms2/lcms2.h usability... no
  548. checking lcms2/lcms2.h presence... no
  549. checking for lcms2/lcms2.h... no
  550. checking for cmsSetLogErrorHandler in -llcms2... no
  551. checking if LCMS v2 package is complete... no
  552. -------------------------------------------------------------
  553. checking for LCMS v1.1X...
  554. checking lcms.h usability... yes
  555. checking lcms.h presence... yes
  556. checking for lcms.h... yes
  557. checking for cmsSetErrorHandler in -llcms... yes
  558. checking if LCMS package is complete... yes
  559. -------------------------------------------------------------
  560. checking for LIBOPENJP2... no
  561.  
  562. -------------------------------------------------------------
  563. checking for LQR... no
  564.  
  565. -------------------------------------------------------------
  566. checking for LZMA... yes
  567.  
  568. -------------------------------------------------------------
  569. checking for OPENEXR... yes
  570.  
  571. -------------------------------------------------------------
  572. checking for PANGO... no
  573.  
  574. checking for PANGO... no
  575.  
  576. -------------------------------------------------------------
  577. checking for PNG support ...
  578. checking png.h usability... yes
  579. checking png.h presence... yes
  580. checking for png.h... yes
  581. checking for LIBPNG17 support ... no
  582. checking for LIBPNG16 support ... no
  583. checking for LIBPNG15 support ... no
  584. checking for LIBPNG14 support ... yes
  585. checking for png_get_io_ptr in -lpng14... yes
  586. checking for png_get_io_state in -lpng14... yes
  587. checking if png14 package is complete... yes
  588. -------------------------------------------------------------
  589. checking for TIFF...
  590. checking tiff.h usability... yes
  591. checking tiff.h presence... yes
  592. checking for tiff.h... yes
  593. checking tiffio.h usability... yes
  594. checking tiffio.h presence... yes
  595. checking for tiffio.h... yes
  596. checking for TIFFOpen in -ltiff... yes
  597. checking for TIFFClientOpen in -ltiff... yes
  598. checking for TIFFIsByteSwapped in -ltiff... yes
  599. checking for TIFFReadRGBATile in -ltiff... yes
  600. checking for TIFFReadRGBAStrip in -ltiff... yes
  601. checking if TIFF package is complete... yes
  602. checking tiffconf.h usability... yes
  603. checking tiffconf.h presence... yes
  604. checking for tiffconf.h... yes
  605. checking for TIFFIsCODECConfigured... yes
  606. checking for TIFFMergeFieldInfo... yes
  607. checking for TIFFIsBigEndian... yes
  608. checking for TIFFReadEXIFDirectory... yes
  609. checking for TIFFSetErrorHandlerExt... yes
  610. checking for TIFFSetTagExtender... yes
  611. checking for TIFFSetWarningHandlerExt... yes
  612. checking for TIFFSwabArrayOfTriples... yes
  613. -------------------------------------------------------------
  614. checking for WEBP...
  615. checking webp/decode.h usability... yes
  616. checking webp/decode.h presence... yes
  617. checking for webp/decode.h... yes
  618. checking for WebPPictureInitInternal in -lwebp... yes
  619. checking if WEBP package is complete... yes
  620. -------------------------------------------------------------
  621. checking for XML...
  622. checking for xml2-config... /usr/bin/xml2-config
  623. checking libxml/parser.h usability... yes
  624. checking libxml/parser.h presence... yes
  625. checking for libxml/parser.h... yes
  626. checking for xmlSAXVersion in -lxml2... yes
  627. checking for xmlParseChunk in -lxml2... yes
  628. checking for xmlCreatePushParserCtxt in -lxml2... yes
  629. checking if XML package is complete... yes
  630. -------------------------------------------------------------
  631. checking for ImageMagick delegate programs...
  632. checking for autotrace... autotrace
  633. checking for bpgdec... bpgdec
  634. checking for bpgenc... bpgenc
  635. checking for blender... blender
  636. checking for bzip2... /usr/bin/bzip2
  637. checking for xdg-open... /usr/bin/xdg-open
  638. checking for cat... /usr/bin/cat
  639. checking for convert... convert
  640. checking for ufraw-batch... ufraw-batch
  641. checking for soffice... soffice
  642. checking for dvips... /usr/share/texmf/bin/dvips
  643. checking for echo... /usr/bin/echo
  644. checking for xterm... /usr/bin/xterm
  645. checking for display... display
  646. checking for gnuplot... /usr/bin/gnuplot
  647. checking for dot... dot
  648. checking for hp2xx... hp2xx
  649. checking for html2ps... html2ps
  650. checking for ilbmtoppm... /usr/bin/ilbmtoppm
  651. checking for ppmtoilbm... /usr/bin/ppmtoilbm
  652. checking for JxrDecApp... JxrDecApp
  653. checking for JxrEncApp... JxrEncApp
  654. checking for lp... /usr/bin/lp
  655. checking for lpr... /usr/bin/lpr
  656. checking for gimp... /usr/bin/gimp
  657. checking for groff... /usr/bin/groff
  658. checking for mogrify... mogrify
  659. checking for avconv... avconv
  660. checking for ffmpeg... (cached) avconv
  661. checking for avconv... avconv
  662. checking for ffmpeg... (cached) avconv
  663. checking for mrsidgeodecode... mrsidgeodecode
  664. checking for mv... /usr/bin/mv
  665. checking for pcl6... pcl6
  666. checking for pgpv... pgpv
  667. checking for povray... povray
  668. checking for gsx... /usr/bin/gsx
  669. checking for rawtorle... rawtorle
  670. checking for rm... /usr/bin/rm
  671. checking for rsvg-convert... /usr/bin/rsvg-convert
  672. checking for scanimage... /usr/bin/scanimage
  673. checking for inkscape... inkscape
  674. checking for enscript... /usr/bin/enscript
  675. checking for uniconvertor... uniconvertor
  676. checking for dwebp... dwebp
  677. checking for cwebp... cwebp
  678. checking for wmf2eps... /usr/bin/wmf2eps
  679. checking for curl... /usr/bin/curl
  680. checking for gxps... gxps
  681. checking for gzip... /usr/bin/gzip
  682. checking for Apple fonts directory... not found!
  683. checking for Dejavu fonts directory... not found!
  684. checking for Ghostscript fonts directory... /usr/share/ghostscript/fonts/
  685. checking for Windows fonts directory... not found!
  686. checking for gnutar... no
  687. checking for gtar... no
  688. checking for tar... tar
  689. checking for perl... perl
  690. checking for rpmbuild... rpmbuild
  691. checking for 7za... no
  692. checking for zip... zip
  693. -------------------------------------------------------------
  694. checking for Ghostscript...
  695. checking for Ghostscript version... 8.71
  696. checking for gs alpha device... pngalpha
  697. checking for gs color device... pnmraw
  698. checking for gs CMYK device... pam
  699. checking for gs mono device... pbmraw
  700. checking for gs PDF writing device... pdfwrite
  701. checking for gs PS writing device... ps2write
  702. checking for gs EPS writing device... Unknown device: eps2write
  703. Unrecoverable error: undefined in .uninstallpagedevice
  704. Operand stack:
  705. defaultdevice
  706. epswrite
  707. -------------------------------------------------------------
  708. Update ImageMagick configuration
  709. checking that generated files are newer than configure... done
  710. checking that generated files are newer than configure... done
  711. configure: creating ./config.status
  712. config.status: creating common.shi
  713. config.status: creating config/configure.xml
  714. config.status: creating config/delegates.xml
  715. config.status: creating config/ImageMagick.rdf
  716. config.status: creating config/MagickCore.dox
  717. config.status: creating config/MagickWand.dox
  718. config.status: creating config/Magick++.dox
  719. config.status: creating config/type-apple.xml
  720. config.status: creating config/type-dejavu.xml
  721. config.status: creating config/type-ghostscript.xml
  722. config.status: creating config/type-windows.xml
  723. config.status: creating config/type.xml
  724. config.status: creating ImageMagick.spec
  725. config.status: creating Magick++/bin/Magick++-config
  726. config.status: creating magick/ImageMagick.pc
  727. config.status: creating Magick++/lib/ImageMagick++.pc
  728. config.status: creating Magick++/lib/Magick++.pc
  729. config.status: creating magick/Magick-config
  730. config.status: creating magick/MagickCore-config
  731. config.status: creating magick/MagickCore.pc
  732. config.status: creating magick/version.h
  733. config.status: creating Makefile
  734. config.status: creating magick.sh
  735. config.status: creating PerlMagick/check.sh
  736. config.status: creating PerlMagick/default/Magick.pm
  737. config.status: creating PerlMagick/Makefile.PL
  738. config.status: creating PerlMagick/default/Makefile.PL
  739. config.status: creating PerlMagick/quantum/Makefile.PL
  740. config.status: creating PerlMagick/quantum/quantum.pm
  741. config.status: creating PerlMagick/quantum/quantum.xs
  742. config.status: creating PerlMagick/quantum/typemap
  743. config.status: creating utilities/animate.1
  744. config.status: creating utilities/compare.1
  745. config.status: creating utilities/composite.1
  746. config.status: creating utilities/conjure.1
  747. config.status: creating utilities/convert.1
  748. config.status: creating utilities/display.1
  749. config.status: creating utilities/identify.1
  750. config.status: creating utilities/ImageMagick.1
  751. config.status: creating utilities/import.1
  752. config.status: creating utilities/mogrify.1
  753. config.status: creating utilities/montage.1
  754. config.status: creating utilities/stream.1
  755. config.status: creating wand/MagickWand-config
  756. config.status: creating wand/MagickWand.pc
  757. config.status: creating wand/Wand-config
  758. config.status: creating wand/Wand.pc
  759. config.status: creating config/config.h
  760. config.status: config/config.h is unchanged
  761. config.status: executing magick/magick-baseconfig.h commands
  762. config.status: creating magick/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
  763. config.status: magick/magick-baseconfig.h is unchanged
  764. config.status: executing depfiles commands
  765. config.status: executing libtool commands
  766. config.status: executing default commands
  767. config.status: executing magick.sh.in commands
  768. config.status: executing MagickCore-config.in commands
  769. config.status: executing Magick-config.in commands
  770. config.status: executing MagickWand-config.in commands
  771. config.status: executing Wand-config.in commands
  772. config.status: executing Magick++-config.in commands
  773. config.status: executing PerlMagick/check.sh.in commands
  774. configure:
  775. ==============================================================================
  776. ImageMagick is configured as follows. Please verify that this configuration
  777. matches your expectations.
  778.  
  779. Host system type: i686-pc-linux-gnu
  780. Build system type: i686-pc-linux-gnu
  781.  
  782. Option Value
  783. ------------------------------------------------------------------------------
  784. Shared libraries --enable-shared=yes yes
  785. Static libraries --enable-static=yes yes
  786. Module support --with-modules=no no
  787. GNU ld --with-gnu-ld=yes yes
  788. Quantum depth --with-quantum-depth=8 8
  789. High Dynamic Range Imagery
  790. --enable-hdri=no no
  791.  
  792. Install documentation: no
  793.  
  794. Delegate Library Configuration:
  795. BZLIB --with-bzlib=yes yes
  796. Autotrace --with-autotrace=no no
  797. DJVU --with-djvu=yes yes
  798. DPS --with-dps=yes no
  799. FFTW --with-fftw=yes yes
  800. FlashPIX --with-fpx=yes no
  801. FontConfig --with-fontconfig=yes yes
  802. FreeType --with-freetype=yes yes
  803. Ghostscript lib --with-gslib=no no
  804. Graphviz --with-gvc=no
  805. JBIG --with-jbig=yes no
  806. JPEG v1 --with-jpeg=yes yes
  807. JPEG-2000 --with-jp2=
  808. LCMS v1 --with-lcms=yes yes
  809. LCMS v2 --with-lcms2=yes no
  810. LQR --with-lqr=yes no
  811. LTDL --with-ltdl=yes no
  812. LZMA --with-lzma=yes yes
  813. Magick++ --with-magick-plus-plus=yes yes
  814. OpenEXR --with-openexr=yes yes
  815. OpenJP2 --with-openjp2=yes no
  816. PANGO --with-pango=yes no
  817. PERL --with-perl=no no
  818. PNG --with-png=yes yes
  819. RSVG --with-rsvg=no no
  820. TIFF --with-tiff=yes yes
  821. WEBP --with-webp=yes yes
  822. WMF --with-wmf=no no
  823. X11 --with-x=no no
  824. XML --with-xml=yes yes
  825. ZLIB --with-zlib=yes yes
  826.  
  827. Delegate Program Configuration:
  828. GhostPCL None pcl6 (unknown)
  829. GhostXPS None gxps (unknown)
  830. Ghostscript None gs (8.71)
  831.  
  832. Font Configuration:
  833. Apple fonts --with-apple-font-dir=default none
  834. Dejavu fonts --with-dejavu-font-dir=default none
  835. Ghostscript fonts --with-gs-font-dir=default /usr/share/ghostscript/fonts/
  836. Windows fonts --with-windows-font-dir=default none
  837.  
  838. X11 Configuration:
  839. X_CFLAGS =
  840. X_PRE_LIBS =
  841. X_LIBS =
  842. X_EXTRA_LIBS =
  843.  
  844. Options used to compile and link:
  845. PREFIX = /usr
  846. EXEC-PREFIX = /usr
  847. VERSION = 6.9.1
  848. CC = gcc -std=gnu99 -std=gnu99
  849. CFLAGS = -pthread -I/usr/include/OpenEXR -I/usr/include/freetype2 -fopenmp -g -O2 -Wall -march=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=8
  850. CPPFLAGS = -I/opt/source/libwebp-0.4.2/pkg/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=8 -I/usr/include/libxml2
  851. PCFLAGS =
  852. DEFS = -DHAVE_CONFIG_H
  853. LDFLAGS = -L/opt/source/libwebp-0.4.2/pkg/lib
  854. LIBS =
  855. CXX = g++
  856. CXXFLAGS = -g -O2 -pthread
  857. FEATURES = DPC OpenMP
  858. DELEGATES = bzlib djvu mpeg fftw fontconfig freetype jng jpeg lcms lzma openexr png ps tiff webp xml zlib
  859. ==============================================================================
  860.  
  861. root@slack13:/opt/source/ImageMagick-6.9.1-0#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement