Guest User

Untitled

a guest
Feb 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.78 KB | None | 0 0
  1. Last login: Sat Aug 12 15:55:37 on ttyp1
  2. Welcome to Darwin!
  3. jessys-computer:~ jessy$ freetype-config --cflags
  4. -I/opt/local/include/freetype2 -I/opt/local/include
  5. jessys-computer:~ jessy$ cd Desktop/
  6. jessys-computer:~/Desktop jessy$ tar xvzf ImageMagick-6.2.8-8.tar.bz2
  7.  
  8. gzip: stdin: not in gzip format
  9. tar: Child returned status 1
  10. tar: Error exit delayed from previous errors
  11. jessys-computer:~/Desktop jessy$ cd ImageMagick-6.2.8
  12. jessys-computer:~/Desktop/ImageMagick-6.2.8 jessy$ export CPPFLAGS=-I/opt/local/include
  13. jessys-computer:~/Desktop/ImageMagick-6.2.8 jessy$ export LDFLAGS=-L/opt/local/lib
  14. jessys-computer:~/Desktop/ImageMagick-6.2.8 jessy$ ./configure --prefix=/opt/local --disable-static --with-modules --without-perl \
  15. > --without-magick-plus-plus --with-quantum-depth=8 \
  16. > --with-gs-font-dir=/opt/local/share/ghostscript/fonts
  17. configuring ImageMagick 6.2.8
  18. checking build system type... i686-apple-darwin8.4.1
  19. checking host system type... i686-apple-darwin8.4.1
  20. checking target system type... i686-apple-darwin8.4.1
  21. checking whether build environment is sane... yes
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking for gawk... no
  24. checking for mawk... no
  25. checking for nawk... no
  26. checking for awk... awk
  27. checking whether make sets $(MAKE)... yes
  28. checking for gcc... gcc
  29. checking for C compiler default output file name... a.out
  30. checking whether the C compiler works... yes
  31. checking whether we are cross compiling... no
  32. checking for suffix of executables...
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ANSI C... none needed
  37. checking for style of include used by make... GNU
  38. checking dependency style of gcc... gcc3
  39. checking how to run the C preprocessor... gcc -E
  40. checking for a sed that does not truncate output... /usr/bin/sed
  41. checking for egrep... grep -E
  42. checking for ld used by gcc... /usr/bin/ld
  43. checking if the linker (/usr/bin/ld) is GNU ld... no
  44. checking whether gcc and cc understand -c and -o together... yes
  45. checking for a BSD-compatible install... /usr/bin/install -c
  46. checking whether make sets $(MAKE)... (cached) yes
  47. checking for ranlib... ranlib
  48. checking maximum warning verbosity option... -Wall for C
  49. checking whether ln -s works... yes
  50. checking for gcc... (cached) gcc
  51. checking whether we are using the GNU C compiler... (cached) yes
  52. checking whether gcc accepts -g... (cached) yes
  53. checking for gcc option to accept ANSI C... (cached) none needed
  54. checking dependency style of gcc... (cached) gcc3
  55. checking if malloc debugging is wanted... no
  56. checking for the pthreads library -lpthreads... no
  57. checking whether pthreads work without any flags... yes
  58. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  59. checking if more special flags are required for pthreads... no
  60. checking for special C compiler options needed for large files... no
  61. checking for _FILE_OFFSET_BITS value needed for large files... no
  62. checking for _LARGE_FILES value needed for large files... no
  63. checking for native large file support... yes
  64. checking for _LARGEFILE_SOURCE value needed for large files... no
  65. checking for fseeko... yes
  66. checking for an ANSI C-conforming const... yes
  67. checking for ANSI C header files... yes
  68. checking for dirent.h that defines DIR... yes
  69. checking for library containing opendir... none required
  70. checking for sys/types.h... yes
  71. checking for sys/stat.h... yes
  72. checking for stdlib.h... yes
  73. checking for string.h... yes
  74. checking for memory.h... yes
  75. checking for strings.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for unistd.h... yes
  79. checking dlfcn.h usability... yes
  80. checking dlfcn.h presence... yes
  81. checking for dlfcn.h... yes
  82. checking dynamic linker characteristics... darwin8.4.1 dyld
  83. checking which extension is used for loadable modules... .so
  84. checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
  85. checking for the default library search path... /usr/local/lib /lib /usr/lib
  86. checking for objdir... .libs
  87. checking for BSD-compatible nm... /usr/bin/nm -p
  88. checking command to parse /usr/bin/nm -p output from object... ok
  89. checking whether libtool supports -dlopen/-dlpreopen... yes
  90. checking for shl_load... no
  91. checking for shl_load in -ldld... no
  92. checking for dlopen in -ldl... yes
  93. checking for dlerror... yes
  94. checking for _ prefix in compiled symbols... yes
  95. checking whether we have to add an underscore for dlsym... no
  96. checking whether deplibs are loaded by dlopen... yes
  97. checking argz.h usability... no
  98. checking argz.h presence... no
  99. checking for argz.h... no
  100. checking for error_t... no
  101. checking for argz_append... no
  102. checking for argz_create_sep... no
  103. checking for argz_insert... no
  104. checking for argz_next... no
  105. checking for argz_stringify... no
  106. checking assert.h usability... yes
  107. checking assert.h presence... yes
  108. checking for assert.h... yes
  109. checking ctype.h usability... yes
  110. checking ctype.h presence... yes
  111. checking for ctype.h... yes
  112. checking errno.h usability... yes
  113. checking errno.h presence... yes
  114. checking for errno.h... yes
  115. checking malloc.h usability... no
  116. checking malloc.h presence... no
  117. checking for malloc.h... no
  118. checking for memory.h... (cached) yes
  119. checking for stdlib.h... (cached) yes
  120. checking stdio.h usability... yes
  121. checking stdio.h presence... yes
  122. checking for stdio.h... yes
  123. checking for unistd.h... (cached) yes
  124. checking dl.h usability... no
  125. checking dl.h presence... no
  126. checking for dl.h... no
  127. checking sys/dl.h usability... no
  128. checking sys/dl.h presence... no
  129. checking for sys/dl.h... no
  130. checking dld.h usability... no
  131. checking dld.h presence... no
  132. checking for dld.h... no
  133. checking mach-o/dyld.h usability... yes
  134. checking mach-o/dyld.h presence... yes
  135. checking for mach-o/dyld.h... yes
  136. checking for string.h... (cached) yes
  137. checking for strchr... yes
  138. checking for strrchr... yes
  139. checking for memcpy... yes
  140. checking for memmove... yes
  141. checking for strcmp... yes
  142. checking for closedir... yes
  143. checking for opendir... yes
  144. checking for readdir... yes
  145. checking for /usr/bin/ld option to reload object files... -r
  146. checking how to recognise dependent libraries... pass_all
  147. checking for g++... g++
  148. checking whether we are using the GNU C++ compiler... yes
  149. checking whether g++ accepts -g... yes
  150. checking dependency style of g++... gcc3
  151. checking how to run the C++ preprocessor... g++ -E
  152. checking for g77... no
  153. checking for f77... no
  154. checking for xlf... no
  155. checking for frt... no
  156. checking for pgf77... no
  157. checking for fort77... no
  158. checking for fl32... no
  159. checking for af77... no
  160. checking for f90... no
  161. checking for xlf90... no
  162. checking for pgf90... no
  163. checking for epcf90... no
  164. checking for f95... no
  165. checking for fort... no
  166. checking for xlf95... no
  167. checking for ifc... no
  168. checking for efc... no
  169. checking for pgf95... no
  170. checking for lf95... no
  171. checking for gfortran... no
  172. checking whether we are using the GNU Fortran 77 compiler... no
  173. checking whether accepts -g... no
  174. checking the maximum length of command line arguments... 196608
  175. checking command to parse /usr/bin/nm -p output from gcc object... (cached) ok
  176. checking for objdir... .libs
  177. checking for ar... ar
  178. checking for ranlib... (cached) ranlib
  179. checking for strip... strip
  180. checking if gcc supports -fno-rtti -fno-exceptions... no
  181. checking for gcc option to produce PIC... -fno-common
  182. checking if gcc PIC flag -fno-common works... yes
  183. checking if gcc static flag -static works... no
  184. checking if gcc supports -c -o file.o... yes
  185. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  186. checking dynamic linker characteristics... darwin8.4.1 dyld
  187. checking how to hardcode library paths into programs... immediate
  188. checking whether stripping libraries is possible... yes
  189. checking for dlopen in -ldl... (cached) yes
  190. checking whether a program can dlopen itself... yes
  191. checking whether a statically linked program can dlopen itself... yes
  192. checking if libtool supports shared libraries... yes
  193. checking whether to build shared libraries... yes
  194. checking whether to build static libraries... no
  195. configure: creating libtool
  196. appending configuration tag "CXX" to libtool
  197. checking for ld used by g++... /usr/bin/ld
  198. checking if the linker (/usr/bin/ld) is GNU ld... no
  199. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  200. checking for g++ option to produce PIC... -fno-common
  201. checking if g++ PIC flag -fno-common works... yes
  202. checking if g++ static flag -static works... no
  203. checking if g++ supports -c -o file.o... yes
  204. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  205. checking dynamic linker characteristics... darwin8.4.1 dyld
  206. checking how to hardcode library paths into programs... immediate
  207. appending configuration tag "F77" to libtool
  208. checking whether to enable maintainer-specific portions of Makefiles... no
  209. checking whether gcc needs -traditional... no
  210. checking for ANSI C header files... (cached) yes
  211. checking for dirent.h that defines DIR... (cached) yes
  212. checking for library containing opendir... (cached) none required
  213. checking for errno.h... (cached) yes
  214. checking fcntl.h usability... yes
  215. checking fcntl.h presence... yes
  216. checking for fcntl.h... yes
  217. checking for inttypes.h... (cached) yes
  218. checking limits.h usability... yes
  219. checking limits.h presence... yes
  220. checking for limits.h... yes
  221. checking locale.h usability... yes
  222. checking locale.h presence... yes
  223. checking for locale.h... yes
  224. checking machine/param.h usability... yes
  225. checking machine/param.h presence... yes
  226. checking for machine/param.h... yes
  227. checking stdarg.h usability... yes
  228. checking stdarg.h presence... yes
  229. checking for stdarg.h... yes
  230. checking for string.h... (cached) yes
  231. checking for strings.h... (cached) yes
  232. checking sys/resource.h usability... yes
  233. checking sys/resource.h presence... yes
  234. checking for sys/resource.h... yes
  235. checking sys/time.h usability... yes
  236. checking sys/time.h presence... yes
  237. checking for sys/time.h... yes
  238. checking sys/timeb.h usability... yes
  239. checking sys/timeb.h presence... yes
  240. checking for sys/timeb.h... yes
  241. checking sys/times.h usability... yes
  242. checking sys/times.h presence... yes
  243. checking for sys/times.h... yes
  244. checking for sys/types.h... (cached) yes
  245. checking for unistd.h... (cached) yes
  246. checking for stdbool.h that conforms to C99... yes
  247. checking for _Bool... yes
  248. checking for an ANSI C-conforming const... (cached) yes
  249. checking for working volatile... yes
  250. checking for mode_t... yes
  251. checking for pid_t... yes
  252. checking for off_t... yes
  253. checking for size_t... yes
  254. checking whether stat file-mode macros are broken... no
  255. checking whether time.h and sys/time.h may both be included... yes
  256. checking whether struct tm is in sys/time.h or time.h... time.h
  257. checking for inline... inline
  258. checking whether byte ordering is bigendian... no
  259. checking for working long double with more range or precision than double... yes
  260. checking whether char is unsigned... no
  261. checking for short... yes
  262. checking size of short... 2
  263. checking for unsigned short... yes
  264. checking size of unsigned short... 2
  265. checking for int... yes
  266. checking size of int... 4
  267. checking for unsigned int... yes
  268. checking size of unsigned int... 4
  269. checking for long... yes
  270. checking size of long... 4
  271. checking for unsigned long... yes
  272. checking size of unsigned long... 4
  273. checking for size_t... (cached) yes
  274. checking size of size_t... 4
  275. checking for ssize_t... yes
  276. checking size of ssize_t... 4
  277. checking for double... yes
  278. checking size of double... 8
  279. checking for long long... yes
  280. checking size of long long... 8
  281. checking for unsigned long long... yes
  282. checking size of unsigned long long... 8
  283. checking for long double... yes
  284. checking size of long double... 16
  285. checking for void *... yes
  286. checking size of void *... 4
  287. checking for mode_t... (cached) yes
  288. checking for off_t... (cached) yes
  289. checking for pid_t... (cached) yes
  290. checking for size_t... (cached) yes
  291. checking for ssize_t... (cached) yes
  292. checking return type of signal handlers... void
  293. checking whether sys_siglist is declared... yes
  294. checking for C compiler __func__ support... yes
  295. checking for stdlib.h... (cached) yes
  296. checking for unistd.h... (cached) yes
  297. checking for getpagesize... yes
  298. checking for working mmap file i/o... yes
  299. checking whether closedir returns void... no
  300. checking for stdlib.h... (cached) yes
  301. checking for unistd.h... (cached) yes
  302. checking for getpagesize... (cached) yes
  303. checking for working mmap... yes
  304. checking for working memcmp... yes
  305. checking for stdlib.h... (cached) yes
  306. checking for GNU libc compatible realloc... yes
  307. checking sys/select.h usability... yes
  308. checking sys/select.h presence... yes
  309. checking for sys/select.h... yes
  310. checking sys/socket.h usability... yes
  311. checking sys/socket.h presence... yes
  312. checking for sys/socket.h... yes
  313. checking types of arguments for select... int,fd_set *,struct timeval *
  314. checking for function prototypes... yes
  315. checking whether setvbuf arguments are reversed... no
  316. checking for working strtod... yes
  317. checking for vprintf... yes
  318. checking for _doprnt... no
  319. checking whether lstat dereferences a symlink specified with a trailing slash... no
  320. checking whether stat accepts an empty string... no
  321. checking for _exit... yes
  322. checking for atexit... yes
  323. checking for clock_gettime... no
  324. checking for floor... yes
  325. checking for ftime... yes
  326. checking for ftruncate... yes
  327. checking for getcwd... yes
  328. checking for getexecname... no
  329. checking for getdtablesize... yes
  330. checking for getpagesize... (cached) yes
  331. checking for gettimeofday... yes
  332. checking for lstat... yes
  333. checking for memset... yes
  334. checking for mkstemp... yes
  335. checking for munmap... yes
  336. checking for pclose... yes
  337. checking for _pclose... no
  338. checking for poll... yes
  339. checking for popen... yes
  340. checking for _popen... no
  341. checking for pow... yes
  342. checking for pread... yes
  343. checking for pwrite... yes
  344. checking for raise... yes
  345. checking for rand_r... yes
  346. checking for select... yes
  347. checking for seekdir... yes
  348. checking for setlocale... yes
  349. checking for sqrt... yes
  350. checking for setvbuf... yes
  351. checking for stat... yes
  352. checking for strcspn... yes
  353. checking for strdup... yes
  354. checking for strpbrk... yes
  355. checking for strspn... yes
  356. checking for strstr... yes
  357. checking for strtol... yes
  358. checking for symlink... yes
  359. checking for sysconf... yes
  360. checking for sigemptyset... yes
  361. checking for sigaction... yes
  362. checking for strerror... yes
  363. checking for strlcat... yes
  364. checking for strlcpy... yes
  365. checking for strcasecmp... yes
  366. checking for strncasecmp... yes
  367. checking for telldir... yes
  368. checking for tempnam... yes
  369. checking for times... yes
  370. checking for usleep... yes
  371. checking for vsprintf... yes
  372. checking for vsnprintf... yes
  373. checking for X11 configure files...
  374. checking for the pthreads library -lpthread... yes
  375. checking for sqrt in -lm... yes
  376. checking for ZLIB support ...
  377. checking zconf.h usability... yes
  378. checking zconf.h presence... yes
  379. checking for zconf.h... yes
  380. checking zlib.h usability... yes
  381. checking zlib.h presence... yes
  382. checking for zlib.h... yes
  383. checking for compress in -lz... yes
  384. checking for uncompress in -lz... yes
  385. checking for deflate in -lz... yes
  386. checking for inflate in -lz... yes
  387. checking for gzseek in -lz... yes
  388. checking for gztell in -lz... yes
  389. checking if ZLIB package is complete... yes
  390. checking for BZLIB support ...
  391. checking bzlib.h usability... yes
  392. checking bzlib.h presence... yes
  393. checking for bzlib.h... yes
  394. checking for BZ2_bzCompress in -lbz2... yes
  395. checking for BZ2_bzDecompress in -lbz2... yes
  396. checking if BZLIB package is complete... yes
  397. checking for X... libraries /usr/X11R6/lib, headers
  398. checking for gethostbyname... yes
  399. checking for connect... yes
  400. checking for remove... yes
  401. checking for shmat... yes
  402. checking for IceConnectionNumber in -lICE... yes
  403. checking for shmctl... yes
  404. checking for XShmAttach in -lXext... yes
  405. checking for XShapeCombineMask in -lXext... yes
  406. checking for XtSetEventDispatcher in -lXt... yes
  407. checking for Display Postscript support ...
  408. checking DPS/dpsXclient.h usability... no
  409. checking DPS/dpsXclient.h presence... no
  410. checking for DPS/dpsXclient.h... no
  411. checking for DPSInitialize in -ldps... yes
  412. checking for XDPSPixelsPerPoint in -ldpstk... yes
  413. checking if DPS package is complete... no -- some components failed test
  414. checking for pkg-config... /sw/bin/pkg-config
  415. checking pkg-config is at least version 0.9.0... yes
  416. checking for FONTCONFIG... Package fontconfig was not found in the pkg-config search path.
  417. Perhaps you should add the directory containing `fontconfig.pc'
  418. to the PKG_CONFIG_PATH environment variable
  419. No package 'fontconfig' found
  420. checking for FreeType 2.0 ...
  421. checking for freetype-config... freetype-config
  422. checking for FT_Init_FreeType in -lfreetype... yes
  423. checking ft2build.h usability... yes
  424. checking ft2build.h presence... yes
  425. checking for ft2build.h... yes
  426. checking for freetype/freetype.h... yes
  427. checking if FreeType package is complete... yes
  428. checking for PNG support ...
  429. checking png.h usability... yes
  430. checking png.h presence... yes
  431. checking for png.h... yes
  432. checking for png_get_io_ptr in -lpng... yes
  433. checking if PNG package is complete... yes
  434. checking for JPEG support ...
  435. checking jconfig.h usability... yes
  436. checking jconfig.h presence... yes
  437. checking for jconfig.h... yes
  438. checking jerror.h usability... yes
  439. checking jerror.h presence... yes
  440. checking for jerror.h... yes
  441. checking jmorecfg.h usability... yes
  442. checking jmorecfg.h presence... yes
  443. checking for jmorecfg.h... yes
  444. checking jpeglib.h usability... yes
  445. checking jpeglib.h presence... yes
  446. checking for jpeglib.h... yes
  447. checking for jpeg_read_header in -ljpeg... yes
  448. checking for JPEG library is version 6b or later... yes
  449. yes
  450. checking if JPEG package is complete... yes
  451. checking for JPEG version 2 support ...
  452. checking jasper/jasper.h usability... no
  453. checking jasper/jasper.h presence... no
  454. checking for jasper/jasper.h... no
  455. checking for jas_stream_fopen in -ljasper... no
  456. checking if JPEG version 2 support package is complete... no
  457. checking for Ghostscript library support ...
  458. checking ghostscript/iapi.h usability... no
  459. checking ghostscript/iapi.h presence... no
  460. checking for ghostscript/iapi.h... no
  461. checking ghostscript/ierrors.h usability... no
  462. checking ghostscript/ierrors.h presence... no
  463. checking for ghostscript/ierrors.h... no
  464. checking for gsapi_new_instance in -lgs... no
  465. checking if Ghostscript library package is complete... no
  466. checking for GVC... Package libgvc was not found in the pkg-config search path.
  467. Perhaps you should add the directory containing `libgvc.pc'
  468. to the PKG_CONFIG_PATH environment variable
  469. No package 'libgvc' found
  470. checking for LCMS support ...
  471. checking lcms.h usability... yes
  472. checking lcms.h presence... yes
  473. checking for lcms.h... yes
  474. checking for cmsOpenProfileFromMem in -llcms... yes
  475. checking if LCMS package is complete... yes
  476. checking for RSVG... Package librsvg-2.0 was not found in the pkg-config search path.
  477. Perhaps you should add the directory containing `librsvg-2.0.pc'
  478. to the PKG_CONFIG_PATH environment variable
  479. No package 'librsvg-2.0' found
  480. checking for TIFF support ...
  481. checking tiff.h usability... yes
  482. checking tiff.h presence... yes
  483. checking for tiff.h... yes
  484. checking tiffio.h usability... yes
  485. checking tiffio.h presence... yes
  486. checking for tiffio.h... yes
  487. checking for TIFFOpen in -ltiff... yes
  488. checking for TIFFClientOpen in -ltiff... yes
  489. checking for TIFFIsByteSwapped in -ltiff... yes
  490. checking for TIFFReadRGBATile in -ltiff... yes
  491. checking for TIFFReadRGBAStrip in -ltiff... yes
  492. checking if TIFF package is complete... yes
  493. checking tiffconf.h usability... yes
  494. checking tiffconf.h presence... yes
  495. checking for tiffconf.h... yes
  496. checking for TIFFMergeFieldInfo... yes
  497. checking for TIFFSetTagExtender... yes
  498. checking for JBIG support ...
  499. checking jbig.h usability... no
  500. checking jbig.h presence... no
  501. checking for jbig.h... no
  502. checking for jbg_dec_init in -ljbig... no
  503. checking if JBIG package is complete... no
  504. checking for XML support ...
  505. checking for xml2-config... xml2-config
  506. checking libxml/parser.h usability... yes
  507. checking libxml/parser.h presence... yes
  508. checking for libxml/parser.h... yes
  509. checking for xmlParseExternalEntity in -lxml2... yes
  510. checking if XML package is complete... yes
  511. checking for WMF support ...
  512. checking libwmf/ipa.h usability... yes
  513. checking libwmf/ipa.h presence... yes
  514. checking for libwmf/ipa.h... yes
  515. checking for wmf_lite_create in -lwmflite... yes
  516. checking if WMF package is complete... yes
  517. checking for autotrace... autotrace
  518. checking for bzip2... /sw/bin/bzip2
  519. checking for htmlview... htmlview
  520. checking for ralcgm... ralcgm
  521. checking for cat... /bin/cat
  522. checking for dcraw... dcraw
  523. checking for dot... dot
  524. checking for dvips... dvips
  525. checking for echo... /bin/echo
  526. checking for xterm... xterm
  527. checking for fig2dev... fig2dev
  528. checking for convert... convert
  529. checking for display... display
  530. checking for modify... modify
  531. checking for gnuplot... gnuplot
  532. checking for hp2xx... hp2xx
  533. checking for html2ps... html2ps
  534. checking for ilbmtoppm... ilbmtoppm
  535. checking for ppmtoilbm... ppmtoilbm
  536. checking for lp... /usr/bin/lp
  537. checking for lpr... /usr/bin/lpr
  538. checking for uncompress... /usr/bin/uncompress
  539. checking for compress... /usr/bin/compress
  540. checking for gimp... gimp
  541. checking for groff... /usr/bin/groff
  542. checking for mpeg2decode... mpeg2decode
  543. checking for mpeg2encode... mpeg2encode
  544. checking for mv... /bin/mv
  545. checking for pcl6... pcl6
  546. checking for pgpv... pgpv
  547. checking for povray... povray
  548. checking for gs... /opt/local/bin/gs
  549. checking for ra_ppm... ra_ppm
  550. checking for rawtorle... rawtorle
  551. checking for rm... /bin/rm
  552. checking for scanimage... scanimage
  553. checking for enscript... /usr/bin/enscript
  554. checking for wmf2svg... /opt/local/bin/wmf2svg
  555. checking for wget... wget
  556. checking for gzip... /sw/bin/gzip
  557. checking for txt2html... txt2html
  558. checking for Ghostscript fonts directory... /opt/local/share/ghostscript/fonts/
  559. checking for rpmbuild... no
  560. checking for rpm... no
  561. checking for Ghostscript version... 8.54
  562. checking for gs alpha device... pngalpha
  563. checking for gs color device... pnmraw
  564. checking for gs CMYK device... bmpsep8
  565. checking for gs mono device... pbmraw
  566. checking for gs PDF writing device... pdfwrite
  567. checking for gs PS writing device... pswrite
  568. checking for gs EPS writing device... epswrite
  569. configure: creating ./config.status
  570. config.status: creating config/delegates.xml
  571. config.status: creating config/configure.xml
  572. config.status: creating config/type-ghostscript.xml
  573. config.status: creating config/type.xml
  574. config.status: creating config/type-solaris.xml
  575. config.status: creating config/type-windows.xml
  576. config.status: creating ImageMagick.spec
  577. config.status: creating magick/ImageMagick.pc
  578. config.status: creating magick/Magick-config
  579. config.status: creating magick/version.h
  580. config.status: creating magick.sh
  581. config.status: creating Magick++/bin/Magick++-config
  582. config.status: creating Magick++/lib/ImageMagick++.pc
  583. config.status: creating Makefile
  584. config.status: creating PerlMagick/Magick.pm
  585. config.status: creating PerlMagick/Makefile.PL
  586. config.status: creating utilities/animate.1
  587. config.status: creating utilities/compare.1
  588. config.status: creating utilities/composite.1
  589. config.status: creating utilities/conjure.1
  590. config.status: creating utilities/convert.1
  591. config.status: creating utilities/display.1
  592. config.status: creating utilities/identify.1
  593. config.status: creating utilities/ImageMagick.1
  594. config.status: creating utilities/import.1
  595. config.status: creating utilities/mogrify.1
  596. config.status: creating utilities/montage.1
  597. config.status: creating wand/Wand-config
  598. config.status: creating wand/Wand.pc
  599. config.status: creating magick/magick-config.h
  600. config.status: creating wand/wand-config.h
  601. config.status: executing depfiles commands
  602. config.status: executing Magick++-config.in commands
  603. config.status: executing Magick-config.in commands
  604. config.status: executing Wand-config.in commands
  605. config.status: executing magick.sh.in commands
  606.  
  607. ImageMagick is configured as follows. Please verify that this configuration
  608. matches your expectations.
  609.  
  610. Host system type : i686-apple-darwin8.4.1
  611.  
  612. Option Value
  613. -------------------------------------------------------------------------
  614. Shared libraries --enable-shared=yes yes
  615. Static libraries --enable-static=no no
  616. Module support --with-modules=yes yes
  617. GNU ld --with-gnu-ld=no no
  618. Quantum depth --with-quantum-depth=8 8
  619.  
  620. Delegate Configuration:
  621. BZLIB --with-bzlib=yes yes
  622. DPS --with-dps=yes no (failed tests)
  623. FlashPIX --with-fpx=no no
  624. FontConfig --with-fontconfig=yes no
  625. FreeType --with-freetype=yes yes
  626. GhostPCL None pcl6 (unknown)
  627. Ghostscript None gs (8.54)
  628. Ghostscript fonts --with-gs-font-dir=/opt/local/share/ghostscript/fonts /opt/local/share/ghostscript/fonts/
  629. Ghostscript lib --with-gslib=yes no
  630. Graphviz --with-gvc=yes no
  631. JBIG --with-jbig=yes no
  632. JPEG v1 --with-jpeg=yes yes
  633. JPEG-2000 --with-jp2=yes no
  634. LCMS --with-lcms=yes yes
  635. Magick++ --with-magick-plus-plus=no no
  636. PERL --with-perl=no no
  637. PNG --with-png=yes yes
  638. RSVG --with-rsvg=yes no
  639. TIFF --with-tiff=yes yes
  640. Windows fonts --with-windows-font-dir= none
  641. WMF --with-wmf=yes yes
  642. X11 --with-x= yes
  643. XML --with-xml=yes yes
  644. ZLIB --with-zlib=yes yes
  645.  
  646. X11 Configuration:
  647. X_CFLAGS =
  648. X_PRE_LIBS = -lSM -lICE
  649. X_LIBS = -L/usr/X11R6/lib
  650. X_EXTRA_LIBS =
  651.  
  652. Options used to compile and link:
  653. PREFIX = /opt/local
  654. EXEC-PREFIX = /opt/local
  655. VERSION = 6.2.8
  656. CC = gcc
  657. CFLAGS = -g -O2 -Wall
  658. CPPFLAGS = -I/opt/local/include
  659. PCFLAGS =
  660. DEFS = -DHAVE_CONFIG_H
  661. LDFLAGS = -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -lfreetype -lz -L/sw/lib
  662. LIBS = -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread
  663. CXX = g++
  664. CXXFLAGS =
  665.  
  666. jessys-computer:~/Desktop/ImageMagick-6.2.8 jessy$ make
  667. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT coders/coders_art_la-art.lo -MD -MP -MF "coders/.deps/coders_art_la-art.Tpo" -c -o coders/coders_art_la-art.lo `test -f 'coders/art.c' || echo './'`coders/art.c; \
  668. then mv -f "coders/.deps/coders_art_la-art.Tpo" "coders/.deps/coders_art_la-art.Plo"; else rm -f "coders/.deps/coders_art_la-art.Tpo"; exit 1; fi
  669. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-animate.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-animate.Tpo" -c -o magick/magick_libMagick_la-animate.lo `test -f 'magick/animate.c' || echo './'`magick/animate.c; \
  670. then mv -f "magick/.deps/magick_libMagick_la-animate.Tpo" "magick/.deps/magick_libMagick_la-animate.Plo"; else rm -f "magick/.deps/magick_libMagick_la-animate.Tpo"; exit 1; fi
  671. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-annotate.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-annotate.Tpo" -c -o magick/magick_libMagick_la-annotate.lo `test -f 'magick/annotate.c' || echo './'`magick/annotate.c; \
  672. then mv -f "magick/.deps/magick_libMagick_la-annotate.Tpo" "magick/.deps/magick_libMagick_la-annotate.Plo"; else rm -f "magick/.deps/magick_libMagick_la-annotate.Tpo"; exit 1; fi
  673. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-attribute.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-attribute.Tpo" -c -o magick/magick_libMagick_la-attribute.lo `test -f 'magick/attribute.c' || echo './'`magick/attribute.c; \
  674. then mv -f "magick/.deps/magick_libMagick_la-attribute.Tpo" "magick/.deps/magick_libMagick_la-attribute.Plo"; else rm -f "magick/.deps/magick_libMagick_la-attribute.Tpo"; exit 1; fi
  675. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-blob.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-blob.Tpo" -c -o magick/magick_libMagick_la-blob.lo `test -f 'magick/blob.c' || echo './'`magick/blob.c; \
  676. then mv -f "magick/.deps/magick_libMagick_la-blob.Tpo" "magick/.deps/magick_libMagick_la-blob.Plo"; else rm -f "magick/.deps/magick_libMagick_la-blob.Tpo"; exit 1; fi
  677. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-cache.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-cache.Tpo" -c -o magick/magick_libMagick_la-cache.lo `test -f 'magick/cache.c' || echo './'`magick/cache.c; \
  678. then mv -f "magick/.deps/magick_libMagick_la-cache.Tpo" "magick/.deps/magick_libMagick_la-cache.Plo"; else rm -f "magick/.deps/magick_libMagick_la-cache.Tpo"; exit 1; fi
  679. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-cache-view.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-cache-view.Tpo" -c -o magick/magick_libMagick_la-cache-view.lo `test -f 'magick/cache-view.c' || echo './'`magick/cache-view.c; \
  680. then mv -f "magick/.deps/magick_libMagick_la-cache-view.Tpo" "magick/.deps/magick_libMagick_la-cache-view.Plo"; else rm -f "magick/.deps/magick_libMagick_la-cache-view.Tpo"; exit 1; fi
  681. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-client.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-client.Tpo" -c -o magick/magick_libMagick_la-client.lo `test -f 'magick/client.c' || echo './'`magick/client.c; \
  682. then mv -f "magick/.deps/magick_libMagick_la-client.Tpo" "magick/.deps/magick_libMagick_la-client.Plo"; else rm -f "magick/.deps/magick_libMagick_la-client.Tpo"; exit 1; fi
  683. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-coder.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-coder.Tpo" -c -o magick/magick_libMagick_la-coder.lo `test -f 'magick/coder.c' || echo './'`magick/coder.c; \
  684. then mv -f "magick/.deps/magick_libMagick_la-coder.Tpo" "magick/.deps/magick_libMagick_la-coder.Plo"; else rm -f "magick/.deps/magick_libMagick_la-coder.Tpo"; exit 1; fi
  685. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-color.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-color.Tpo" -c -o magick/magick_libMagick_la-color.lo `test -f 'magick/color.c' || echo './'`magick/color.c; \
  686. then mv -f "magick/.deps/magick_libMagick_la-color.Tpo" "magick/.deps/magick_libMagick_la-color.Plo"; else rm -f "magick/.deps/magick_libMagick_la-color.Tpo"; exit 1; fi
  687. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-colorspace.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-colorspace.Tpo" -c -o magick/magick_libMagick_la-colorspace.lo `test -f 'magick/colorspace.c' || echo './'`magick/colorspace.c; \
  688. then mv -f "magick/.deps/magick_libMagick_la-colorspace.Tpo" "magick/.deps/magick_libMagick_la-colorspace.Plo"; else rm -f "magick/.deps/magick_libMagick_la-colorspace.Tpo"; exit 1; fi
  689. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-compare.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-compare.Tpo" -c -o magick/magick_libMagick_la-compare.lo `test -f 'magick/compare.c' || echo './'`magick/compare.c; \
  690. then mv -f "magick/.deps/magick_libMagick_la-compare.Tpo" "magick/.deps/magick_libMagick_la-compare.Plo"; else rm -f "magick/.deps/magick_libMagick_la-compare.Tpo"; exit 1; fi
  691. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-composite.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-composite.Tpo" -c -o magick/magick_libMagick_la-composite.lo `test -f 'magick/composite.c' || echo './'`magick/composite.c; \
  692. then mv -f "magick/.deps/magick_libMagick_la-composite.Tpo" "magick/.deps/magick_libMagick_la-composite.Plo"; else rm -f "magick/.deps/magick_libMagick_la-composite.Tpo"; exit 1; fi
  693. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-compress.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-compress.Tpo" -c -o magick/magick_libMagick_la-compress.lo `test -f 'magick/compress.c' || echo './'`magick/compress.c; \
  694. then mv -f "magick/.deps/magick_libMagick_la-compress.Tpo" "magick/.deps/magick_libMagick_la-compress.Plo"; else rm -f "magick/.deps/magick_libMagick_la-compress.Tpo"; exit 1; fi
  695. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-configure.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-configure.Tpo" -c -o magick/magick_libMagick_la-configure.lo `test -f 'magick/configure.c' || echo './'`magick/configure.c; \
  696. then mv -f "magick/.deps/magick_libMagick_la-configure.Tpo" "magick/.deps/magick_libMagick_la-configure.Plo"; else rm -f "magick/.deps/magick_libMagick_la-configure.Tpo"; exit 1; fi
  697. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-constitute.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-constitute.Tpo" -c -o magick/magick_libMagick_la-constitute.lo `test -f 'magick/constitute.c' || echo './'`magick/constitute.c; \
  698. then mv -f "magick/.deps/magick_libMagick_la-constitute.Tpo" "magick/.deps/magick_libMagick_la-constitute.Plo"; else rm -f "magick/.deps/magick_libMagick_la-constitute.Tpo"; exit 1; fi
  699. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-decorate.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-decorate.Tpo" -c -o magick/magick_libMagick_la-decorate.lo `test -f 'magick/decorate.c' || echo './'`magick/decorate.c; \
  700. then mv -f "magick/.deps/magick_libMagick_la-decorate.Tpo" "magick/.deps/magick_libMagick_la-decorate.Plo"; else rm -f "magick/.deps/magick_libMagick_la-decorate.Tpo"; exit 1; fi
  701. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-delegate.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-delegate.Tpo" -c -o magick/magick_libMagick_la-delegate.lo `test -f 'magick/delegate.c' || echo './'`magick/delegate.c; \
  702. then mv -f "magick/.deps/magick_libMagick_la-delegate.Tpo" "magick/.deps/magick_libMagick_la-delegate.Plo"; else rm -f "magick/.deps/magick_libMagick_la-delegate.Tpo"; exit 1; fi
  703. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-deprecate.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-deprecate.Tpo" -c -o magick/magick_libMagick_la-deprecate.lo `test -f 'magick/deprecate.c' || echo './'`magick/deprecate.c; \
  704. then mv -f "magick/.deps/magick_libMagick_la-deprecate.Tpo" "magick/.deps/magick_libMagick_la-deprecate.Plo"; else rm -f "magick/.deps/magick_libMagick_la-deprecate.Tpo"; exit 1; fi
  705. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-display.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-display.Tpo" -c -o magick/magick_libMagick_la-display.lo `test -f 'magick/display.c' || echo './'`magick/display.c; \
  706. then mv -f "magick/.deps/magick_libMagick_la-display.Tpo" "magick/.deps/magick_libMagick_la-display.Plo"; else rm -f "magick/.deps/magick_libMagick_la-display.Tpo"; exit 1; fi
  707. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-draw.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-draw.Tpo" -c -o magick/magick_libMagick_la-draw.lo `test -f 'magick/draw.c' || echo './'`magick/draw.c; \
  708. then mv -f "magick/.deps/magick_libMagick_la-draw.Tpo" "magick/.deps/magick_libMagick_la-draw.Plo"; else rm -f "magick/.deps/magick_libMagick_la-draw.Tpo"; exit 1; fi
  709. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-effect.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-effect.Tpo" -c -o magick/magick_libMagick_la-effect.lo `test -f 'magick/effect.c' || echo './'`magick/effect.c; \
  710. then mv -f "magick/.deps/magick_libMagick_la-effect.Tpo" "magick/.deps/magick_libMagick_la-effect.Plo"; else rm -f "magick/.deps/magick_libMagick_la-effect.Tpo"; exit 1; fi
  711. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-enhance.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-enhance.Tpo" -c -o magick/magick_libMagick_la-enhance.lo `test -f 'magick/enhance.c' || echo './'`magick/enhance.c; \
  712. then mv -f "magick/.deps/magick_libMagick_la-enhance.Tpo" "magick/.deps/magick_libMagick_la-enhance.Plo"; else rm -f "magick/.deps/magick_libMagick_la-enhance.Tpo"; exit 1; fi
  713. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-exception.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-exception.Tpo" -c -o magick/magick_libMagick_la-exception.lo `test -f 'magick/exception.c' || echo './'`magick/exception.c; \
  714. then mv -f "magick/.deps/magick_libMagick_la-exception.Tpo" "magick/.deps/magick_libMagick_la-exception.Plo"; else rm -f "magick/.deps/magick_libMagick_la-exception.Tpo"; exit 1; fi
  715. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-fx.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-fx.Tpo" -c -o magick/magick_libMagick_la-fx.lo `test -f 'magick/fx.c' || echo './'`magick/fx.c; \
  716. then mv -f "magick/.deps/magick_libMagick_la-fx.Tpo" "magick/.deps/magick_libMagick_la-fx.Plo"; else rm -f "magick/.deps/magick_libMagick_la-fx.Tpo"; exit 1; fi
  717. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-gem.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-gem.Tpo" -c -o magick/magick_libMagick_la-gem.lo `test -f 'magick/gem.c' || echo './'`magick/gem.c; \
  718. then mv -f "magick/.deps/magick_libMagick_la-gem.Tpo" "magick/.deps/magick_libMagick_la-gem.Plo"; else rm -f "magick/.deps/magick_libMagick_la-gem.Tpo"; exit 1; fi
  719. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-geometry.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-geometry.Tpo" -c -o magick/magick_libMagick_la-geometry.lo `test -f 'magick/geometry.c' || echo './'`magick/geometry.c; \
  720. then mv -f "magick/.deps/magick_libMagick_la-geometry.Tpo" "magick/.deps/magick_libMagick_la-geometry.Plo"; else rm -f "magick/.deps/magick_libMagick_la-geometry.Tpo"; exit 1; fi
  721. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-hashmap.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-hashmap.Tpo" -c -o magick/magick_libMagick_la-hashmap.lo `test -f 'magick/hashmap.c' || echo './'`magick/hashmap.c; \
  722. then mv -f "magick/.deps/magick_libMagick_la-hashmap.Tpo" "magick/.deps/magick_libMagick_la-hashmap.Plo"; else rm -f "magick/.deps/magick_libMagick_la-hashmap.Tpo"; exit 1; fi
  723. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-identify.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-identify.Tpo" -c -o magick/magick_libMagick_la-identify.lo `test -f 'magick/identify.c' || echo './'`magick/identify.c; \
  724. then mv -f "magick/.deps/magick_libMagick_la-identify.Tpo" "magick/.deps/magick_libMagick_la-identify.Plo"; else rm -f "magick/.deps/magick_libMagick_la-identify.Tpo"; exit 1; fi
  725. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-image.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-image.Tpo" -c -o magick/magick_libMagick_la-image.lo `test -f 'magick/image.c' || echo './'`magick/image.c; \
  726. then mv -f "magick/.deps/magick_libMagick_la-image.Tpo" "magick/.deps/magick_libMagick_la-image.Plo"; else rm -f "magick/.deps/magick_libMagick_la-image.Tpo"; exit 1; fi
  727. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-layer.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-layer.Tpo" -c -o magick/magick_libMagick_la-layer.lo `test -f 'magick/layer.c' || echo './'`magick/layer.c; \
  728. then mv -f "magick/.deps/magick_libMagick_la-layer.Tpo" "magick/.deps/magick_libMagick_la-layer.Plo"; else rm -f "magick/.deps/magick_libMagick_la-layer.Tpo"; exit 1; fi
  729. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-list.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-list.Tpo" -c -o magick/magick_libMagick_la-list.lo `test -f 'magick/list.c' || echo './'`magick/list.c; \
  730. then mv -f "magick/.deps/magick_libMagick_la-list.Tpo" "magick/.deps/magick_libMagick_la-list.Plo"; else rm -f "magick/.deps/magick_libMagick_la-list.Tpo"; exit 1; fi
  731. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-locale.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-locale.Tpo" -c -o magick/magick_libMagick_la-locale.lo `test -f 'magick/locale.c' || echo './'`magick/locale.c; \
  732. then mv -f "magick/.deps/magick_libMagick_la-locale.Tpo" "magick/.deps/magick_libMagick_la-locale.Plo"; else rm -f "magick/.deps/magick_libMagick_la-locale.Tpo"; exit 1; fi
  733. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-log.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-log.Tpo" -c -o magick/magick_libMagick_la-log.lo `test -f 'magick/log.c' || echo './'`magick/log.c; \
  734. then mv -f "magick/.deps/magick_libMagick_la-log.Tpo" "magick/.deps/magick_libMagick_la-log.Plo"; else rm -f "magick/.deps/magick_libMagick_la-log.Tpo"; exit 1; fi
  735. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-magic.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-magic.Tpo" -c -o magick/magick_libMagick_la-magic.lo `test -f 'magick/magic.c' || echo './'`magick/magic.c; \
  736. then mv -f "magick/.deps/magick_libMagick_la-magic.Tpo" "magick/.deps/magick_libMagick_la-magic.Plo"; else rm -f "magick/.deps/magick_libMagick_la-magic.Tpo"; exit 1; fi
  737. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-magick.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-magick.Tpo" -c -o magick/magick_libMagick_la-magick.lo `test -f 'magick/magick.c' || echo './'`magick/magick.c; \
  738. then mv -f "magick/.deps/magick_libMagick_la-magick.Tpo" "magick/.deps/magick_libMagick_la-magick.Plo"; else rm -f "magick/.deps/magick_libMagick_la-magick.Tpo"; exit 1; fi
  739. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-memory.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-memory.Tpo" -c -o magick/magick_libMagick_la-memory.lo `test -f 'magick/memory.c' || echo './'`magick/memory.c; \
  740. then mv -f "magick/.deps/magick_libMagick_la-memory.Tpo" "magick/.deps/magick_libMagick_la-memory.Plo"; else rm -f "magick/.deps/magick_libMagick_la-memory.Tpo"; exit 1; fi
  741. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-module.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-module.Tpo" -c -o magick/magick_libMagick_la-module.lo `test -f 'magick/module.c' || echo './'`magick/module.c; \
  742. then mv -f "magick/.deps/magick_libMagick_la-module.Tpo" "magick/.deps/magick_libMagick_la-module.Plo"; else rm -f "magick/.deps/magick_libMagick_la-module.Tpo"; exit 1; fi
  743. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-monitor.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-monitor.Tpo" -c -o magick/magick_libMagick_la-monitor.lo `test -f 'magick/monitor.c' || echo './'`magick/monitor.c; \
  744. then mv -f "magick/.deps/magick_libMagick_la-monitor.Tpo" "magick/.deps/magick_libMagick_la-monitor.Plo"; else rm -f "magick/.deps/magick_libMagick_la-monitor.Tpo"; exit 1; fi
  745. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-montage.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-montage.Tpo" -c -o magick/magick_libMagick_la-montage.lo `test -f 'magick/montage.c' || echo './'`magick/montage.c; \
  746. then mv -f "magick/.deps/magick_libMagick_la-montage.Tpo" "magick/.deps/magick_libMagick_la-montage.Plo"; else rm -f "magick/.deps/magick_libMagick_la-montage.Tpo"; exit 1; fi
  747. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-option.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-option.Tpo" -c -o magick/magick_libMagick_la-option.lo `test -f 'magick/option.c' || echo './'`magick/option.c; \
  748. then mv -f "magick/.deps/magick_libMagick_la-option.Tpo" "magick/.deps/magick_libMagick_la-option.Plo"; else rm -f "magick/.deps/magick_libMagick_la-option.Tpo"; exit 1; fi
  749. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-paint.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-paint.Tpo" -c -o magick/magick_libMagick_la-paint.lo `test -f 'magick/paint.c' || echo './'`magick/paint.c; \
  750. then mv -f "magick/.deps/magick_libMagick_la-paint.Tpo" "magick/.deps/magick_libMagick_la-paint.Plo"; else rm -f "magick/.deps/magick_libMagick_la-paint.Tpo"; exit 1; fi
  751. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-pixel.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-pixel.Tpo" -c -o magick/magick_libMagick_la-pixel.lo `test -f 'magick/pixel.c' || echo './'`magick/pixel.c; \
  752. then mv -f "magick/.deps/magick_libMagick_la-pixel.Tpo" "magick/.deps/magick_libMagick_la-pixel.Plo"; else rm -f "magick/.deps/magick_libMagick_la-pixel.Tpo"; exit 1; fi
  753. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-PreRvIcccm.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-PreRvIcccm.Tpo" -c -o magick/magick_libMagick_la-PreRvIcccm.lo `test -f 'magick/PreRvIcccm.c' || echo './'`magick/PreRvIcccm.c; \
  754. then mv -f "magick/.deps/magick_libMagick_la-PreRvIcccm.Tpo" "magick/.deps/magick_libMagick_la-PreRvIcccm.Plo"; else rm -f "magick/.deps/magick_libMagick_la-PreRvIcccm.Tpo"; exit 1; fi
  755. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-prepress.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-prepress.Tpo" -c -o magick/magick_libMagick_la-prepress.lo `test -f 'magick/prepress.c' || echo './'`magick/prepress.c; \
  756. then mv -f "magick/.deps/magick_libMagick_la-prepress.Tpo" "magick/.deps/magick_libMagick_la-prepress.Plo"; else rm -f "magick/.deps/magick_libMagick_la-prepress.Tpo"; exit 1; fi
  757. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-profile.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-profile.Tpo" -c -o magick/magick_libMagick_la-profile.lo `test -f 'magick/profile.c' || echo './'`magick/profile.c; \
  758. then mv -f "magick/.deps/magick_libMagick_la-profile.Tpo" "magick/.deps/magick_libMagick_la-profile.Plo"; else rm -f "magick/.deps/magick_libMagick_la-profile.Tpo"; exit 1; fi
  759. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-quantize.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-quantize.Tpo" -c -o magick/magick_libMagick_la-quantize.lo `test -f 'magick/quantize.c' || echo './'`magick/quantize.c; \
  760. then mv -f "magick/.deps/magick_libMagick_la-quantize.Tpo" "magick/.deps/magick_libMagick_la-quantize.Plo"; else rm -f "magick/.deps/magick_libMagick_la-quantize.Tpo"; exit 1; fi
  761. magick/quantize.c: In function 'QuantizeImages':
  762. magick/quantize.c:2489: warning: 'image' may be used uninitialized in this function
  763. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-quantum.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-quantum.Tpo" -c -o magick/magick_libMagick_la-quantum.lo `test -f 'magick/quantum.c' || echo './'`magick/quantum.c; \
  764. then mv -f "magick/.deps/magick_libMagick_la-quantum.Tpo" "magick/.deps/magick_libMagick_la-quantum.Plo"; else rm -f "magick/.deps/magick_libMagick_la-quantum.Tpo"; exit 1; fi
  765. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-random.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-random.Tpo" -c -o magick/magick_libMagick_la-random.lo `test -f 'magick/random.c' || echo './'`magick/random.c; \
  766. then mv -f "magick/.deps/magick_libMagick_la-random.Tpo" "magick/.deps/magick_libMagick_la-random.Plo"; else rm -f "magick/.deps/magick_libMagick_la-random.Tpo"; exit 1; fi
  767. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-registry.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-registry.Tpo" -c -o magick/magick_libMagick_la-registry.lo `test -f 'magick/registry.c' || echo './'`magick/registry.c; \
  768. then mv -f "magick/.deps/magick_libMagick_la-registry.Tpo" "magick/.deps/magick_libMagick_la-registry.Plo"; else rm -f "magick/.deps/magick_libMagick_la-registry.Tpo"; exit 1; fi
  769. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-resize.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-resize.Tpo" -c -o magick/magick_libMagick_la-resize.lo `test -f 'magick/resize.c' || echo './'`magick/resize.c; \
  770. then mv -f "magick/.deps/magick_libMagick_la-resize.Tpo" "magick/.deps/magick_libMagick_la-resize.Plo"; else rm -f "magick/.deps/magick_libMagick_la-resize.Tpo"; exit 1; fi
  771. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-resource.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-resource.Tpo" -c -o magick/magick_libMagick_la-resource.lo `test -f 'magick/resource.c' || echo './'`magick/resource.c; \
  772. then mv -f "magick/.deps/magick_libMagick_la-resource.Tpo" "magick/.deps/magick_libMagick_la-resource.Plo"; else rm -f "magick/.deps/magick_libMagick_la-resource.Tpo"; exit 1; fi
  773. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-segment.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-segment.Tpo" -c -o magick/magick_libMagick_la-segment.lo `test -f 'magick/segment.c' || echo './'`magick/segment.c; \
  774. then mv -f "magick/.deps/magick_libMagick_la-segment.Tpo" "magick/.deps/magick_libMagick_la-segment.Plo"; else rm -f "magick/.deps/magick_libMagick_la-segment.Tpo"; exit 1; fi
  775. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-semaphore.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-semaphore.Tpo" -c -o magick/magick_libMagick_la-semaphore.lo `test -f 'magick/semaphore.c' || echo './'`magick/semaphore.c; \
  776. then mv -f "magick/.deps/magick_libMagick_la-semaphore.Tpo" "magick/.deps/magick_libMagick_la-semaphore.Plo"; else rm -f "magick/.deps/magick_libMagick_la-semaphore.Tpo"; exit 1; fi
  777. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-shear.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-shear.Tpo" -c -o magick/magick_libMagick_la-shear.lo `test -f 'magick/shear.c' || echo './'`magick/shear.c; \
  778. then mv -f "magick/.deps/magick_libMagick_la-shear.Tpo" "magick/.deps/magick_libMagick_la-shear.Plo"; else rm -f "magick/.deps/magick_libMagick_la-shear.Tpo"; exit 1; fi
  779. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-signature.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-signature.Tpo" -c -o magick/magick_libMagick_la-signature.lo `test -f 'magick/signature.c' || echo './'`magick/signature.c; \
  780. then mv -f "magick/.deps/magick_libMagick_la-signature.Tpo" "magick/.deps/magick_libMagick_la-signature.Plo"; else rm -f "magick/.deps/magick_libMagick_la-signature.Tpo"; exit 1; fi
  781. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-splay-tree.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-splay-tree.Tpo" -c -o magick/magick_libMagick_la-splay-tree.lo `test -f 'magick/splay-tree.c' || echo './'`magick/splay-tree.c; \
  782. then mv -f "magick/.deps/magick_libMagick_la-splay-tree.Tpo" "magick/.deps/magick_libMagick_la-splay-tree.Plo"; else rm -f "magick/.deps/magick_libMagick_la-splay-tree.Tpo"; exit 1; fi
  783. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-static.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-static.Tpo" -c -o magick/magick_libMagick_la-static.lo `test -f 'magick/static.c' || echo './'`magick/static.c; \
  784. then mv -f "magick/.deps/magick_libMagick_la-static.Tpo" "magick/.deps/magick_libMagick_la-static.Plo"; else rm -f "magick/.deps/magick_libMagick_la-static.Tpo"; exit 1; fi
  785. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-statistic.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-statistic.Tpo" -c -o magick/magick_libMagick_la-statistic.lo `test -f 'magick/statistic.c' || echo './'`magick/statistic.c; \
  786. then mv -f "magick/.deps/magick_libMagick_la-statistic.Tpo" "magick/.deps/magick_libMagick_la-statistic.Plo"; else rm -f "magick/.deps/magick_libMagick_la-statistic.Tpo"; exit 1; fi
  787. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-stream.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-stream.Tpo" -c -o magick/magick_libMagick_la-stream.lo `test -f 'magick/stream.c' || echo './'`magick/stream.c; \
  788. then mv -f "magick/.deps/magick_libMagick_la-stream.Tpo" "magick/.deps/magick_libMagick_la-stream.Plo"; else rm -f "magick/.deps/magick_libMagick_la-stream.Tpo"; exit 1; fi
  789. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-string.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-string.Tpo" -c -o magick/magick_libMagick_la-string.lo `test -f 'magick/string.c' || echo './'`magick/string.c; \
  790. then mv -f "magick/.deps/magick_libMagick_la-string.Tpo" "magick/.deps/magick_libMagick_la-string.Plo"; else rm -f "magick/.deps/magick_libMagick_la-string.Tpo"; exit 1; fi
  791. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-timer.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-timer.Tpo" -c -o magick/magick_libMagick_la-timer.lo `test -f 'magick/timer.c' || echo './'`magick/timer.c; \
  792. then mv -f "magick/.deps/magick_libMagick_la-timer.Tpo" "magick/.deps/magick_libMagick_la-timer.Plo"; else rm -f "magick/.deps/magick_libMagick_la-timer.Tpo"; exit 1; fi
  793. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-token.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-token.Tpo" -c -o magick/magick_libMagick_la-token.lo `test -f 'magick/token.c' || echo './'`magick/token.c; \
  794. then mv -f "magick/.deps/magick_libMagick_la-token.Tpo" "magick/.deps/magick_libMagick_la-token.Plo"; else rm -f "magick/.deps/magick_libMagick_la-token.Tpo"; exit 1; fi
  795. if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/sw/include/libxml2 -g -O2 -Wall -MT magick/magick_libMagick_la-transform.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-transform.Tpo" -c -o magick/magick_libMagick_la-transform.lo `test -f 'magick/transform.c' || echo './'`magick/transform.c; \
  796. then mv -f "magick/.deps/magick_libMagick_la-transform.Tpo" "magick/.deps/magick_libMagick_la-transform.Plo"; else rm -f "magick/.deps/magick_libMagick_la-transform.Tpo"; exit 1; fi
  797. if /bin/sh ./libtool --silent --tag=CC --mode=co
Add Comment
Please, Sign In to add comment