Advertisement
overbyrn

Untitled

Mar 23rd, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.19 KB | None | 0 0
  1. root@slack13:/opt/source/ImageMagick-6.9.1-0# ./configure
  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... libraries , headers
  476. checking for gethostbyname... yes
  477. checking for connect... yes
  478. checking for remove... yes
  479. checking for shmat... yes
  480. checking for IceConnectionNumber in -lICE... yes
  481. -------------------------------------------------------------
  482. checking for X11...
  483. checking for shmctl... yes
  484. checking for XShmAttach in -lXext... yes
  485. checking for XShapeCombineMask in -lXext... yes
  486. checking for XtSetEventDispatcher in -lXt... yes
  487. -------------------------------------------------------------
  488. checking for ZLIB...
  489. checking zconf.h usability... yes
  490. checking zconf.h presence... yes
  491. checking for zconf.h... yes
  492. checking zlib.h usability... yes
  493. checking zlib.h presence... yes
  494. checking for zlib.h... yes
  495. checking for compress in -lz... yes
  496. checking for uncompress in -lz... yes
  497. checking for deflate in -lz... yes
  498. checking for inflate in -lz... yes
  499. checking for gzseek in -lz... yes
  500. checking for gztell in -lz... yes
  501. checking if ZLIB package is complete... yes
  502. -------------------------------------------------------------
  503. checking for DPS...
  504. checking DPS/dpsXclient.h usability... no
  505. checking DPS/dpsXclient.h presence... no
  506. checking for DPS/dpsXclient.h... no
  507. checking for DPSInitialize in -ldps... no
  508. checking for DPSInitialize in -ldps... no
  509. checking for XDPSPixelsPerPoint in -ldpstk... no
  510. checking if DPS package is complete... no
  511. -------------------------------------------------------------
  512. checking for FFTW...
  513. checking fftw3.h usability... yes
  514. checking fftw3.h presence... yes
  515. checking for fftw3.h... yes
  516. checking for fftw_execute in -lfftw3... yes
  517. checking if FFTW package is complete... yes
  518. -------------------------------------------------------------
  519. checking for FlashPIX...
  520. checking fpxlib.h usability... no
  521. checking fpxlib.h presence... no
  522. checking for fpxlib.h... no
  523. checking for FPX_OpenImageByFilename in -lfpx... no
  524. checking if FlashPIX package is complete... no
  525. -------------------------------------------------------------
  526. checking for DJVU...
  527. checking libdjvu/ddjvuapi.h usability... yes
  528. checking libdjvu/ddjvuapi.h presence... yes
  529. checking for libdjvu/ddjvuapi.h... yes
  530. checking for ddjvu_context_create in -ldjvulibre... yes
  531. checking if DJVU package is complete... yes
  532. -------------------------------------------------------------
  533. checking for FONTCONFIG... yes
  534.  
  535. -------------------------------------------------------------
  536. checking for FREETYPE... yes
  537.  
  538. -------------------------------------------------------------
  539. checking for JBIG...
  540. checking jbig.h usability... no
  541. checking jbig.h presence... no
  542. checking for jbig.h... no
  543. checking for jbg_dec_init in -ljbig... no
  544. checking if JBIG package is complete... no
  545. -------------------------------------------------------------
  546. checking for JPEG...
  547. checking jconfig.h usability... yes
  548. checking jconfig.h presence... yes
  549. checking for jconfig.h... yes
  550. checking jerror.h usability... yes
  551. checking jerror.h presence... yes
  552. checking for jerror.h... yes
  553. checking jmorecfg.h usability... yes
  554. checking jmorecfg.h presence... yes
  555. checking for jmorecfg.h... yes
  556. checking jpeglib.h usability... yes
  557. checking jpeglib.h presence... yes
  558. checking for jpeglib.h... yes
  559. checking for jpeg_read_header in -ljpeg... yes
  560. checking for JPEG library is version 6b or later... yes
  561. checking if JPEG package is complete... yes
  562. -------------------------------------------------------------
  563. checking for LCMS v2...
  564. checking lcms2.h usability... no
  565. checking lcms2.h presence... no
  566. checking for lcms2.h... no
  567. checking lcms2/lcms2.h usability... no
  568. checking lcms2/lcms2.h presence... no
  569. checking for lcms2/lcms2.h... no
  570. checking for cmsSetLogErrorHandler in -llcms2... no
  571. checking if LCMS v2 package is complete... no
  572. -------------------------------------------------------------
  573. checking for LCMS v1.1X...
  574. checking lcms.h usability... yes
  575. checking lcms.h presence... yes
  576. checking for lcms.h... yes
  577. checking for cmsSetErrorHandler in -llcms... yes
  578. checking if LCMS package is complete... yes
  579. -------------------------------------------------------------
  580. checking for LIBOPENJP2... no
  581.  
  582. -------------------------------------------------------------
  583. checking for LQR... no
  584.  
  585. -------------------------------------------------------------
  586. checking for LZMA... yes
  587.  
  588. -------------------------------------------------------------
  589. checking for OPENEXR... yes
  590.  
  591. -------------------------------------------------------------
  592. checking for PANGO... no
  593.  
  594. checking for PANGO... no
  595.  
  596. -------------------------------------------------------------
  597. checking for PNG support ...
  598. checking png.h usability... yes
  599. checking png.h presence... yes
  600. checking for png.h... yes
  601. checking for LIBPNG17 support ... no
  602. checking for LIBPNG16 support ... no
  603. checking for LIBPNG15 support ... no
  604. checking for LIBPNG14 support ... yes
  605. checking for png_get_io_ptr in -lpng14... yes
  606. checking for png_get_io_state in -lpng14... yes
  607. checking if png14 package is complete... yes
  608. -------------------------------------------------------------
  609. checking for TIFF...
  610. checking tiff.h usability... yes
  611. checking tiff.h presence... yes
  612. checking for tiff.h... yes
  613. checking tiffio.h usability... yes
  614. checking tiffio.h presence... yes
  615. checking for tiffio.h... yes
  616. checking for TIFFOpen in -ltiff... yes
  617. checking for TIFFClientOpen in -ltiff... yes
  618. checking for TIFFIsByteSwapped in -ltiff... yes
  619. checking for TIFFReadRGBATile in -ltiff... yes
  620. checking for TIFFReadRGBAStrip in -ltiff... yes
  621. checking if TIFF package is complete... yes
  622. checking tiffconf.h usability... yes
  623. checking tiffconf.h presence... yes
  624. checking for tiffconf.h... yes
  625. checking for TIFFIsCODECConfigured... yes
  626. checking for TIFFMergeFieldInfo... yes
  627. checking for TIFFIsBigEndian... yes
  628. checking for TIFFReadEXIFDirectory... yes
  629. checking for TIFFSetErrorHandlerExt... yes
  630. checking for TIFFSetTagExtender... yes
  631. checking for TIFFSetWarningHandlerExt... yes
  632. checking for TIFFSwabArrayOfTriples... yes
  633. -------------------------------------------------------------
  634. checking for WEBP...
  635. checking webp/decode.h usability... no
  636. checking webp/decode.h presence... no
  637. checking for webp/decode.h... no
  638. checking for WebPPictureInitInternal in -lwebp... no
  639. checking if WEBP package is complete... no
  640. -------------------------------------------------------------
  641. checking for XML...
  642. checking for xml2-config... /usr/bin/xml2-config
  643. checking libxml/parser.h usability... yes
  644. checking libxml/parser.h presence... yes
  645. checking for libxml/parser.h... yes
  646. checking for xmlSAXVersion in -lxml2... yes
  647. checking for xmlParseChunk in -lxml2... yes
  648. checking for xmlCreatePushParserCtxt in -lxml2... yes
  649. checking if XML package is complete... yes
  650. -------------------------------------------------------------
  651. checking for ImageMagick delegate programs...
  652. checking for autotrace... autotrace
  653. checking for bpgdec... bpgdec
  654. checking for bpgenc... bpgenc
  655. checking for blender... blender
  656. checking for bzip2... /usr/bin/bzip2
  657. checking for xdg-open... /usr/bin/xdg-open
  658. checking for cat... /usr/bin/cat
  659. checking for convert... /usr/bin/convert
  660. checking for ufraw-batch... ufraw-batch
  661. checking for soffice... soffice
  662. checking for dvips... /usr/share/texmf/bin/dvips
  663. checking for echo... /usr/bin/echo
  664. checking for xterm... /usr/bin/xterm
  665. checking for display... /usr/bin/display
  666. checking for gnuplot... /usr/bin/gnuplot
  667. checking for dot... dot
  668. checking for hp2xx... hp2xx
  669. checking for html2ps... html2ps
  670. checking for ilbmtoppm... /usr/bin/ilbmtoppm
  671. checking for ppmtoilbm... /usr/bin/ppmtoilbm
  672. checking for JxrDecApp... JxrDecApp
  673. checking for JxrEncApp... JxrEncApp
  674. checking for lp... /usr/bin/lp
  675. checking for lpr... /usr/bin/lpr
  676. checking for gimp... /usr/bin/gimp
  677. checking for groff... /usr/bin/groff
  678. checking for mogrify... /usr/bin/mogrify
  679. checking for avconv... avconv
  680. checking for ffmpeg... (cached) avconv
  681. checking for avconv... avconv
  682. checking for ffmpeg... (cached) avconv
  683. checking for mrsidgeodecode... mrsidgeodecode
  684. checking for mv... /usr/bin/mv
  685. checking for pcl6... pcl6
  686. checking for pgpv... pgpv
  687. checking for povray... povray
  688. checking for gsx... /usr/bin/gsx
  689. checking for rawtorle... rawtorle
  690. checking for rm... /usr/bin/rm
  691. checking for rsvg-convert... /usr/bin/rsvg-convert
  692. checking for scanimage... /usr/bin/scanimage
  693. checking for inkscape... inkscape
  694. checking for enscript... /usr/bin/enscript
  695. checking for uniconvertor... uniconvertor
  696. checking for dwebp... dwebp
  697. checking for cwebp... cwebp
  698. checking for wmf2eps... /usr/bin/wmf2eps
  699. checking for curl... /usr/bin/curl
  700. checking for gxps... gxps
  701. checking for gzip... /usr/bin/gzip
  702. checking for Apple fonts directory... not found!
  703. checking for Dejavu fonts directory... not found!
  704. checking for Ghostscript fonts directory... /usr/share/ghostscript/fonts/
  705. checking for Windows fonts directory... not found!
  706. checking for gnutar... no
  707. checking for gtar... no
  708. checking for tar... tar
  709. checking for perl... perl
  710. checking for rpmbuild... rpmbuild
  711. checking for 7za... no
  712. checking for zip... zip
  713. -------------------------------------------------------------
  714. checking for Ghostscript...
  715. checking for Ghostscript version... 8.71
  716. checking for gs alpha device... pngalpha
  717. checking for gs color device... pnmraw
  718. checking for gs CMYK device... pam
  719. checking for gs mono device... pbmraw
  720. checking for gs PDF writing device... pdfwrite
  721. checking for gs PS writing device... ps2write
  722. checking for gs EPS writing device... Unknown device: eps2write
  723. Unrecoverable error: undefined in .uninstallpagedevice
  724. Operand stack:
  725. defaultdevice
  726. epswrite
  727. -------------------------------------------------------------
  728. Update ImageMagick configuration
  729. checking that generated files are newer than configure... done
  730. checking that generated files are newer than configure... done
  731. configure: creating ./config.status
  732. config.status: creating common.shi
  733. config.status: creating config/configure.xml
  734. config.status: creating config/delegates.xml
  735. config.status: creating config/ImageMagick.rdf
  736. config.status: creating config/MagickCore.dox
  737. config.status: creating config/MagickWand.dox
  738. config.status: creating config/Magick++.dox
  739. config.status: creating config/type-apple.xml
  740. config.status: creating config/type-dejavu.xml
  741. config.status: creating config/type-ghostscript.xml
  742. config.status: creating config/type-windows.xml
  743. config.status: creating config/type.xml
  744. config.status: creating ImageMagick.spec
  745. config.status: creating Magick++/bin/Magick++-config
  746. config.status: creating magick/ImageMagick.pc
  747. config.status: creating Magick++/lib/ImageMagick++.pc
  748. config.status: creating Magick++/lib/Magick++.pc
  749. config.status: creating magick/Magick-config
  750. config.status: creating magick/MagickCore-config
  751. config.status: creating magick/MagickCore.pc
  752. config.status: creating magick/version.h
  753. config.status: creating Makefile
  754. config.status: creating magick.sh
  755. config.status: creating PerlMagick/check.sh
  756. config.status: creating PerlMagick/default/Magick.pm
  757. config.status: creating PerlMagick/Makefile.PL
  758. config.status: creating PerlMagick/default/Makefile.PL
  759. config.status: creating PerlMagick/quantum/Makefile.PL
  760. config.status: creating PerlMagick/quantum/quantum.pm
  761. config.status: creating PerlMagick/quantum/quantum.xs
  762. config.status: creating PerlMagick/quantum/typemap
  763. config.status: creating utilities/animate.1
  764. config.status: creating utilities/compare.1
  765. config.status: creating utilities/composite.1
  766. config.status: creating utilities/conjure.1
  767. config.status: creating utilities/convert.1
  768. config.status: creating utilities/display.1
  769. config.status: creating utilities/identify.1
  770. config.status: creating utilities/ImageMagick.1
  771. config.status: creating utilities/import.1
  772. config.status: creating utilities/mogrify.1
  773. config.status: creating utilities/montage.1
  774. config.status: creating utilities/stream.1
  775. config.status: creating wand/MagickWand-config
  776. config.status: creating wand/MagickWand.pc
  777. config.status: creating wand/Wand-config
  778. config.status: creating wand/Wand.pc
  779. config.status: creating config/config.h
  780. config.status: config/config.h is unchanged
  781. config.status: executing magick/magick-baseconfig.h commands
  782. config.status: creating magick/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
  783. config.status: magick/magick-baseconfig.h is unchanged
  784. config.status: executing depfiles commands
  785. config.status: executing libtool commands
  786. config.status: executing default commands
  787. config.status: executing magick.sh.in commands
  788. config.status: executing MagickCore-config.in commands
  789. config.status: executing Magick-config.in commands
  790. config.status: executing MagickWand-config.in commands
  791. config.status: executing Wand-config.in commands
  792. config.status: executing Magick++-config.in commands
  793. config.status: executing PerlMagick/check.sh.in commands
  794. configure:
  795. ==============================================================================
  796. ImageMagick is configured as follows. Please verify that this configuration
  797. matches your expectations.
  798.  
  799. Host system type: i686-pc-linux-gnu
  800. Build system type: i686-pc-linux-gnu
  801.  
  802. Option Value
  803. ------------------------------------------------------------------------------
  804. Shared libraries --enable-shared=yes yes
  805. Static libraries --enable-static=yes yes
  806. Module support --with-modules=no no
  807. GNU ld --with-gnu-ld=yes yes
  808. Quantum depth --with-quantum-depth=16 16
  809. High Dynamic Range Imagery
  810. --enable-hdri=no no
  811.  
  812. Install documentation: yes
  813.  
  814. Delegate Library Configuration:
  815. BZLIB --with-bzlib=yes yes
  816. Autotrace --with-autotrace=no no
  817. DJVU --with-djvu=yes yes
  818. DPS --with-dps=yes no
  819. FFTW --with-fftw=yes yes
  820. FlashPIX --with-fpx=yes no
  821. FontConfig --with-fontconfig=yes yes
  822. FreeType --with-freetype=yes yes
  823. Ghostscript lib --with-gslib=no no
  824. Graphviz --with-gvc=no
  825. JBIG --with-jbig=yes no
  826. JPEG v1 --with-jpeg=yes yes
  827. JPEG-2000 --with-jp2=
  828. LCMS v1 --with-lcms=yes yes
  829. LCMS v2 --with-lcms2=yes no
  830. LQR --with-lqr=yes no
  831. LTDL --with-ltdl=yes no
  832. LZMA --with-lzma=yes yes
  833. Magick++ --with-magick-plus-plus=yes yes
  834. OpenEXR --with-openexr=yes yes
  835. OpenJP2 --with-openjp2=yes no
  836. PANGO --with-pango=yes no
  837. PERL --with-perl=no no
  838. PNG --with-png=yes yes
  839. RSVG --with-rsvg=no no
  840. TIFF --with-tiff=yes yes
  841. WEBP --with-webp=yes no
  842. WMF --with-wmf=no no
  843. X11 --with-x= yes
  844. XML --with-xml=yes yes
  845. ZLIB --with-zlib=yes yes
  846.  
  847. Delegate Program Configuration:
  848. GhostPCL None pcl6 (unknown)
  849. GhostXPS None gxps (unknown)
  850. Ghostscript None gs (8.71)
  851.  
  852. Font Configuration:
  853. Apple fonts --with-apple-font-dir=default none
  854. Dejavu fonts --with-dejavu-font-dir=default none
  855. Ghostscript fonts --with-gs-font-dir=default /usr/share/ghostscript/fonts/
  856. Windows fonts --with-windows-font-dir=default none
  857.  
  858. X11 Configuration:
  859. X_CFLAGS =
  860. X_PRE_LIBS = -lSM -lICE
  861. X_LIBS =
  862. X_EXTRA_LIBS =
  863.  
  864. Options used to compile and link:
  865. PREFIX = /usr/local
  866. EXEC-PREFIX = /usr/local
  867. VERSION = 6.9.1
  868. CC = gcc -std=gnu99 -std=gnu99
  869. 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=16
  870. CPPFLAGS = -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/libxml2
  871. PCFLAGS =
  872. DEFS = -DHAVE_CONFIG_H
  873. LDFLAGS =
  874. LIBS =
  875. CXX = g++
  876. CXXFLAGS = -g -O2 -pthread
  877. FEATURES = DPC OpenMP
  878. DELEGATES = bzlib djvu mpeg fftw fontconfig freetype jng jpeg lcms lzma openexr png ps tiff x xml zlib
  879. ==============================================================================
  880.  
  881. root@slack13:/opt/source/ImageMagick-6.9.1-0#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement