Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.06 KB | None | 0 0
  1.  * Package: media-gfx/imagemagick-6.6.5.6
  2.  * Repository: gentoo
  3.  * Maintainer: graphics@gentoo.org
  4.  * USE: X amd64 bzip2 cxx djvu elibc_glibc jpeg jpeg2k kernel_linux multilib png q32 q8 raw svg tiff truetype userland_GNU zlib
  5.  * FEATURES: sandbox
  6. >>> Unpacking source...
  7. >>> Unpacking ImageMagick-6.6.5-6.tar.xz to /var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work
  8. >>> Source unpacked in /var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work
  9. >>> Preparing source in /var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6 ...
  12. * econf: updating ImageMagick-6.6.5-6/config/config.sub with /usr/share/gnuconfig/config.sub
  13. * econf: updating ImageMagick-6.6.5-6/config/config.guess with /usr/share/gnuconfig/config.guess
  14. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-static --disable-hdri --disable-opencl --with-threads --without-included-ltdl --with-ltdl-include=/usr/include --with-ltdl-lib=/usr/lib64 --with-modules --with-quantum-depth=32 --with-magick-plus-plus --without-perl --with-perl-options=INSTALLDIRS=vendor --with-gs-font-dir=/usr/share/fonts/default/ghostscript --with-bzlib --with-x --with-zlib --without-autotrace --without-dps --with-djvu --with-dejavu-font-dir=/usr/share/fonts/dejavu --without-fftw --without-fpx --without-fontconfig --with-freetype --without-gslib --without-gvc --without-jbig --with-jpeg --with-jp2 --without-lcms --without-lcms2 --without-lqr --without-openexr --with-png --with-rsvg --with-tiff --without-windows-font-dir --without-wmf --without-xml --disable-openmp
  15. configuring ImageMagick 6.6.5-6
  16. checking build system type... x86_64-pc-linux-gnu
  17. checking host system type... x86_64-pc-linux-gnu
  18. checking target system type... x86_64-pc-linux-gnu
  19. checking whether build environment is sane... yes
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking for a thread-safe mkdir -p... /bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking for style of include used by make... GNU
  25. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  33. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  34. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  35. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  36. checking for grep that handles long lines and -e... /bin/grep
  37. checking for egrep... /bin/grep -E
  38. checking for ANSI C header files... yes
  39. checking for sys/types.h... yes
  40. checking for sys/stat.h... yes
  41. checking for stdlib.h... yes
  42. checking for string.h... yes
  43. checking for memory.h... yes
  44. checking for strings.h... yes
  45. checking for inttypes.h... yes
  46. checking for stdint.h... yes
  47. checking for unistd.h... yes
  48. checking minix/config.h usability... no
  49. checking minix/config.h presence... no
  50. checking for minix/config.h... no
  51. checking whether it is safe to define __EXTENSIONS__... yes
  52. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  53. checking whether we are using the GNU C compiler... (cached) yes
  54. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  55. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  56. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  57. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  58. checking whether we are using the GNU C++ compiler... yes
  59. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  60. checking dependency style of x86_64-pc-linux-gnu-g++... none
  61. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  62. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  63. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  64. checking for a sed that does not truncate output... /bin/sed
  65. checking for fgrep... /bin/grep -F
  66. checking how to print strings... printf
  67. checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /usr/x86_64-pc-linux-gnu/bin/ld
  68. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  69. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
  70. checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 and cc understand -c and -o together... yes
  71. checking CFLAGS for maximum warnings... -Wall
  72. checking whether make sets $(MAKE)... (cached) yes
  73. checking whether ln -s works... yes
  74. checking if malloc debugging is wanted... no
  75. checking for __attribute__... yes
  76. checking for x86_64-pc-linux-gnu-pkg-config... no
  77. checking for pkg-config... /usr/bin/pkg-config
  78. checking pkg-config is at least version 0.9.0... yes
  79. checking whether we are using the Microsoft C compiler... no
  80. checking for linker lazyload option... none
  81. checking for the pthreads library -lpthreads... no
  82. checking whether pthreads work without any flags... no
  83. checking whether pthreads work with -Kthread... no
  84. checking whether pthreads work with -kthread... no
  85. checking for the pthreads library -llthread... no
  86. checking whether pthreads work with -pthread... yes
  87. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  88. checking if more special flags are required for pthreads... no
  89. checking for pthread_join in LIBS= with CFLAGS=-pthread... yes
  90. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  91. checking if more special flags are required for pthreads... no
  92. checking for special C compiler options needed for large files... no
  93. checking for _FILE_OFFSET_BITS value needed for large files... no
  94. checking for _LARGEFILE_SOURCE value needed for large files... no
  95. checking for native large file support... yes
  96. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  97. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  98. checking the maximum length of command line arguments... 1572864
  99. checking whether the shell understands some XSI constructs... yes
  100. checking whether the shell understands "+="... yes
  101. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  102. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  103. checking how to recognize dependent libraries... pass_all
  104. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  105. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  106. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  107. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 object... ok
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions... no
  111. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 option to produce PIC... -fPIC -DPIC
  112. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 PIC flag -fPIC -DPIC works... yes
  113. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 static flag -static works... yes
  114. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 supports -c -o file.o... yes
  115. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 supports -c -o file.o... (cached) yes
  116. checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking whether -lc should be explicitly linked in... no
  118. checking dynamic linker characteristics... GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking for shl_load... no
  121. checking for shl_load in -ldld... no
  122. checking for dlopen... no
  123. checking for dlopen in -ldl... yes
  124. checking whether a program can dlopen itself... yes
  125. checking whether a statically linked program can dlopen itself... no
  126. checking whether stripping libraries is possible... yes
  127. checking if libtool supports shared libraries... yes
  128. checking whether to build shared libraries... yes
  129. checking whether to build static libraries... no
  130. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  131. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  132. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  133. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  134. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  135. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  136. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  137. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  138. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  139. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  140. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  141. checking how to hardcode library paths into programs... immediate
  142. checking which extension is used for runtime loadable modules... .so
  143. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  144. checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib //usr/lib32/opengl/xorg-x11/lib //usr/lib64/opengl/xorg-x11/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/32 //usr/lib64/xulrunner-1.9.2 /usr/lib/qt4 /usr/lib64/qt4 /usr/lib32/qt4 /usr/games/lib /usr/games/lib64 /usr/games/lib32
  145. checking for library containing dlopen... -ldl
  146. checking for dlerror... yes
  147. checking for shl_load... (cached) no
  148. checking for shl_load in -ldld... (cached) no
  149. checking for dld_link in -ldld... no
  150. checking for _ prefix in compiled symbols... no
  151. checking whether deplibs are loaded by dlopen... yes
  152. checking for argz.h... yes
  153. checking for error_t... yes
  154. checking for argz_add... yes
  155. checking for argz_append... yes
  156. checking for argz_count... yes
  157. checking for argz_create_sep... yes
  158. checking for argz_insert... yes
  159. checking for argz_next... yes
  160. checking for argz_stringify... yes
  161. checking if argz actually works... yes
  162. checking whether libtool supports -dlopen/-dlpreopen... yes
  163. checking for ltdl.h... yes
  164. checking whether lt_dlinterface_register is declared... yes
  165. checking for lt_dladvise_preload in -lltdl... yes
  166. checking where to find libltdl headers... -I/usr/include
  167. checking where to find libltdl library... -L/usr/lib64 -lltdl
  168. checking for unistd.h... (cached) yes
  169. checking for dl.h... no
  170. checking for sys/dl.h... no
  171. checking for dld.h... no
  172. checking for mach-o/dyld.h... no
  173. checking for dirent.h... yes
  174. checking for closedir... yes
  175. checking for opendir... yes
  176. checking for readdir... yes
  177. checking for strlcat... no
  178. checking for strlcpy... no
  179. checking whether to enable maintainer-specific portions of Makefiles... no
  180. checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 needs -traditional... no
  181. checking for ANSI C header files... (cached) yes
  182. checking whether to enable assertions... yes
  183. checking for dirent.h that defines DIR... yes
  184. checking for library containing opendir... none required
  185. checking arm/limits.h usability... no
  186. checking arm/limits.h presence... no
  187. checking for arm/limits.h... no
  188. checking complex.h usability... yes
  189. checking complex.h presence... yes
  190. checking for complex.h... yes
  191. checking errno.h usability... yes
  192. checking errno.h presence... yes
  193. checking for errno.h... yes
  194. checking fcntl.h usability... yes
  195. checking fcntl.h presence... yes
  196. checking for fcntl.h... yes
  197. checking limits.h usability... yes
  198. checking limits.h presence... yes
  199. checking for limits.h... yes
  200. checking linux/unistd.h usability... yes
  201. checking linux/unistd.h presence... yes
  202. checking for linux/unistd.h... yes
  203. checking locale.h usability... yes
  204. checking locale.h presence... yes
  205. checking for locale.h... yes
  206. checking machine/param.h usability... no
  207. checking machine/param.h presence... no
  208. checking for machine/param.h... no
  209. checking for mach-o/dyld.h... (cached) no
  210. checking OS.h usability... no
  211. checking OS.h presence... no
  212. checking for OS.h... no
  213. checking process.h usability... no
  214. checking process.h presence... no
  215. checking for process.h... no
  216. checking stdarg.h usability... yes
  217. checking stdarg.h presence... yes
  218. checking for stdarg.h... yes
  219. checking sys/ipc.h usability... yes
  220. checking sys/ipc.h presence... yes
  221. checking for sys/ipc.h... yes
  222. checking sys/resource.h usability... yes
  223. checking sys/resource.h presence... yes
  224. checking for sys/resource.h... yes
  225. checking sys/syslimits.h usability... no
  226. checking sys/syslimits.h presence... no
  227. checking for sys/syslimits.h... no
  228. checking sys/time.h usability... yes
  229. checking sys/time.h presence... yes
  230. checking for sys/time.h... yes
  231. checking sys/timeb.h usability... yes
  232. checking sys/timeb.h presence... yes
  233. checking for sys/timeb.h... yes
  234. checking sys/times.h usability... yes
  235. checking sys/times.h presence... yes
  236. checking for sys/times.h... yes
  237. checking sys/wait.h usability... yes
  238. checking sys/wait.h presence... yes
  239. checking for sys/wait.h... yes
  240. checking wchar.h usability... yes
  241. checking wchar.h presence... yes
  242. checking for wchar.h... yes
  243. checking for stdbool.h that conforms to C99... yes
  244. checking for _Bool... yes
  245. checking for working volatile... yes
  246. checking for preprocessor stringizing operator... yes
  247. checking whether stat file-mode macros are broken... no
  248. checking whether time.h and sys/time.h may both be included... yes
  249. checking whether struct tm is in sys/time.h or time.h... time.h
  250. checking for struct tm.tm_zone... yes
  251. checking whether #! works in shell scripts... yes
  252. checking for inline... inline
  253. checking for C/C++ restrict keyword... __restrict
  254. checking whether byte ordering is bigendian... no
  255. checking for mode_t... yes
  256. checking for off_t... yes
  257. checking for pid_t... yes
  258. checking for size_t... yes
  259. checking for ssize_t... yes
  260. checking for long double with more range or precision than double... yes
  261. checking whether char is unsigned... no
  262. checking size of signed short... 2
  263. checking size of unsigned short... 2
  264. checking size of signed int... 4
  265. checking size of unsigned int... 4
  266. checking size of signed long... 8
  267. checking size of unsigned long... 8
  268. checking size of signed long long... 8
  269. checking size of unsigned long long... 8
  270. checking size of off_t... 8
  271. checking size of size_t... 8
  272. checking size of ssize_t... 8
  273. checking size of unsigned int*... 8
  274. checking for signed 8-bit type... signed char
  275. checking for unsigned 8-bit type... unsigned char
  276. checking for signed 16-bit type... signed short
  277. checking for unsigned 16-bit type... unsigned short
  278. checking for signed 32-bit type... signed int
  279. checking for unsigned 32-bit type... unsigned int
  280. checking for signed 64-bit type... signed long
  281. checking for unsigned 64-bit type... unsigned long
  282. checking for unsigned maximum type... unsigned long
  283. checking for pointer difference type... unsigned long
  284. checking whether our compiler supports __func__... yes
  285. checking for stdlib.h... (cached) yes
  286. checking for unistd.h... (cached) yes
  287. checking for getpagesize... yes
  288. checking for working mmap file i/o... yes
  289. checking whether closedir returns void... no
  290. checking for stdlib.h... (cached) yes
  291. checking for unistd.h... (cached) yes
  292. checking for sys/param.h... yes
  293. checking for getpagesize... (cached) yes
  294. checking for working mmap... yes
  295. checking vfork.h usability... no
  296. checking vfork.h presence... no
  297. checking for vfork.h... no
  298. checking for fork... yes
  299. checking for vfork... yes
  300. checking for working fork... yes
  301. checking for working vfork... (cached) yes
  302. checking for working memcmp... yes
  303. checking sys/select.h usability... yes
  304. checking sys/select.h presence... yes
  305. checking for sys/select.h... yes
  306. checking sys/socket.h usability... yes
  307. checking sys/socket.h presence... yes
  308. checking for sys/socket.h... yes
  309. checking types of arguments for select... int,fd_set *,struct timeval *
  310. checking return type of signal handlers... void
  311. checking for working strtod... yes
  312. checking for vprintf... yes
  313. checking for _doprnt... no
  314. checking for sqrt in -lm... yes
  315. checking for atoll... yes
  316. checking for atexit... yes
  317. checking for cimag... yes
  318. checking for clock... yes
  319. checking for ctime_r... yes
  320. checking for directio... no
  321. checking for _exit... yes
  322. checking for execvp... yes
  323. checking for fchmod... yes
  324. checking for floor... yes
  325. checking for fork... (cached) yes
  326. checking for ftime... yes
  327. checking for ftruncate... yes
  328. checking for getc_unlocked... yes
  329. checking for getcwd... yes
  330. checking for getpid... yes
  331. checking for getexecname... no
  332. checking for getdtablesize... yes
  333. checking for getpagesize... (cached) yes
  334. checking for getrlimit... yes
  335. checking for getrusage... yes
  336. checking for gettimeofday... yes
  337. checking for gmtime_r... yes
  338. checking for j0... yes
  339. checking for j1... yes
  340. checking for lltostr... no
  341. checking for localtime_r... yes
  342. checking for lstat... yes
  343. checking for memmove... yes
  344. checking for memset... yes
  345. checking for mkstemp... yes
  346. checking for munmap... yes
  347. checking for nanosleep... yes
  348. checking for _NSGetExecutablePath... no
  349. checking for pclose... yes
  350. checking for _pclose... no
  351. checking for poll... yes
  352. checking for popen... yes
  353. checking for _popen... no
  354. checking for posix_fadvise... yes
  355. checking for posix_fallocate... yes
  356. checking for posix_madvise... yes
  357. checking for posix_memalign... yes
  358. checking for posix_spawnp... yes
  359. checking for pow... yes
  360. checking for pread... yes
  361. checking for pwrite... yes
  362. checking for qsort_r... yes
  363. checking for raise... yes
  364. checking for rand_r... yes
  365. checking for readlink... yes
  366. checking for readdir_r... yes
  367. checking for realpath... yes
  368. checking for select... yes
  369. checking for seekdir... yes
  370. checking for setlocale... yes
  371. checking for sqrt... yes
  372. checking for setvbuf... yes
  373. checking for stat... yes
  374. checking for strchr... yes
  375. checking for strerror_r... yes
  376. checking for strrchr... yes
  377. checking for strcspn... yes
  378. checking for strdup... yes
  379. checking for strpbrk... yes
  380. checking for strspn... yes
  381. checking for strstr... yes
  382. checking for strtol... yes
  383. checking for strtoul... yes
  384. checking for symlink... yes
  385. checking for sysconf... yes
  386. checking for sigemptyset... yes
  387. checking for sigaction... yes
  388. checking for spawnvp... no
  389. checking for strerror... yes
  390. checking for strlcat... (cached) no
  391. checking for strlcpy... (cached) no
  392. checking for strcasecmp... yes
  393. checking for strncasecmp... yes
  394. checking for telldir... yes
  395. checking for tempnam... yes
  396. checking for times... yes
  397. checking for ulltostr... no
  398. checking for usleep... yes
  399. checking for utime... yes
  400. checking for vsprintf... yes
  401. checking for vsnprintf... yes
  402. checking for waitpid... yes
  403. checking for _wfopen... no
  404. checking for _wstat... no
  405. checking for library containing clock_gettime... -lrt
  406. checking whether clock_gettime supports CLOCK_REALTIME... yes
  407. checking whether pread is declared... yes
  408. checking whether pwrite is declared... yes
  409. checking whether strlcpy is declared... no
  410. checking whether vsnprintf is declared... yes
  411. checking whether we are using the GNU C++ compiler... (cached) yes
  412. checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
  413. checking dependency style of x86_64-pc-linux-gnu-g++... (cached) none
  414. checking whether the compiler recognizes bool as a built-in type... yes
  415. checking whether the compiler implements namespaces... yes
  416. checking if g++ supports namespace std... yes
  417. checking whether the compiler supports ISO C++ standard library... yes
  418. checking whether the compiler implements L"widestring"... yes
  419. checking whether C++ compiler is sufficient for Magick++... yes
  420. checking for X11 configure files...
  421. checking for the pthreads library -lpthread... yes
  422. -------------------------------------------------------------
  423. checking for BZLIB...
  424. checking bzlib.h usability... yes
  425. checking bzlib.h presence... yes
  426. checking for bzlib.h... yes
  427. checking for BZ2_bzDecompress in -lbz2... yes
  428. checking if BZLIB package is complete... yes
  429. checking for X... libraries , headers
  430. checking for gethostbyname... yes
  431. checking for connect... yes
  432. checking for remove... yes
  433. checking for shmat... yes
  434. checking for IceConnectionNumber in -lICE... yes
  435. -------------------------------------------------------------
  436. checking for X11...
  437. checking for shmctl... yes
  438. checking for XShmAttach in -lXext... yes
  439. checking for XShapeCombineMask in -lXext... yes
  440. checking for XtSetEventDispatcher in -lXt... yes
  441. -------------------------------------------------------------
  442. checking for ZLIB...
  443. checking zconf.h usability... yes
  444. checking zconf.h presence... yes
  445. checking for zconf.h... yes
  446. checking zlib.h usability... yes
  447. checking zlib.h presence... yes
  448. checking for zlib.h... yes
  449. checking for compress in -lz... yes
  450. checking for uncompress in -lz... yes
  451. checking for deflate in -lz... yes
  452. checking for inflate in -lz... yes
  453. checking for gzseek in -lz... yes
  454. checking for gztell in -lz... yes
  455. checking if ZLIB package is complete... yes
  456. -------------------------------------------------------------
  457. checking for DJVU...
  458. checking libdjvu/ddjvuapi.h usability... yes
  459. checking libdjvu/ddjvuapi.h presence... yes
  460. checking for libdjvu/ddjvuapi.h... yes
  461. checking for ddjvu_context_create in -ldjvulibre... yes
  462. checking if DJVU package is complete... yes
  463. -------------------------------------------------------------
  464. checking for FreeType 2.0...
  465. checking for freetype-config... freetype-config
  466. checking for FT_Init_FreeType in -lfreetype... yes
  467. checking ft2build.h usability... yes
  468. checking ft2build.h presence... yes
  469. checking for ft2build.h... yes
  470. checking for freetype/freetype.h... yes
  471. checking if FreeType package is complete... yes
  472. -------------------------------------------------------------
  473. checking for JPEG...
  474. checking jconfig.h usability... yes
  475. checking jconfig.h presence... yes
  476. checking for jconfig.h... yes
  477. checking jerror.h usability... yes
  478. checking jerror.h presence... yes
  479. checking for jerror.h... yes
  480. checking jmorecfg.h usability... yes
  481. checking jmorecfg.h presence... yes
  482. checking for jmorecfg.h... yes
  483. checking jpeglib.h usability... yes
  484. checking jpeglib.h presence... yes
  485. checking for jpeglib.h... yes
  486. checking for jpeg_read_header in -ljpeg... yes
  487. checking for JPEG library is version 6b or later... yes
  488. checking if JPEG package is complete... yes
  489. -------------------------------------------------------------
  490. checking for JPEG Version 2...
  491. checking jasper/jasper.h usability... yes
  492. checking jasper/jasper.h presence... yes
  493. checking for jasper/jasper.h... yes
  494. checking for jas_stream_fopen in -ljasper... yes
  495. checking if JPEG version 2 support package is complete... yes
  496. -------------------------------------------------------------
  497. checking for PNG...
  498. checking png.h usability... yes
  499. checking png.h presence... yes
  500. checking for png.h... yes
  501. checking for png_get_io_ptr in -lpng... yes
  502. checking if PNG package is complete... yes
  503. -------------------------------------------------------------
  504. checking for RSVG... yes
  505.  
  506. checking for CAIRO_SVG... yes
  507.  
  508. -------------------------------------------------------------
  509. checking for TIFF...
  510. checking tiff.h usability... yes
  511. checking tiff.h presence... yes
  512. checking for tiff.h... yes
  513. checking tiffio.h usability... yes
  514. checking tiffio.h presence... yes
  515. checking for tiffio.h... yes
  516. checking for TIFFOpen in -ltiff... yes
  517. checking for TIFFClientOpen in -ltiff... yes
  518. checking for TIFFIsBigEndian in -ltiff... yes
  519. checking for TIFFIsByteSwapped in -ltiff... yes
  520. checking for TIFFReadRGBATile in -ltiff... yes
  521. checking for TIFFReadRGBAStrip in -ltiff... yes
  522. checking if TIFF package is complete... yes
  523. checking tiffconf.h usability... yes
  524. checking tiffconf.h presence... yes
  525. checking for tiffconf.h... yes
  526. checking for TIFFIsCODECConfigured... yes
  527. checking for TIFFMergeFieldInfo... yes
  528. checking for TIFFReadEXIFDirectory... yes
  529. checking for TIFFSetErrorHandlerExt... yes
  530. checking for TIFFSetTagExtender... yes
  531. checking for TIFFSetWarningHandlerExt... yes
  532. checking for TIFFSwabArrayOfTriples... yes
  533. -------------------------------------------------------------
  534. checking for ImageMagick delegate programs...
  535. checking for autotrace... autotrace
  536. checking for mplayer... /usr/bin/mplayer
  537. checking for blender... blender
  538. checking for bzip2... /bin/bzip2
  539. checking for xdg-open... /usr/bin/xdg-open
  540. checking for ralcgm... ralcgm
  541. checking for cat... /bin/cat
  542. checking for ufraw-batch... /usr/bin/ufraw-batch
  543. checking for dot... dot
  544. checking for dvips... dvips
  545. checking for echo... /bin/echo
  546. checking for xterm... /usr/bin/xterm
  547. checking for fig2dev... fig2dev
  548. checking for convert... /usr/bin/convert
  549. checking for display... /usr/bin/display
  550. checking for mogrify... /usr/bin/mogrify
  551. checking for gnuplot... gnuplot
  552. checking for ra_pfm... ra_pfm
  553. checking for hp2xx... hp2xx
  554. checking for html2ps... html2ps
  555. checking for ilbmtoppm... /usr/bin/ilbmtoppm
  556. checking for ppmtoilbm... /usr/bin/ppmtoilbm
  557. checking for lp... /usr/bin/lp
  558. checking for lpr... /usr/bin/lpr
  559. checking for uncompress... /bin/uncompress
  560. checking for compress... compress
  561. checking for gimp... /usr/bin/gimp
  562. checking for groff... /usr/bin/groff
  563. checking for ffmpeg... /usr/bin/ffmpeg
  564. checking for ffmpeg... /usr/bin/ffmpeg
  565. checking for mrsidgeodecode... mrsidgeodecode
  566. checking for mv... /bin/mv
  567. checking for pcl6... pcl6
  568. checking for pgpv... pgpv
  569. checking for povray... povray
  570. checking for gsx... /usr/bin/gsx
  571. checking for rawtorle... rawtorle
  572. checking for rm... /bin/rm
  573. checking for rsvg... /usr/bin/rsvg
  574. checking for scanimage... /usr/bin/scanimage
  575. checking for enscript... enscript
  576. checking for uniconvertor... uniconvertor
  577. checking for webpconv... webpconv
  578. checking for wmf2eps... /usr/bin/wmf2eps
  579. checking for curl... /usr/bin/curl
  580. checking for gxps... gxps
  581. checking for gzip... /bin/gzip
  582. checking for Dejavu fonts directory... /usr/share/fonts/dejavu/
  583. checking for Ghostscript fonts directory... /usr/share/fonts/default/ghostscript/
  584. checking for gnutar... no
  585. checking for gtar... no
  586. checking for tar... tar
  587. checking for perl... perl
  588. checking for rpmbuild... no
  589. checking for rpm... no
  590. checking for 7za... 7za
  591. checking for zip... zip
  592. -------------------------------------------------------------
  593. checking for Ghostscript...
  594. checking for Ghostscript version... 9.00
  595. checking for gs alpha device... pngalpha
  596. checking for gs color device... pnmraw
  597. checking for gs CMYK device... pam
  598. checking for gs mono device... pbmraw
  599. checking for gs PDF writing device... pdfwrite
  600. checking for gs PS writing device... pswrite
  601. checking for gs EPS writing device... epswrite
  602. -------------------------------------------------------------
  603. Update ImageMagick configuration
  604. configure: creating ./config.status
  605. config.status: creating config/configure.xml
  606. config.status: creating config/delegates.xml
  607. config.status: creating config/ImageMagick.rdf
  608. config.status: creating config/MagickCore.dox
  609. config.status: creating config/MagickWand.dox
  610. config.status: creating config/type-dejavu.xml
  611. config.status: creating config/type-ghostscript.xml
  612. config.status: creating config/type-windows.xml
  613. config.status: creating config/type.xml
  614. config.status: creating ImageMagick.spec
  615. config.status: creating Magick++/bin/Magick++-config
  616. config.status: creating magick/ImageMagick.pc
  617. config.status: creating Magick++/lib/ImageMagick++.pc
  618. config.status: creating Magick++/lib/Magick++.pc
  619. config.status: creating magick/Magick-config
  620. config.status: creating magick/MagickCore-config
  621. config.status: creating magick/MagickCore.pc
  622. config.status: creating magick/version.h
  623. config.status: creating Makefile
  624. config.status: creating magick.sh
  625. config.status: creating PerlMagick/Magick.pm
  626. config.status: creating PerlMagick/Makefile.PL
  627. config.status: creating PerlMagick/check.sh
  628. config.status: creating utilities/animate.1
  629. config.status: creating utilities/compare.1
  630. config.status: creating utilities/composite.1
  631. config.status: creating utilities/conjure.1
  632. config.status: creating utilities/convert.1
  633. config.status: creating utilities/display.1
  634. config.status: creating utilities/identify.1
  635. config.status: creating utilities/ImageMagick.1
  636. config.status: creating utilities/import.1
  637. config.status: creating utilities/mogrify.1
  638. config.status: creating utilities/montage.1
  639. config.status: creating utilities/stream.1
  640. config.status: creating wand/MagickWand-config
  641. config.status: creating wand/MagickWand.pc
  642. config.status: creating wand/Wand-config
  643. config.status: creating wand/Wand.pc
  644. config.status: creating config/config.h
  645. config.status: executing magick/magick-config.h commands
  646. config.status: creating magick/magick-config.h - prefix MAGICKCORE for config/config.h defines
  647. config.status: executing depfiles commands
  648. config.status: executing libtool commands
  649. config.status: executing default commands
  650. config.status: executing MagickCore-config.in commands
  651. config.status: executing Magick-config.in commands
  652. config.status: executing MagickWand-config.in commands
  653. config.status: executing Wand-config.in commands
  654. config.status: executing Magick++-config.in commands
  655. config.status: executing PerlMagick/check.sh.in commands
  656.  
  657. ImageMagick is configured as follows. Please verify that this configuration
  658. matches your expectations.
  659.  
  660. Host system type: x86_64-pc-linux-gnu
  661. Build system type: x86_64-pc-linux-gnu
  662.  
  663. Option Value
  664. -------------------------------------------------------------------------------
  665. Shared libraries --enable-shared=yes yes
  666. Static libraries --enable-static=no no
  667. Module support --with-modules=yes yes
  668. GNU ld --with-gnu-ld=yes yes
  669. Quantum depth --with-quantum-depth=32 32
  670. High Dynamic Range Imagery
  671. --enable-hdri=no no
  672.  
  673. Delegate Configuration:
  674. BZLIB --with-bzlib=yes yes
  675. Autotrace --with-autotrace=no no
  676. Dejavu fonts --with-dejavu-font-dir=/usr/share/fonts/dejavu /usr/share/fonts/dejavu/
  677. DJVU --with-djvu=yes yes
  678. DPS --with-dps=no no
  679. FFTW --with-fftw=no no
  680. FlashPIX --with-fpx=no no
  681. FontConfig --with-fontconfig=no no
  682. FreeType --with-freetype=yes yes
  683. GhostPCL None pcl6 (unknown)
  684. GhostXPS None gxps (unknown)
  685. Ghostscript None gs (9.00)
  686. Ghostscript fonts --with-gs-font-dir=/usr/share/fonts/default/ghostscript /usr/share/fonts/default/ghostscript/
  687. Ghostscript lib --with-gslib=no no
  688. Graphviz --with-gvc=no
  689. JBIG --with-jbig=no no
  690. JPEG v1 --with-jpeg=yes yes
  691. JPEG-2000 --with-jp2=yes yes
  692. LCMS v1 --with-lcms=no no
  693. LCMS v2 --with-lcms2=no no
  694. LQR --with-lqr=no no
  695. Magick++ --with-magick-plus-plus=yes yes
  696. OpenEXR --with-openexr=no no
  697. PERL --with-perl=no no
  698. PNG --with-png=yes yes
  699. RSVG --with-rsvg=yes yes
  700. TIFF --with-tiff=yes yes
  701. Windows fonts --with-windows-font-dir=no none
  702. WMF --with-wmf=no no
  703. X11 --with-x=yes yes
  704. XML --with-xml=no no
  705. ZLIB --with-zlib=yes yes
  706.  
  707. X11 Configuration:
  708. X_CFLAGS =
  709. X_PRE_LIBS = -lSM -lICE
  710. X_LIBS =
  711. X_EXTRA_LIBS =
  712.  
  713. Options used to compile and link:
  714. PREFIX = /usr
  715. EXEC-PREFIX = /usr
  716. VERSION = 6.6.5
  717. CC = x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99
  718. CFLAGS = -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread
  719. CPPFLAGS = -I/usr/include/ImageMagick
  720. PCFLAGS =
  721. DEFS = -DHAVE_CONFIG_H
  722. LDFLAGS = -Wl,-O1,--hash-style=gnu,--sort-common,--as-needed
  723. MAGICK_LDFLAGS = -L/usr/lib64 -Wl,-O1,--hash-style=gnu,--sort-common,--as-needed
  724. LIBS = -lMagickCore -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lpthread -lltdl
  725. CXX = x86_64-pc-linux-gnu-g++
  726. CXXFLAGS = -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -pthread
  727. FEATURES =
  728.  
  729. >>> Source configured.
  730. >>> Compiling source in /var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6 ...
  731. make -j2
  732. make all-am
  733. make[1]: Вход в каталог `/var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6'
  734. CC coders/coders_avs_la-avs.lo
  735. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_avs_la-avs.lo `test -f 'coders/avs.c' || echo './'`coders/avs.c
  736. CC coders/coders_bgr_la-bgr.lo
  737. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_bgr_la-bgr.lo `test -f 'coders/bgr.c' || echo './'`coders/bgr.c
  738. CC coders/coders_bmp_la-bmp.lo
  739. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_bmp_la-bmp.lo `test -f 'coders/bmp.c' || echo './'`coders/bmp.c
  740. CC coders/coders_braille_la-braille.lo
  741. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_braille_la-braille.lo `test -f 'coders/braille.c' || echo './'`coders/braille.c
  742. CC coders/coders_cals_la-cals.lo
  743. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_cals_la-cals.lo `test -f 'coders/cals.c' || echo './'`coders/cals.c
  744. CC coders/coders_caption_la-caption.lo
  745. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_caption_la-caption.lo `test -f 'coders/caption.c' || echo './'`coders/caption.c
  746. CC coders/coders_cin_la-cin.lo
  747. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_cin_la-cin.lo `test -f 'coders/cin.c' || echo './'`coders/cin.c
  748. CC coders/coders_cip_la-cip.lo
  749. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_cip_la-cip.lo `test -f 'coders/cip.c' || echo './'`coders/cip.c
  750. CC coders/coders_clip_la-clip.lo
  751. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_clip_la-clip.lo `test -f 'coders/clip.c' || echo './'`coders/clip.c
  752. CC coders/coders_cmyk_la-cmyk.lo
  753. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_cmyk_la-cmyk.lo `test -f 'coders/cmyk.c' || echo './'`coders/cmyk.c
  754. CC coders/coders_cut_la-cut.lo
  755. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_cut_la-cut.lo `test -f 'coders/cut.c' || echo './'`coders/cut.c
  756. CC coders/coders_dcm_la-dcm.lo
  757. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dcm_la-dcm.lo `test -f 'coders/dcm.c' || echo './'`coders/dcm.c
  758. CC coders/coders_dds_la-dds.lo
  759. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dds_la-dds.lo `test -f 'coders/dds.c' || echo './'`coders/dds.c
  760. CC coders/coders_debug_la-debug.lo
  761. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_debug_la-debug.lo `test -f 'coders/debug.c' || echo './'`coders/debug.c
  762. CC coders/coders_dib_la-dib.lo
  763. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dib_la-dib.lo `test -f 'coders/dib.c' || echo './'`coders/dib.c
  764. CC coders/coders_dng_la-dng.lo
  765. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dng_la-dng.lo `test -f 'coders/dng.c' || echo './'`coders/dng.c
  766. CC coders/coders_dot_la-dot.lo
  767. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dot_la-dot.lo `test -f 'coders/dot.c' || echo './'`coders/dot.c
  768. CC coders/coders_dpx_la-dpx.lo
  769. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_dpx_la-dpx.lo `test -f 'coders/dpx.c' || echo './'`coders/dpx.c
  770. CC coders/coders_fax_la-fax.lo
  771. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_fax_la-fax.lo `test -f 'coders/fax.c' || echo './'`coders/fax.c
  772. CC coders/coders_fits_la-fits.lo
  773. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_fits_la-fits.lo `test -f 'coders/fits.c' || echo './'`coders/fits.c
  774. CC coders/coders_gif_la-gif.lo
  775. CC coders/coders_gradient_la-gradient.lo
  776. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_gif_la-gif.lo `test -f 'coders/gif.c' || echo './'`coders/gif.c
  777. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_gradient_la-gradient.lo `test -f 'coders/gradient.c' || echo './'`coders/gradient.c
  778. CC coders/coders_gray_la-gray.lo
  779. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_gray_la-gray.lo `test -f 'coders/gray.c' || echo './'`coders/gray.c
  780. CC coders/coders_hald_la-hald.lo
  781. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_hald_la-hald.lo `test -f 'coders/hald.c' || echo './'`coders/hald.c
  782. CC coders/coders_histogram_la-histogram.lo
  783. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_histogram_la-histogram.lo `test -f 'coders/histogram.c' || echo './'`coders/histogram.c
  784. CC coders/coders_hrz_la-hrz.lo
  785. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_hrz_la-hrz.lo `test -f 'coders/hrz.c' || echo './'`coders/hrz.c
  786. CC coders/coders_html_la-html.lo
  787. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_html_la-html.lo `test -f 'coders/html.c' || echo './'`coders/html.c
  788. CC coders/coders_icon_la-icon.lo
  789. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_icon_la-icon.lo `test -f 'coders/icon.c' || echo './'`coders/icon.c
  790. CC coders/coders_info_la-info.lo
  791. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_info_la-info.lo `test -f 'coders/info.c' || echo './'`coders/info.c
  792. CC coders/coders_inline_la-inline.lo
  793. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_inline_la-inline.lo `test -f 'coders/inline.c' || echo './'`coders/inline.c
  794. CC coders/coders_ipl_la-ipl.lo
  795. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ipl_la-ipl.lo `test -f 'coders/ipl.c' || echo './'`coders/ipl.c
  796. CC coders/coders_label_la-label.lo
  797. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_label_la-label.lo `test -f 'coders/label.c' || echo './'`coders/label.c
  798. CC coders/coders_magick_la-magick.lo
  799. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_magick_la-magick.lo `test -f 'coders/magick.c' || echo './'`coders/magick.c
  800. CC coders/coders_map_la-map.lo
  801. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_map_la-map.lo `test -f 'coders/map.c' || echo './'`coders/map.c
  802. CC coders/coders_mat_la-mat.lo
  803. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mat_la-mat.lo `test -f 'coders/mat.c' || echo './'`coders/mat.c
  804. CC coders/coders_matte_la-matte.lo
  805. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_matte_la-matte.lo `test -f 'coders/matte.c' || echo './'`coders/matte.c
  806. CC coders/coders_meta_la-meta.lo
  807. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_meta_la-meta.lo `test -f 'coders/meta.c' || echo './'`coders/meta.c
  808. CC coders/coders_miff_la-miff.lo
  809. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_miff_la-miff.lo `test -f 'coders/miff.c' || echo './'`coders/miff.c
  810. CC coders/coders_mono_la-mono.lo
  811. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mono_la-mono.lo `test -f 'coders/mono.c' || echo './'`coders/mono.c
  812. CC coders/coders_mpc_la-mpc.lo
  813. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mpc_la-mpc.lo `test -f 'coders/mpc.c' || echo './'`coders/mpc.c
  814. CC coders/coders_mpeg_la-mpeg.lo
  815. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mpeg_la-mpeg.lo `test -f 'coders/mpeg.c' || echo './'`coders/mpeg.c
  816. CC coders/coders_mpr_la-mpr.lo
  817. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mpr_la-mpr.lo `test -f 'coders/mpr.c' || echo './'`coders/mpr.c
  818. CC coders/coders_msl_la-msl.lo
  819. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_msl_la-msl.lo `test -f 'coders/msl.c' || echo './'`coders/msl.c
  820. CC coders/coders_mtv_la-mtv.lo
  821. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mtv_la-mtv.lo `test -f 'coders/mtv.c' || echo './'`coders/mtv.c
  822. CC coders/coders_mvg_la-mvg.lo
  823. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_mvg_la-mvg.lo `test -f 'coders/mvg.c' || echo './'`coders/mvg.c
  824. CC coders/coders_null_la-null.lo
  825. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_null_la-null.lo `test -f 'coders/null.c' || echo './'`coders/null.c
  826. CC coders/coders_otb_la-otb.lo
  827. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_otb_la-otb.lo `test -f 'coders/otb.c' || echo './'`coders/otb.c
  828. CC coders/coders_palm_la-palm.lo
  829. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_palm_la-palm.lo `test -f 'coders/palm.c' || echo './'`coders/palm.c
  830. CC coders/coders_pattern_la-pattern.lo
  831. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pattern_la-pattern.lo `test -f 'coders/pattern.c' || echo './'`coders/pattern.c
  832. CC coders/coders_pcd_la-pcd.lo
  833. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pcd_la-pcd.lo `test -f 'coders/pcd.c' || echo './'`coders/pcd.c
  834. CC coders/coders_pcl_la-pcl.lo
  835. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pcl_la-pcl.lo `test -f 'coders/pcl.c' || echo './'`coders/pcl.c
  836. CC coders/coders_pcx_la-pcx.lo
  837. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pcx_la-pcx.lo `test -f 'coders/pcx.c' || echo './'`coders/pcx.c
  838. CC coders/coders_pdb_la-pdb.lo
  839. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pdb_la-pdb.lo `test -f 'coders/pdb.c' || echo './'`coders/pdb.c
  840. CC coders/coders_pdf_la-pdf.lo
  841. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pdf_la-pdf.lo `test -f 'coders/pdf.c' || echo './'`coders/pdf.c
  842. CC coders/coders_pes_la-pes.lo
  843. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pes_la-pes.lo `test -f 'coders/pes.c' || echo './'`coders/pes.c
  844. CC coders/coders_pict_la-pict.lo
  845. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pict_la-pict.lo `test -f 'coders/pict.c' || echo './'`coders/pict.c
  846. CC coders/coders_pix_la-pix.lo
  847. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pix_la-pix.lo `test -f 'coders/pix.c' || echo './'`coders/pix.c
  848. CC coders/coders_plasma_la-plasma.lo
  849. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_plasma_la-plasma.lo `test -f 'coders/plasma.c' || echo './'`coders/plasma.c
  850. CC coders/coders_pnm_la-pnm.lo
  851. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pnm_la-pnm.lo `test -f 'coders/pnm.c' || echo './'`coders/pnm.c
  852. CC coders/coders_preview_la-preview.lo
  853. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_preview_la-preview.lo `test -f 'coders/preview.c' || echo './'`coders/preview.c
  854. CC coders/coders_ps_la-ps.lo
  855. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ps_la-ps.lo `test -f 'coders/ps.c' || echo './'`coders/ps.c
  856. CC coders/coders_ps2_la-ps2.lo
  857. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ps2_la-ps2.lo `test -f 'coders/ps2.c' || echo './'`coders/ps2.c
  858. CC coders/coders_ps3_la-ps3.lo
  859. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ps3_la-ps3.lo `test -f 'coders/ps3.c' || echo './'`coders/ps3.c
  860. CC coders/coders_psd_la-psd.lo
  861. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_psd_la-psd.lo `test -f 'coders/psd.c' || echo './'`coders/psd.c
  862. CC coders/coders_pwp_la-pwp.lo
  863. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_pwp_la-pwp.lo `test -f 'coders/pwp.c' || echo './'`coders/pwp.c
  864. CC coders/coders_raw_la-raw.lo
  865. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_raw_la-raw.lo `test -f 'coders/raw.c' || echo './'`coders/raw.c
  866. CC coders/coders_rgb_la-rgb.lo
  867. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_rgb_la-rgb.lo `test -f 'coders/rgb.c' || echo './'`coders/rgb.c
  868. CC coders/coders_rla_la-rla.lo
  869. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_rla_la-rla.lo `test -f 'coders/rla.c' || echo './'`coders/rla.c
  870. CC coders/coders_rle_la-rle.lo
  871. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_rle_la-rle.lo `test -f 'coders/rle.c' || echo './'`coders/rle.c
  872. CC coders/coders_scr_la-scr.lo
  873. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_scr_la-scr.lo `test -f 'coders/scr.c' || echo './'`coders/scr.c
  874. CC coders/coders_sct_la-sct.lo
  875. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_sct_la-sct.lo `test -f 'coders/sct.c' || echo './'`coders/sct.c
  876. CC coders/coders_sfw_la-sfw.lo
  877. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_sfw_la-sfw.lo `test -f 'coders/sfw.c' || echo './'`coders/sfw.c
  878. CC coders/coders_sgi_la-sgi.lo
  879. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_sgi_la-sgi.lo `test -f 'coders/sgi.c' || echo './'`coders/sgi.c
  880. CC coders/coders_stegano_la-stegano.lo
  881. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_stegano_la-stegano.lo `test -f 'coders/stegano.c' || echo './'`coders/stegano.c
  882. CC coders/coders_sun_la-sun.lo
  883. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_sun_la-sun.lo `test -f 'coders/sun.c' || echo './'`coders/sun.c
  884. CC coders/coders_svg_la-svg.lo
  885. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_svg_la-svg.lo `test -f 'coders/svg.c' || echo './'`coders/svg.c
  886. CC coders/coders_tga_la-tga.lo
  887. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_tga_la-tga.lo `test -f 'coders/tga.c' || echo './'`coders/tga.c
  888. CC coders/coders_thumbnail_la-thumbnail.lo
  889. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_thumbnail_la-thumbnail.lo `test -f 'coders/thumbnail.c' || echo './'`coders/thumbnail.c
  890. CC coders/coders_tile_la-tile.lo
  891. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_tile_la-tile.lo `test -f 'coders/tile.c' || echo './'`coders/tile.c
  892. CC coders/coders_tim_la-tim.lo
  893. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_tim_la-tim.lo `test -f 'coders/tim.c' || echo './'`coders/tim.c
  894. CC coders/coders_ttf_la-ttf.lo
  895. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ttf_la-ttf.lo `test -f 'coders/ttf.c' || echo './'`coders/ttf.c
  896. CC coders/coders_txt_la-txt.lo
  897. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_txt_la-txt.lo `test -f 'coders/txt.c' || echo './'`coders/txt.c
  898. CC coders/coders_uil_la-uil.lo
  899. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_uil_la-uil.lo `test -f 'coders/uil.c' || echo './'`coders/uil.c
  900. CC coders/coders_url_la-url.lo
  901. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_url_la-url.lo `test -f 'coders/url.c' || echo './'`coders/url.c
  902. CC coders/coders_uyvy_la-uyvy.lo
  903. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_uyvy_la-uyvy.lo `test -f 'coders/uyvy.c' || echo './'`coders/uyvy.c
  904. CC coders/coders_vicar_la-vicar.lo
  905. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_vicar_la-vicar.lo `test -f 'coders/vicar.c' || echo './'`coders/vicar.c
  906. CC coders/coders_vid_la-vid.lo
  907. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_vid_la-vid.lo `test -f 'coders/vid.c' || echo './'`coders/vid.c
  908. CC coders/coders_viff_la-viff.lo
  909. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_viff_la-viff.lo `test -f 'coders/viff.c' || echo './'`coders/viff.c
  910. CC coders/coders_wbmp_la-wbmp.lo
  911. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_wbmp_la-wbmp.lo `test -f 'coders/wbmp.c' || echo './'`coders/wbmp.c
  912. CC coders/coders_wpg_la-wpg.lo
  913. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_wpg_la-wpg.lo `test -f 'coders/wpg.c' || echo './'`coders/wpg.c
  914. CC coders/coders_xbm_la-xbm.lo
  915. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xbm_la-xbm.lo `test -f 'coders/xbm.c' || echo './'`coders/xbm.c
  916. CC coders/coders_xc_la-xc.lo
  917. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xc_la-xc.lo `test -f 'coders/xc.c' || echo './'`coders/xc.c
  918. CC coders/coders_xcf_la-xcf.lo
  919. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xcf_la-xcf.lo `test -f 'coders/xcf.c' || echo './'`coders/xcf.c
  920. CC coders/coders_xpm_la-xpm.lo
  921. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xpm_la-xpm.lo `test -f 'coders/xpm.c' || echo './'`coders/xpm.c
  922. CC coders/coders_xps_la-xps.lo
  923. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xps_la-xps.lo `test -f 'coders/xps.c' || echo './'`coders/xps.c
  924. CC coders/coders_ycbcr_la-ycbcr.lo
  925. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ycbcr_la-ycbcr.lo `test -f 'coders/ycbcr.c' || echo './'`coders/ycbcr.c
  926. CC coders/coders_yuv_la-yuv.lo
  927. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_yuv_la-yuv.lo `test -f 'coders/yuv.c' || echo './'`coders/yuv.c
  928. CC coders/coders_djvu_la-djvu.lo
  929. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_djvu_la-djvu.lo `test -f 'coders/djvu.c' || echo './'`coders/djvu.c
  930. CC coders/coders_jpeg_la-jpeg.lo
  931. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_jpeg_la-jpeg.lo `test -f 'coders/jpeg.c' || echo './'`coders/jpeg.c
  932. CC coders/coders_jp2_la-jp2.lo
  933. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_jp2_la-jp2.lo `test -f 'coders/jp2.c' || echo './'`coders/jp2.c
  934. CC coders/coders_png_la-png.lo
  935. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_png_la-png.lo `test -f 'coders/png.c' || echo './'`coders/png.c
  936. coders/png.c: In function ‘PNGErrorHandler’:
  937. coders/png.c:1184:3: warning: ‘jmpbuf’ is deprecated (declared at /usr/include/png.h:1104)
  938. CC coders/coders_ept_la-ept.lo
  939. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_ept_la-ept.lo `test -f 'coders/ept.c' || echo './'`coders/ept.c
  940. CC coders/coders_tiff_la-tiff.lo
  941. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_tiff_la-tiff.lo `test -f 'coders/tiff.c' || echo './'`coders/tiff.c
  942. CC coders/coders_x_la-x.lo
  943. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_x_la-x.lo `test -f 'coders/x.c' || echo './'`coders/x.c
  944. CC coders/coders_xwd_la-xwd.lo
  945. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_xwd_la-xwd.lo `test -f 'coders/xwd.c' || echo './'`coders/xwd.c
  946. CC ltdl/loaders/ltdl_libltdlc_la-preopen.lo
  947. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -DLTDLOPEN=libltdlc -I. -I. -DLT_CONFIG_H='<config/config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o ltdl/loaders/ltdl_libltdlc_la-preopen.lo `test -f 'ltdl/loaders/preopen.c' || echo './'`ltdl/loaders/preopen.c
  948. CC ltdl/lt__strl.lo
  949. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I. -I. -DLT_CONFIG_H='<config/config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o ltdl/lt__strl.lo ltdl/lt__strl.c
  950. CC coders/coders_art_la-art.lo
  951. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o coders/coders_art_la-art.lo `test -f 'coders/art.c' || echo './'`coders/art.c
  952. CC magick/magick_libMagickCore_la-accelerate.lo
  953. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-accelerate.lo `test -f 'magick/accelerate.c' || echo './'`magick/accelerate.c
  954. CC magick/magick_libMagickCore_la-animate.lo
  955. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-animate.lo `test -f 'magick/animate.c' || echo './'`magick/animate.c
  956. CC magick/magick_libMagickCore_la-annotate.lo
  957. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-annotate.lo `test -f 'magick/annotate.c' || echo './'`magick/annotate.c
  958. CC magick/magick_libMagickCore_la-artifact.lo
  959. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-artifact.lo `test -f 'magick/artifact.c' || echo './'`magick/artifact.c
  960. CC magick/magick_libMagickCore_la-attribute.lo
  961. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-attribute.lo `test -f 'magick/attribute.c' || echo './'`magick/attribute.c
  962. CC magick/magick_libMagickCore_la-blob.lo
  963. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-blob.lo `test -f 'magick/blob.c' || echo './'`magick/blob.c
  964. CC magick/magick_libMagickCore_la-cache.lo
  965. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-cache.lo `test -f 'magick/cache.c' || echo './'`magick/cache.c
  966. CC magick/magick_libMagickCore_la-cache-view.lo
  967. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-cache-view.lo `test -f 'magick/cache-view.c' || echo './'`magick/cache-view.c
  968. CC magick/magick_libMagickCore_la-cipher.lo
  969. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-cipher.lo `test -f 'magick/cipher.c' || echo './'`magick/cipher.c
  970. CC magick/magick_libMagickCore_la-client.lo
  971. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-client.lo `test -f 'magick/client.c' || echo './'`magick/client.c
  972. CC magick/magick_libMagickCore_la-coder.lo
  973. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-coder.lo `test -f 'magick/coder.c' || echo './'`magick/coder.c
  974. CC magick/magick_libMagickCore_la-color.lo
  975. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-color.lo `test -f 'magick/color.c' || echo './'`magick/color.c
  976. CC magick/magick_libMagickCore_la-colormap.lo
  977. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-colormap.lo `test -f 'magick/colormap.c' || echo './'`magick/colormap.c
  978. CC magick/magick_libMagickCore_la-colorspace.lo
  979. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-colorspace.lo `test -f 'magick/colorspace.c' || echo './'`magick/colorspace.c
  980. CC magick/magick_libMagickCore_la-compare.lo
  981. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-compare.lo `test -f 'magick/compare.c' || echo './'`magick/compare.c
  982. CC magick/magick_libMagickCore_la-composite.lo
  983. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-composite.lo `test -f 'magick/composite.c' || echo './'`magick/composite.c
  984. CC magick/magick_libMagickCore_la-compress.lo
  985. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-compress.lo `test -f 'magick/compress.c' || echo './'`magick/compress.c
  986. CC magick/magick_libMagickCore_la-configure.lo
  987. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-configure.lo `test -f 'magick/configure.c' || echo './'`magick/configure.c
  988. CC magick/magick_libMagickCore_la-constitute.lo
  989. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-constitute.lo `test -f 'magick/constitute.c' || echo './'`magick/constitute.c
  990. CC magick/magick_libMagickCore_la-decorate.lo
  991. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-decorate.lo `test -f 'magick/decorate.c' || echo './'`magick/decorate.c
  992. CC magick/magick_libMagickCore_la-delegate.lo
  993. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-delegate.lo `test -f 'magick/delegate.c' || echo './'`magick/delegate.c
  994. CC magick/magick_libMagickCore_la-deprecate.lo
  995. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-deprecate.lo `test -f 'magick/deprecate.c' || echo './'`magick/deprecate.c
  996. CC magick/magick_libMagickCore_la-display.lo
  997. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-display.lo `test -f 'magick/display.c' || echo './'`magick/display.c
  998. CC magick/magick_libMagickCore_la-distort.lo
  999. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-distort.lo `test -f 'magick/distort.c' || echo './'`magick/distort.c
  1000. CC magick/magick_libMagickCore_la-draw.lo
  1001. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-draw.lo `test -f 'magick/draw.c' || echo './'`magick/draw.c
  1002. CC magick/magick_libMagickCore_la-effect.lo
  1003. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-effect.lo `test -f 'magick/effect.c' || echo './'`magick/effect.c
  1004. CC magick/magick_libMagickCore_la-enhance.lo
  1005. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-enhance.lo `test -f 'magick/enhance.c' || echo './'`magick/enhance.c
  1006. CC magick/magick_libMagickCore_la-exception.lo
  1007. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-exception.lo `test -f 'magick/exception.c' || echo './'`magick/exception.c
  1008. CC magick/magick_libMagickCore_la-feature.lo
  1009. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-feature.lo `test -f 'magick/feature.c' || echo './'`magick/feature.c
  1010. CC magick/magick_libMagickCore_la-fourier.lo
  1011. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-fourier.lo `test -f 'magick/fourier.c' || echo './'`magick/fourier.c
  1012. CC magick/magick_libMagickCore_la-fx.lo
  1013. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-fx.lo `test -f 'magick/fx.c' || echo './'`magick/fx.c
  1014. CC magick/magick_libMagickCore_la-gem.lo
  1015. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-gem.lo `test -f 'magick/gem.c' || echo './'`magick/gem.c
  1016. CC magick/magick_libMagickCore_la-geometry.lo
  1017. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-geometry.lo `test -f 'magick/geometry.c' || echo './'`magick/geometry.c
  1018. CC magick/magick_libMagickCore_la-hashmap.lo
  1019. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-hashmap.lo `test -f 'magick/hashmap.c' || echo './'`magick/hashmap.c
  1020. CC magick/magick_libMagickCore_la-histogram.lo
  1021. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-histogram.lo `test -f 'magick/histogram.c' || echo './'`magick/histogram.c
  1022. CC magick/magick_libMagickCore_la-identify.lo
  1023. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-identify.lo `test -f 'magick/identify.c' || echo './'`magick/identify.c
  1024. CC magick/magick_libMagickCore_la-image.lo
  1025. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-image.lo `test -f 'magick/image.c' || echo './'`magick/image.c
  1026. CC magick/magick_libMagickCore_la-image-view.lo
  1027. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-image-view.lo `test -f 'magick/image-view.c' || echo './'`magick/image-view.c
  1028. CC magick/magick_libMagickCore_la-layer.lo
  1029. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-layer.lo `test -f 'magick/layer.c' || echo './'`magick/layer.c
  1030. CC magick/magick_libMagickCore_la-list.lo
  1031. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-list.lo `test -f 'magick/list.c' || echo './'`magick/list.c
  1032. CC magick/magick_libMagickCore_la-locale.lo
  1033. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-locale.lo `test -f 'magick/locale.c' || echo './'`magick/locale.c
  1034. CC magick/magick_libMagickCore_la-log.lo
  1035. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-log.lo `test -f 'magick/log.c' || echo './'`magick/log.c
  1036. CC magick/magick_libMagickCore_la-magic.lo
  1037. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-magic.lo `test -f 'magick/magic.c' || echo './'`magick/magic.c
  1038. CC magick/magick_libMagickCore_la-magick.lo
  1039. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-magick.lo `test -f 'magick/magick.c' || echo './'`magick/magick.c
  1040. CC magick/magick_libMagickCore_la-matrix.lo
  1041. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-matrix.lo `test -f 'magick/matrix.c' || echo './'`magick/matrix.c
  1042. CC magick/magick_libMagickCore_la-memory.lo
  1043. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-memory.lo `test -f 'magick/memory.c' || echo './'`magick/memory.c
  1044. CC magick/magick_libMagickCore_la-mime.lo
  1045. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-mime.lo `test -f 'magick/mime.c' || echo './'`magick/mime.c
  1046. CC magick/magick_libMagickCore_la-module.lo
  1047. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-module.lo `test -f 'magick/module.c' || echo './'`magick/module.c
  1048. CC magick/magick_libMagickCore_la-monitor.lo
  1049. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-monitor.lo `test -f 'magick/monitor.c' || echo './'`magick/monitor.c
  1050. CC magick/magick_libMagickCore_la-montage.lo
  1051. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-montage.lo `test -f 'magick/montage.c' || echo './'`magick/montage.c
  1052. CC magick/magick_libMagickCore_la-morphology.lo
  1053. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-morphology.lo `test -f 'magick/morphology.c' || echo './'`magick/morphology.c
  1054. CC magick/magick_libMagickCore_la-option.lo
  1055. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-option.lo `test -f 'magick/option.c' || echo './'`magick/option.c
  1056. CC magick/magick_libMagickCore_la-paint.lo
  1057. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-paint.lo `test -f 'magick/paint.c' || echo './'`magick/paint.c
  1058. CC magick/magick_libMagickCore_la-pixel.lo
  1059. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-pixel.lo `test -f 'magick/pixel.c' || echo './'`magick/pixel.c
  1060. CC magick/magick_libMagickCore_la-policy.lo
  1061. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-policy.lo `test -f 'magick/policy.c' || echo './'`magick/policy.c
  1062. CC magick/magick_libMagickCore_la-PreRvIcccm.lo
  1063. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-PreRvIcccm.lo `test -f 'magick/PreRvIcccm.c' || echo './'`magick/PreRvIcccm.c
  1064. CC magick/magick_libMagickCore_la-prepress.lo
  1065. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-prepress.lo `test -f 'magick/prepress.c' || echo './'`magick/prepress.c
  1066. CC magick/magick_libMagickCore_la-property.lo
  1067. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-property.lo `test -f 'magick/property.c' || echo './'`magick/property.c
  1068. CC magick/magick_libMagickCore_la-profile.lo
  1069. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-profile.lo `test -f 'magick/profile.c' || echo './'`magick/profile.c
  1070. CC magick/magick_libMagickCore_la-quantize.lo
  1071. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-quantize.lo `test -f 'magick/quantize.c' || echo './'`magick/quantize.c
  1072. CC magick/magick_libMagickCore_la-quantum.lo
  1073. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-quantum.lo `test -f 'magick/quantum.c' || echo './'`magick/quantum.c
  1074. CC magick/magick_libMagickCore_la-quantum-export.lo
  1075. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-quantum-export.lo `test -f 'magick/quantum-export.c' || echo './'`magick/quantum-export.c
  1076. CC magick/magick_libMagickCore_la-quantum-import.lo
  1077. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-quantum-import.lo `test -f 'magick/quantum-import.c' || echo './'`magick/quantum-import.c
  1078. CC magick/magick_libMagickCore_la-random.lo
  1079. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-random.lo `test -f 'magick/random.c' || echo './'`magick/random.c
  1080. CC magick/magick_libMagickCore_la-registry.lo
  1081. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-registry.lo `test -f 'magick/registry.c' || echo './'`magick/registry.c
  1082. CC magick/magick_libMagickCore_la-resample.lo
  1083. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-resample.lo `test -f 'magick/resample.c' || echo './'`magick/resample.c
  1084. CC magick/magick_libMagickCore_la-resize.lo
  1085. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-resize.lo `test -f 'magick/resize.c' || echo './'`magick/resize.c
  1086. CC magick/magick_libMagickCore_la-resource.lo
  1087. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-resource.lo `test -f 'magick/resource.c' || echo './'`magick/resource.c
  1088. CC magick/magick_libMagickCore_la-segment.lo
  1089. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-segment.lo `test -f 'magick/segment.c' || echo './'`magick/segment.c
  1090. CC magick/magick_libMagickCore_la-semaphore.lo
  1091. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-semaphore.lo `test -f 'magick/semaphore.c' || echo './'`magick/semaphore.c
  1092. CC magick/magick_libMagickCore_la-shear.lo
  1093. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-shear.lo `test -f 'magick/shear.c' || echo './'`magick/shear.c
  1094. CC magick/magick_libMagickCore_la-signature.lo
  1095. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-signature.lo `test -f 'magick/signature.c' || echo './'`magick/signature.c
  1096. CC magick/magick_libMagickCore_la-splay-tree.lo
  1097. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-splay-tree.lo `test -f 'magick/splay-tree.c' || echo './'`magick/splay-tree.c
  1098. CC magick/magick_libMagickCore_la-static.lo
  1099. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-static.lo `test -f 'magick/static.c' || echo './'`magick/static.c
  1100. CC magick/magick_libMagickCore_la-statistic.lo
  1101. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-statistic.lo `test -f 'magick/statistic.c' || echo './'`magick/statistic.c
  1102. CC magick/magick_libMagickCore_la-stream.lo
  1103. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-stream.lo `test -f 'magick/stream.c' || echo './'`magick/stream.c
  1104. CC magick/magick_libMagickCore_la-string.lo
  1105. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-string.lo `test -f 'magick/string.c' || echo './'`magick/string.c
  1106. CC magick/magick_libMagickCore_la-thread.lo
  1107. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-thread.lo `test -f 'magick/thread.c' || echo './'`magick/thread.c
  1108. CC magick/magick_libMagickCore_la-timer.lo
  1109. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-timer.lo `test -f 'magick/timer.c' || echo './'`magick/timer.c
  1110. CC magick/magick_libMagickCore_la-token.lo
  1111. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-token.lo `test -f 'magick/token.c' || echo './'`magick/token.c
  1112. CC magick/magick_libMagickCore_la-transform.lo
  1113. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-transform.lo `test -f 'magick/transform.c' || echo './'`magick/transform.c
  1114. CC magick/magick_libMagickCore_la-threshold.lo
  1115. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-threshold.lo `test -f 'magick/threshold.c' || echo './'`magick/threshold.c
  1116. CC magick/magick_libMagickCore_la-type.lo
  1117. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-type.lo `test -f 'magick/type.c' || echo './'`magick/type.c
  1118. CC magick/magick_libMagickCore_la-utility.lo
  1119. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-utility.lo `test -f 'magick/utility.c' || echo './'`magick/utility.c
  1120. CC magick/magick_libMagickCore_la-version.lo
  1121. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-version.lo `test -f 'magick/version.c' || echo './'`magick/version.c
  1122. CC magick/magick_libMagickCore_la-widget.lo
  1123. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-widget.lo `test -f 'magick/widget.c' || echo './'`magick/widget.c
  1124. CC magick/magick_libMagickCore_la-xml-tree.lo
  1125. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-xml-tree.lo `test -f 'magick/xml-tree.c' || echo './'`magick/xml-tree.c
  1126. CC magick/magick_libMagickCore_la-xwindow.lo
  1127. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o magick/magick_libMagickCore_la-xwindow.lo `test -f 'magick/xwindow.c' || echo './'`magick/xwindow.c
  1128. CC wand/wand_libMagickWand_la-animate.lo
  1129. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-animate.lo `test -f 'wand/animate.c' || echo './'`wand/animate.c
  1130. CC wand/wand_libMagickWand_la-compare.lo
  1131. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-compare.lo `test -f 'wand/compare.c' || echo './'`wand/compare.c
  1132. CC wand/wand_libMagickWand_la-composite.lo
  1133. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-composite.lo `test -f 'wand/composite.c' || echo './'`wand/composite.c
  1134. CC wand/wand_libMagickWand_la-conjure.lo
  1135. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-conjure.lo `test -f 'wand/conjure.c' || echo './'`wand/conjure.c
  1136. CC wand/wand_libMagickWand_la-convert.lo
  1137. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-convert.lo `test -f 'wand/convert.c' || echo './'`wand/convert.c
  1138. CC wand/wand_libMagickWand_la-deprecate.lo
  1139. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-deprecate.lo `test -f 'wand/deprecate.c' || echo './'`wand/deprecate.c
  1140. wand/deprecate.c: In function ‘MagickColorFloodfillImage’:
  1141. wand/deprecate.c:1169:3: warning: ‘ColorFloodfillImage’ is deprecated (declared at ./magick/deprecate.h:173)
  1142. wand/deprecate.c: In function ‘MagickFlattenImages’:
  1143. wand/deprecate.c:1239:3: warning: ‘FlattenImages’ is deprecated (declared at ./magick/deprecate.h:129)
  1144. wand/deprecate.c: In function ‘MagickMapImage’:
  1145. wand/deprecate.c:1563:3: warning: ‘MapImage’ is deprecated (declared at ./magick/deprecate.h:192)
  1146. wand/deprecate.c: In function ‘MagickMatteFloodfillImage’:
  1147. wand/deprecate.c:1635:3: warning: ‘MatteFloodfillImage’ is deprecated (declared at ./magick/deprecate.h:196)
  1148. wand/deprecate.c: In function ‘MagickMosaicImages’:
  1149. wand/deprecate.c:1759:3: warning: ‘MosaicImages’ is deprecated (declared at ./magick/deprecate.h:132)
  1150. wand/deprecate.c: In function ‘MagickOpaqueImage’:
  1151. wand/deprecate.c:1805:3: warning: ‘MagickPaintOpaqueImage’ is deprecated (declared at ./wand/deprecate.h:96)
  1152. wand/deprecate.c: In function ‘MagickPaintOpaqueImage’:
  1153. wand/deprecate.c:1906:3: warning: ‘MagickPaintOpaqueImageChannel’ is deprecated (declared at ./wand/deprecate.h:98)
  1154. wand/deprecate.c: In function ‘MagickRecolorImage’:
  1155. wand/deprecate.c:2011:3: warning: ‘RecolorImage’ is deprecated (declared at ./magick/deprecate.h:134)
  1156. wand/deprecate.c: In function ‘MagickTransparentImage’:
  1157. wand/deprecate.c:2167:3: warning: ‘MagickPaintTransparentImage’ is deprecated (declared at wand/deprecate.c:1958)
  1158. CC wand/wand_libMagickWand_la-display.lo
  1159. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-display.lo `test -f 'wand/display.c' || echo './'`wand/display.c
  1160. CC wand/wand_libMagickWand_la-drawing-wand.lo
  1161. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-drawing-wand.lo `test -f 'wand/drawing-wand.c' || echo './'`wand/drawing-wand.c
  1162. CC wand/wand_libMagickWand_la-identify.lo
  1163. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-identify.lo `test -f 'wand/identify.c' || echo './'`wand/identify.c
  1164. CC wand/wand_libMagickWand_la-import.lo
  1165. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-import.lo `test -f 'wand/import.c' || echo './'`wand/import.c
  1166. CC wand/wand_libMagickWand_la-magick-image.lo
  1167. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-magick-image.lo `test -f 'wand/magick-image.c' || echo './'`wand/magick-image.c
  1168. CC wand/wand_libMagickWand_la-magick-property.lo
  1169. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-magick-property.lo `test -f 'wand/magick-property.c' || echo './'`wand/magick-property.c
  1170. CC wand/wand_libMagickWand_la-magick-wand.lo
  1171. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-magick-wand.lo `test -f 'wand/magick-wand.c' || echo './'`wand/magick-wand.c
  1172. CC wand/wand_libMagickWand_la-mogrify.lo
  1173. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -march=native -g0 -O2 -pipe -fomit-frame-pointer -msse2 -mmmx -m3dnow -ftree-vectorize -fpeel-loops -funswitch-loops -ftracer -mfpmath=sse,387 -Wall -pthread -c -o wand/wand_libMagickWand_la-mogrify.lo `test -f 'wand/mogrify.c' || echo './'`wand/mogrify.c
  1174. x86_64-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
  1175. Please submit a full bug report.
  1176. See <http://bugs.gentoo.org/> for instructions.
  1177. make[1]: *** [magick/magick_libMagickCore_la-decorate.lo] Ошибка 1
  1178. make[1]: *** Ожидание завершения заданий...
  1179. make[1]: Выход из каталога `/var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6'
  1180. make: *** [all] Ошибка 2
  1181. emake failed
  1182. * ERROR: media-gfx/imagemagick-6.6.5.6 failed:
  1183. * emake failed
  1184. *
  1185. * Call stack:
  1186. * ebuild.sh, line 56: Called src_compile
  1187. * environment, line 2655: Called _eapi2_src_compile
  1188. * ebuild.sh, line 657: Called die
  1189. * The specific snippet of code:
  1190. * emake || die "emake failed"
  1191. *
  1192. * If you need support, post the output of 'emerge --info =media-gfx/imagemagick-6.6.5.6',
  1193. * the complete build log and the output of 'emerge -pqv =media-gfx/imagemagick-6.6.5.6'.
  1194. * The complete build log is located at '/var/tmp/portage/media-gfx/imagemagick-6.6.5.6/temp/build.log'.
  1195. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/imagemagick-6.6.5.6/temp/environment'.
  1196. * S: '/var/tmp/portage/media-gfx/imagemagick-6.6.5.6/work/ImageMagick-6.6.5-6'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement