Ticket #55042: imagemagick.fail.log

File imagemagick.fail.log, 155.6 KB (added by kencu (Ken), 7 years ago)
Line 
1$ sudo port -v upgrade outdated
2--->  Computing dependencies for ImageMagick.
3--->  Fetching distfiles for ImageMagick
4--->  ImageMagick-6.9.9-19.tar.xz does not exist in /opt/local/var/macports/distfiles/ImageMagick
5--->  Attempting to fetch ImageMagick-6.9.9-19.tar.xz from http://www.imagemagick.org/download/
6  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
7                                 Dload  Upload   Total   Spent    Left  Speed
8100 8583k  100 8583k    0     0  8583k      0  0:00:01  0:00:01 --:--:-- 7305k
9--->  Verifying checksums for ImageMagick
10--->  Checksumming ImageMagick-6.9.9-19.tar.xz
11--->  Extracting ImageMagick
12--->  Extracting ImageMagick-6.9.9-19.tar.xz
13Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/ImageMagick/ImageMagick-6.9.9-19.tar.xz' | /usr/bin/gnutar --no-same-owner -xf -
14--->  Configuring ImageMagick
15Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19" && autoreconf -fvi
16autoreconf: Entering directory `.'
17autoreconf: configure.ac: not using Gettext
18autoreconf: running: /opt/local/bin/aclocal --force -I m4
19sh: gitversion.sh: command not found
20sh: gitversion.sh: command not found
21autoreconf: configure.ac: tracing
22sh: gitversion.sh: command not found
23autoreconf: running: /opt/local/bin/glibtoolize --copy --force
24glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
25glibtoolize: copying file 'config/ltmain.sh'
26glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
27glibtoolize: copying file 'm4/libtool.m4'
28glibtoolize: copying file 'm4/ltoptions.m4'
29glibtoolize: copying file 'm4/ltsugar.m4'
30glibtoolize: copying file 'm4/ltversion.m4'
31glibtoolize: copying file 'm4/lt~obsolete.m4'
32sh: gitversion.sh: command not found
33sh: gitversion.sh: command not found
34autoreconf: running: /opt/local/bin/autoconf --force
35sh: gitversion.sh: command not found
36autoreconf: running: /opt/local/bin/autoheader --force
37sh: gitversion.sh: command not found
38autoreconf: running: /opt/local/bin/automake --add-missing --copy --force-missing
39sh: gitversion.sh: command not found
40configure.ac:278: installing 'config/compile'
41configure.ac:52: installing 'config/missing'
42Makefile.am: installing 'config/depcomp'
43autoreconf: Leaving directory `.'
44Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19" && ./configure --prefix=/opt/local --enable-shared --enable-static --disable-ltdl-install --disable-silent-rules --with-frozenpaths --with-openexr --disable-hdri --with-dps --with-bzlib --with-djvu --with-fontconfig --with-gslib --with-jbig --with-jpeg --with-lcms --with-openjp2 --with-png --with-tiff --with-webp --with-zlib --with-modules --with-xml --without-perl --without-fpx --without-wmf --without-gvc --without-rsvg --without-lqr --without-pango --with-x --with-gs-font-dir=/opt/local/share/fonts/urw-fonts
45configure: WARNING: unrecognized options: --disable-ltdl-install
46checking build system type... x86_64-apple-darwin10.8.0
47checking host system type... x86_64-apple-darwin10.8.0
48checking target system type... x86_64-apple-darwin10.8.0
49checking for a BSD-compatible install... /usr/bin/install -c
50checking whether build environment is sane... yes
51checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
52checking for gawk... gawk
53checking whether make sets $(MAKE)... yes
54checking whether make supports nested variables... yes
55checking whether UID '503' is supported by ustar format... yes
56checking whether GID '501' is supported by ustar format... yes
57checking how to create a ustar tar archive... gnutar
58checking whether make supports nested variables... (cached) yes
59configuring ImageMagick 6.9.9-19
60checking whether build environment is sane... yes
61checking for style of include used by make... GNU
62checking for gcc... /opt/local/bin/clang-mp-3.9
63checking whether the C compiler works... yes
64checking for C compiler default output file name... a.out
65checking for suffix of executables...
66checking whether we are cross compiling... no
67checking for suffix of object files... o
68checking whether we are using the GNU C compiler... yes
69checking whether /opt/local/bin/clang-mp-3.9 accepts -g... yes
70checking for /opt/local/bin/clang-mp-3.9 option to accept ISO C89... none needed
71checking whether /opt/local/bin/clang-mp-3.9 understands -c and -o together... yes
72checking dependency style of /opt/local/bin/clang-mp-3.9... gcc3
73checking how to run the C preprocessor... /opt/local/bin/clang-mp-3.9 -E
74checking for grep that handles long lines and -e... /opt/local/bin/grep
75checking for egrep... /opt/local/bin/grep -E
76checking for ANSI C header files... yes
77checking for sys/types.h... yes
78checking for sys/stat.h... yes
79checking for stdlib.h... yes
80checking for string.h... yes
81checking for memory.h... yes
82checking for strings.h... yes
83checking for inttypes.h... yes
84checking for stdint.h... yes
85checking for unistd.h... yes
86checking minix/config.h usability... no
87checking minix/config.h presence... no
88checking for minix/config.h... no
89checking whether it is safe to define __EXTENSIONS__... yes
90checking for ar... ar
91checking the archiver (ar) interface... ar
92checking for gcc... (cached) /opt/local/bin/clang-mp-3.9
93checking whether we are using the GNU C compiler... (cached) yes
94checking whether /opt/local/bin/clang-mp-3.9 accepts -g... (cached) yes
95checking for /opt/local/bin/clang-mp-3.9 option to accept ISO C89... (cached) none needed
96checking whether /opt/local/bin/clang-mp-3.9 understands -c and -o together... (cached) yes
97checking dependency style of /opt/local/bin/clang-mp-3.9... (cached) gcc3
98checking whether we are using the GNU C++ compiler... yes
99checking whether /opt/local/bin/clang++-mp-3.9 accepts -g... yes
100checking dependency style of /opt/local/bin/clang++-mp-3.9... gcc3
101checking for /opt/local/bin/clang-mp-3.9 option to accept ISO C99... none needed
102checking for /opt/local/bin/clang-mp-3.9 option to accept ISO Standard C... (cached) none needed
103checking how to run the C preprocessor... /opt/local/bin/clang-mp-3.9 -E
104checking for a sed that does not truncate output... /opt/local/bin/gsed
105checking for fgrep... /opt/local/bin/grep -F
106checking how to print strings... printf
107checking for ld used by /opt/local/bin/clang-mp-3.9... /opt/local/libexec/llvm-3.9/bin/ld
108checking if the linker (/opt/local/libexec/llvm-3.9/bin/ld) is GNU ld... no
109checking for /opt/local/bin/clang-mp-3.9 option to accept ISO C99... (cached) none needed
110checking CFLAGS for maximum warnings... -Wall
111checking whether make sets $(MAKE)... (cached) yes
112checking whether ln -s works... yes
113checking for a sed that does not truncate output... (cached) /opt/local/bin/gsed
114checking for gawk... (cached) gawk
115checking if malloc debugging is wanted... no
116checking for __attribute__... yes
117checking for C compiler vendor... clang
118checking for gcc architecture flag...
119checking for x86 cpuid 0 output... b:756e6547:6c65746e:49656e69
120checking for x86 cpuid 1 output... 20652:100800:298e3ff:bfebfbff
121checking whether C compiler accepts -march=westmere... yes
122checking for gcc architecture flag... -mtune=westmere
123checking for pkg-config... /opt/local/bin/pkg-config
124checking pkg-config is at least version 0.20... yes
125checking size of size_t... 8
126checking for C compiler vendor... (cached) clang
127checking whether C compiler accepts -Werror=unknown-warning-option... yes
128checking whether C compiler accepts -Wno-suggest-attribute=format... yes
129checking whether C compiler accepts -fno-strict-aliasing... yes
130checking whether C compiler accepts -Wall... yes
131checking whether C compiler accepts -Wextra... yes
132checking whether C compiler accepts -Wundef... yes
133checking whether C compiler accepts -Wnested-externs... yes
134checking whether C compiler accepts -Wwrite-strings... yes
135checking whether C compiler accepts -Wpointer-arith... yes
136checking whether C compiler accepts -Wmissing-declarations... yes
137checking whether C compiler accepts -Wmissing-prototypes... yes
138checking whether C compiler accepts -Wstrict-prototypes... yes
139checking whether C compiler accepts -Wredundant-decls... yes
140checking whether C compiler accepts -Wno-unused-parameter... yes
141checking whether C compiler accepts -Wno-missing-field-initializers... yes
142checking whether C compiler accepts -Wdeclaration-after-statement... yes
143checking whether C compiler accepts -Wformat=2... yes
144checking whether C compiler accepts -Wold-style-definition... yes
145checking whether C compiler accepts -Wcast-align... yes
146checking whether C compiler accepts -Wformat-nonliteral... yes
147checking whether C compiler accepts -Wformat-security... yes
148checking whether C compiler accepts -Wsign-compare... yes
149checking whether C compiler accepts -Wstrict-aliasing... yes
150checking whether C compiler accepts -Wshadow... yes
151checking whether C compiler accepts -Winline... yes
152checking whether C compiler accepts -Wpacked... yes
153checking whether C compiler accepts -Wmissing-format-attribute... yes
154checking whether C compiler accepts -Wmissing-noreturn... yes
155checking whether C compiler accepts -Winit-self... yes
156checking whether C compiler accepts -Wredundant-decls... (cached) yes
157checking whether C compiler accepts -Wmissing-include-dirs... yes
158checking whether C compiler accepts -Wunused-but-set-variable... no
159checking whether C compiler accepts -Warray-bounds... yes
160checking whether C compiler accepts -Wimplicit-function-declaration... yes
161checking whether C compiler accepts -Wreturn-type... yes
162checking whether C compiler accepts -Wswitch-enum... yes
163checking whether C compiler accepts -Wswitch-default... yes
164checking whether C compiler accepts -Wno-suggest-attribute=format... no
165checking whether C compiler accepts -Wno-error=unused-parameter... yes
166checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
167checking whether C++ compiler accepts -Werror=unknown-warning-option... yes
168checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes
169checking whether C++ compiler accepts -fno-strict-aliasing... yes
170checking whether C++ compiler accepts -Wall... yes
171checking whether C++ compiler accepts -Wextra... yes
172checking whether C++ compiler accepts -Wundef... yes
173checking whether C++ compiler accepts -Wwrite-strings... yes
174checking whether C++ compiler accepts -Wpointer-arith... yes
175checking whether C++ compiler accepts -Wmissing-declarations... yes
176checking whether C++ compiler accepts -Wredundant-decls... yes
177checking whether C++ compiler accepts -Wno-unused-parameter... yes
178checking whether C++ compiler accepts -Wno-missing-field-initializers... yes
179checking whether C++ compiler accepts -Wformat=2... yes
180checking whether C++ compiler accepts -Wcast-align... yes
181checking whether C++ compiler accepts -Wformat-nonliteral... yes
182checking whether C++ compiler accepts -Wformat-security... yes
183checking whether C++ compiler accepts -Wsign-compare... yes
184checking whether C++ compiler accepts -Wstrict-aliasing... yes
185checking whether C++ compiler accepts -Wshadow... yes
186checking whether C++ compiler accepts -Winline... yes
187checking whether C++ compiler accepts -Wpacked... yes
188checking whether C++ compiler accepts -Wmissing-format-attribute... yes
189checking whether C++ compiler accepts -Wmissing-noreturn... yes
190checking whether C++ compiler accepts -Winit-self... yes
191checking whether C++ compiler accepts -Wredundant-decls... (cached) yes
192checking whether C++ compiler accepts -Wmissing-include-dirs... yes
193checking whether C++ compiler accepts -Wunused-but-set-variable... no
194checking whether C++ compiler accepts -Warray-bounds... yes
195checking whether C++ compiler accepts -Wreturn-type... yes
196checking whether C++ compiler accepts -Wno-overloaded-virtual... yes
197checking whether C++ compiler accepts -Wswitch-enum... yes
198checking whether C++ compiler accepts -Wswitch-default... yes
199checking whether C++ compiler accepts -Wno-suggest-attribute=format... no
200checking whether C++ compiler accepts -Wno-error=unused-parameter... yes
201checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes
202checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes
203checking whether C compiler accepts -Werror=unknown-warning-option... (cached) yes
204checking whether the linker accepts -Wl,--no-as-needed... no
205checking whether the linker accepts -Wl,--fatal-warnings... no
206checking whether the linker accepts -Wl,-fatal_warnings... yes
207checking whether the linker accepts -Wl,-fatal_warnings... yes
208checking CFLAGS for maximum warnings... (cached) -Wall
209checking if LD -Wl,--version-script works... no
210checking for linker lazyload option... none
211checking whether /opt/local/bin/clang-mp-3.9 is Clang... yes
212checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... -Qunused-arguments
213checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
214checking whether more special flags are required for pthreads... no
215checking for PTHREAD_PRIO_INHERIT... yes
216checking for /opt/local/bin/clang-mp-3.9 option to support OpenMP... -fopenmp
217checking for pthread_join using /opt/local/bin/clang-mp-3.9 -Qunused-arguments -pthread ... yes
218checking whether /opt/local/bin/clang-mp-3.9 is Clang... (cached) yes
219checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... (cached) -Qunused-arguments
220checking for joinable pthread attribute... (cached) PTHREAD_CREATE_JOINABLE
221checking whether more special flags are required for pthreads... (cached) no
222checking for PTHREAD_PRIO_INHERIT... (cached) yes
223checking whether we are using the Microsoft C compiler... no
224checking CL/cl.h usability... no
225checking CL/cl.h presence... no
226checking for CL/cl.h... no
227checking OpenCL/cl.h usability... yes
228checking OpenCL/cl.h presence... yes
229checking for OpenCL/cl.h... yes
230checking windows.h usability... no
231checking windows.h presence... no
232checking for windows.h... no
233checking for OpenCL library... -lclparser -framework OpenCL -L/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries
234checking for special C compiler options needed for large files... no
235checking for _FILE_OFFSET_BITS value needed for large files... no
236checking for _LARGEFILE_SOURCE value needed for large files... no
237checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
238checking the name lister (/opt/local/bin/nm -B) interface... BSD nm
239checking the maximum length of command line arguments... 196608
240checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop
241checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
242checking for /opt/local/libexec/llvm-3.9/bin/ld option to reload object files... -r
243checking for objdump... no
244checking how to recognize dependent libraries... pass_all
245checking for dlltool... no
246checking how to associate runtime and link libraries... printf %s\n
247checking for archiver @FILE support... no
248checking for strip... strip
249checking for ranlib... ranlib
250checking command to parse /opt/local/bin/nm -B output from /opt/local/bin/clang-mp-3.9 object... ok
251checking for sysroot... no
252checking for a working dd... /bin/dd
253checking how to truncate binary pipes... /bin/dd bs=4096 count=1
254checking for mt... no
255checking if : is a manifest tool... no
256checking for dsymutil... dsymutil
257checking for nmedit... nmedit
258checking for lipo... lipo
259checking for otool... otool
260checking for otool64... no
261checking for -single_module linker flag... yes
262checking for -exported_symbols_list linker flag... yes
263checking for -force_load linker flag... yes
264checking for dlfcn.h... yes
265checking for objdir... .libs
266checking if /opt/local/bin/clang-mp-3.9 supports -fno-rtti -fno-exceptions... yes
267checking for /opt/local/bin/clang-mp-3.9 option to produce PIC... -fno-common -DPIC
268checking if /opt/local/bin/clang-mp-3.9 PIC flag -fno-common -DPIC works... yes
269checking if /opt/local/bin/clang-mp-3.9 static flag -static works... no
270checking if /opt/local/bin/clang-mp-3.9 supports -c -o file.o... yes
271checking if /opt/local/bin/clang-mp-3.9 supports -c -o file.o... (cached) yes
272checking whether the /opt/local/bin/clang-mp-3.9 linker (/opt/local/libexec/llvm-3.9/bin/ld) supports shared libraries... yes
273checking dynamic linker characteristics... darwin10.8.0 dyld
274checking how to hardcode library paths into programs... immediate
275checking for dlopen in -ldl... yes
276checking whether a program can dlopen itself... yes
277checking whether a statically linked program can dlopen itself... yes
278checking whether stripping libraries is possible... yes
279checking if libtool supports shared libraries... yes
280checking whether to build shared libraries... yes
281checking whether to build static libraries... yes
282checking how to run the C++ preprocessor... /opt/local/bin/clang++-mp-3.9 -E
283checking for ld used by /opt/local/bin/clang++-mp-3.9... /opt/local/libexec/llvm-3.9/bin/ld
284checking if the linker (/opt/local/libexec/llvm-3.9/bin/ld) is GNU ld... no
285checking whether the /opt/local/bin/clang++-mp-3.9 linker (/opt/local/libexec/llvm-3.9/bin/ld) supports shared libraries... yes
286checking for /opt/local/bin/clang++-mp-3.9 option to produce PIC... -fno-common -DPIC
287checking if /opt/local/bin/clang++-mp-3.9 PIC flag -fno-common -DPIC works... yes
288checking if /opt/local/bin/clang++-mp-3.9 static flag -static works... no
289checking if /opt/local/bin/clang++-mp-3.9 supports -c -o file.o... yes
290checking if /opt/local/bin/clang++-mp-3.9 supports -c -o file.o... (cached) yes
291checking whether the /opt/local/bin/clang++-mp-3.9 linker (/opt/local/libexec/llvm-3.9/bin/ld) supports shared libraries... yes
292checking dynamic linker characteristics... darwin10.8.0 dyld
293checking how to hardcode library paths into programs... immediate
294checking whether to enable maintainer-specific portions of Makefiles... no
295checking whether /opt/local/bin/clang-mp-3.9 needs -traditional... no
296checking for ANSI C header files... (cached) yes
297checking whether to enable assertions... yes
298checking for dirent.h that defines DIR... yes
299checking for library containing opendir... none required
300checking arm/limits.h usability... no
301checking arm/limits.h presence... no
302checking for arm/limits.h... no
303checking arpa/inet.h usability... yes
304checking arpa/inet.h presence... yes
305checking for arpa/inet.h... yes
306checking complex.h usability... yes
307checking complex.h presence... yes
308checking for complex.h... yes
309checking errno.h usability... yes
310checking errno.h presence... yes
311checking for errno.h... yes
312checking fcntl.h usability... yes
313checking fcntl.h presence... yes
314checking for fcntl.h... yes
315checking limits.h usability... yes
316checking limits.h presence... yes
317checking for limits.h... yes
318checking linux/unistd.h usability... no
319checking linux/unistd.h presence... no
320checking for linux/unistd.h... no
321checking locale.h usability... yes
322checking locale.h presence... yes
323checking for locale.h... yes
324checking machine/param.h usability... yes
325checking machine/param.h presence... yes
326checking for machine/param.h... yes
327checking mach-o/dyld.h usability... yes
328checking mach-o/dyld.h presence... yes
329checking for mach-o/dyld.h... yes
330checking netinet/in.h usability... yes
331checking netinet/in.h presence... yes
332checking for netinet/in.h... yes
333checking OS.h usability... no
334checking OS.h presence... no
335checking for OS.h... no
336checking process.h usability... no
337checking process.h presence... no
338checking for process.h... no
339checking sun_prefetch.h usability... no
340checking sun_prefetch.h presence... no
341checking for sun_prefetch.h... no
342checking stdarg.h usability... yes
343checking stdarg.h presence... yes
344checking for stdarg.h... yes
345checking sys/ipc.h usability... yes
346checking sys/ipc.h presence... yes
347checking for sys/ipc.h... yes
348checking sys/mman.h usability... yes
349checking sys/mman.h presence... yes
350checking for sys/mman.h... yes
351checking sys/resource.h usability... yes
352checking sys/resource.h presence... yes
353checking for sys/resource.h... yes
354checking sys/sendfile.h usability... no
355checking sys/sendfile.h presence... no
356checking for sys/sendfile.h... no
357checking sys/socket.h usability... yes
358checking sys/socket.h presence... yes
359checking for sys/socket.h... yes
360checking sys/syslimits.h usability... yes
361checking sys/syslimits.h presence... yes
362checking for sys/syslimits.h... yes
363checking sys/time.h usability... yes
364checking sys/time.h presence... yes
365checking for sys/time.h... yes
366checking sys/timeb.h usability... yes
367checking sys/timeb.h presence... yes
368checking for sys/timeb.h... yes
369checking sys/times.h usability... yes
370checking sys/times.h presence... yes
371checking for sys/times.h... yes
372checking sys/wait.h usability... yes
373checking sys/wait.h presence... yes
374checking for sys/wait.h... yes
375checking utime.h usability... yes
376checking utime.h presence... yes
377checking for utime.h... yes
378checking wchar.h usability... yes
379checking wchar.h presence... yes
380checking for wchar.h... yes
381checking xlocale.h usability... yes
382checking xlocale.h presence... yes
383checking for xlocale.h... yes
384checking for stdbool.h that conforms to C99... yes
385checking for _Bool... yes
386checking for working volatile... yes
387checking for preprocessor stringizing operator... yes
388checking whether stat file-mode macros are broken... no
389checking whether time.h and sys/time.h may both be included... yes
390checking whether struct tm is in sys/time.h or time.h... time.h
391checking for struct tm.tm_zone... yes
392checking whether #! works in shell scripts... yes
393checking whether char is unsigned... no
394checking for an ANSI C-conforming const... yes
395checking for inline... inline
396checking for C/C++ restrict keyword... __restrict
397checking for working volatile... (cached) yes
398checking whether byte ordering is bigendian... no
399checking for int8_t... yes
400checking for int16_t... yes
401checking for int32_t... yes
402checking for int64_t... yes
403checking for unsigned long long int... yes
404checking for long long int... yes
405checking for intmax_t... yes
406checking for intptr_t... yes
407checking for long double... yes
408checking for long double with more range or precision than double... yes
409checking for long long int... (cached) yes
410checking for mbstate_t... yes
411checking for mode_t... yes
412checking for off_t... yes
413checking for pid_t... yes
414checking for size_t... yes
415checking for ssize_t... yes
416checking for uid_t in sys/types.h... yes
417checking for uint8_t... yes
418checking for uint16_t... yes
419checking for uint32_t... yes
420checking for uint64_t... yes
421checking for uintmax_t... yes
422checking for uintptr_t... yes
423checking for unsigned long long int... (cached) yes
424checking for locale_t... yes
425checking for float_t... yes
426checking for double_t... yes
427checking size of float_t... 4
428checking size of double_t... 8
429checking size of float... 4
430checking size of double... 8
431checking size of long double... 16
432checking size of signed short... 2
433checking size of unsigned short... 2
434checking size of signed int... 4
435checking size of unsigned int... 4
436checking size of signed long... 8
437checking size of unsigned long... 8
438checking size of signed long long... 8
439checking size of unsigned long long... 8
440checking size of off_t... 8
441checking size of size_t... (cached) 8
442checking size of ssize_t... 8
443checking size of unsigned int*... 8
444checking for signed 8-bit type... signed char
445checking for unsigned 8-bit type... unsigned char
446checking for signed 16-bit type... signed short
447checking for unsigned 16-bit type... unsigned short
448checking for signed 32-bit type... signed int
449checking for unsigned 32-bit type... unsigned int
450checking for signed 64-bit type... signed long
451checking for unsigned 64-bit type... unsigned long
452checking for unsigned maximum type... unsigned long
453checking for pointer difference type... unsigned long
454checking whether our compiler supports __func__... yes
455checking whether closedir returns void... no
456checking for stdlib.h... (cached) yes
457checking for unistd.h... (cached) yes
458checking for sys/param.h... yes
459checking for getpagesize... yes
460checking for working mmap... yes
461checking vfork.h usability... no
462checking vfork.h presence... no
463checking for vfork.h... no
464checking for fork... yes
465checking for vfork... yes
466checking for working fork... yes
467checking for working vfork... (cached) yes
468checking for working memcmp... yes
469checking sys/select.h usability... yes
470checking sys/select.h presence... yes
471checking for sys/select.h... yes
472checking for sys/socket.h... (cached) yes
473checking types of arguments for select... int,fd_set *,struct timeval *
474checking return type of signal handlers... void
475checking for working strtod... yes
476checking whether strerror_r is declared... yes
477checking for strerror_r... yes
478checking whether strerror_r returns char *... no
479checking for vprintf... yes
480checking for _doprnt... no
481checking for sqrt in -lm... yes
482checking for library containing gethostbyname... none required
483checking for library containing socket... none required
484checking for acosh... yes
485checking for _aligned_malloc... no
486checking for asinh... yes
487checking for atanh... yes
488checking for atoll... yes
489checking for atexit... yes
490checking for cabs... yes
491checking for carg... yes
492checking for cimag... yes
493checking for creal... yes
494checking for clock... yes
495checking for clock_getres... no
496checking for clock_gettime... no
497checking for ctime_r... yes
498checking for directio... no
499checking for erf... yes
500checking for _exit... yes
501checking for execvp... yes
502checking for fchmod... yes
503checking for floor... yes
504checking for fork... (cached) yes
505checking for ftime... yes
506checking for ftruncate... yes
507checking for getc_unlocked... yes
508checking for getcwd... yes
509checking for getpid... yes
510checking for getexecname... no
511checking for getdtablesize... yes
512checking for getpagesize... (cached) yes
513checking for getrlimit... yes
514checking for getrusage... yes
515checking for gettimeofday... yes
516checking for gmtime_r... yes
517checking for isnan... yes
518checking for j0... yes
519checking for j1... yes
520checking for lltostr... no
521checking for localtime_r... yes
522checking for lstat... yes
523checking for memmove... yes
524checking for memset... yes
525checking for mkstemp... yes
526checking for munmap... yes
527checking for nanosleep... yes
528checking for newlocale... yes
529checking for _NSGetExecutablePath... yes
530checking for pclose... yes
531checking for _pclose... no
532checking for poll... yes
533checking for popen... yes
534checking for _popen... no
535checking for posix_fadvise... no
536checking for posix_fallocate... no
537checking for posix_madvise... yes
538checking for posix_memalign... yes
539checking for posix_spawnp... yes
540checking for pow... yes
541checking for pread... yes
542checking for pwrite... yes
543checking for qsort_r... yes
544checking for raise... yes
545checking for rand_r... yes
546checking for readlink... yes
547checking for realpath... yes
548checking for select... yes
549checking for seekdir... yes
550checking for sendfile... yes
551checking for setlocale... yes
552checking for socket... yes
553checking for sqrt... yes
554checking for setvbuf... yes
555checking for stat... yes
556checking for strchr... yes
557checking for strrchr... yes
558checking for strcspn... yes
559checking for strdup... yes
560checking for strpbrk... yes
561checking for strspn... yes
562checking for strstr... yes
563checking for strtod... (cached) yes
564checking for strtod_l... yes
565checking for strtol... yes
566checking for strtoul... yes
567checking for symlink... yes
568checking for sysconf... yes
569checking for sigemptyset... yes
570checking for sigaction... yes
571checking for spawnvp... no
572checking for strerror... yes
573checking for strlcat... yes
574checking for strlcpy... yes
575checking for strcasecmp... yes
576checking for strncasecmp... yes
577checking for telldir... yes
578checking for tempnam... yes
579checking for times... yes
580checking for ulltostr... no
581checking for uselocale... yes
582checking for usleep... yes
583checking for utime... yes
584checking for vfprintf... yes
585checking for vfprintf_l... yes
586checking for vsprintf... yes
587checking for vsnprintf... yes
588checking for vsnprintf_l... yes
589checking for waitpid... yes
590checking for _wfopen... no
591checking for _wstat... no
592checking for library containing clock_gettime... no
593checking for gettimeofday... (cached) yes
594checking whether pread is declared... yes
595checking whether pwrite is declared... yes
596checking whether strlcpy is declared... yes
597checking whether vsnprintf is declared... yes
598checking whether we are using the GNU C++ compiler... (cached) yes
599checking whether /opt/local/bin/clang++-mp-3.9 accepts -g... (cached) yes
600checking dependency style of /opt/local/bin/clang++-mp-3.9... (cached) gcc3
601checking whether the compiler recognizes bool as a built-in type... yes
602checking whether the compiler implements namespaces... yes
603checking if g++ supports namespace std... yes
604checking whether the compiler supports ISO C++ standard library... yes
605checking for /opt/local/bin/clang++-mp-3.9 option to support OpenMP... -fopenmp
606checking whether C++ compiler is sufficient for Magick++... yes
607checking for X11 configure files...
608checking for GOMP_parallel_start in -lomp... yes
609checking for GOMP_parallel_start in -lgomp... yes
610-------------------------------------------------------------
611checking for BZLIB...
612checking bzlib.h usability... yes
613checking bzlib.h presence... yes
614checking for bzlib.h... yes
615checking for BZ2_bzDecompress in -lbz2... yes
616checking if BZLIB package is complete... yes
617checking for X... libraries /opt/local/lib, headers /opt/local/include
618checking whether -R must be followed by a space... neither works
619checking for gethostbyname... yes
620checking for connect... yes
621checking for remove... yes
622checking for shmat... yes
623checking for IceConnectionNumber in -lICE... yes
624-------------------------------------------------------------
625checking for X11...
626checking for shmctl... yes
627checking for XShmAttach in -lXext... yes
628checking for XShapeCombineMask in -lXext... yes
629checking for XtSetEventDispatcher in -lXt... yes
630-------------------------------------------------------------
631checking for ZLIB... yes
632
633-------------------------------------------------------------
634checking for libltdl...
635checking ltdl.h usability... yes
636checking ltdl.h presence... yes
637checking for ltdl.h... yes
638checking for lt_dlinit in -lltdl... yes
639checking if libltdl package is complete... yes
640-------------------------------------------------------------
641checking for DPS...
642checking DPS/dpsXclient.h usability... no
643checking DPS/dpsXclient.h presence... no
644checking for DPS/dpsXclient.h... no
645checking for DPSInitialize in -ldps... no
646checking for DPSInitialize in -ldps... no
647checking for XDPSPixelsPerPoint in -ldpstk... no
648checking if DPS package is complete... no
649-------------------------------------------------------------
650checking for fftw3... yes
651
652-------------------------------------------------------------
653checking for FLIF...
654checking flif.h usability... no
655checking flif.h presence... no
656checking for flif.h... no
657checking for flif_create_decoder in -lflif... no
658checking if FLIF package is complete... no
659-------------------------------------------------------------
660checking for ddjvuapi... yes
661
662-------------------------------------------------------------
663checking for FONTCONFIG... yes
664
665-------------------------------------------------------------
666checking for FREETYPE... yes
667
668-------------------------------------------------------------
669checking for RAQM... no
670
671-------------------------------------------------------------
672checking for Ghostscript...
673checking ghostscript/iapi.h usability... yes
674checking ghostscript/iapi.h presence... yes
675checking for ghostscript/iapi.h... yes
676checking ghostscript/ierrors.h usability... yes
677checking ghostscript/ierrors.h presence... yes
678checking for ghostscript/ierrors.h... yes
679checking for gsapi_new_instance in Ghostscript framework... no
680checking for gsapi_new_instance in -lgs... yes
681checking if Ghostscript package is complete... yes, using library.
682-------------------------------------------------------------
683checking for JBIG...
684checking jbig.h usability... yes
685checking jbig.h presence... yes
686checking for jbig.h... yes
687checking for jbg_dec_init in -ljbig... yes
688checking if JBIG package is complete... yes
689-------------------------------------------------------------
690checking for JPEG...
691checking jconfig.h usability... yes
692checking jconfig.h presence... yes
693checking for jconfig.h... yes
694checking jerror.h usability... yes
695checking jerror.h presence... yes
696checking for jerror.h... yes
697checking jmorecfg.h usability... yes
698checking jmorecfg.h presence... yes
699checking for jmorecfg.h... yes
700checking jpeglib.h usability... yes
701checking jpeglib.h presence... yes
702checking for jpeglib.h... yes
703checking for jpeg_read_header in -ljpeg... yes
704checking for JPEG library is version 6b or later... yes
705checking if JPEG package is complete... yes
706-------------------------------------------------------------
707checking for LCMS2... yes
708
709checking lcms2/lcms2.h usability... no
710checking lcms2/lcms2.h presence... no
711checking for lcms2/lcms2.h... no
712-------------------------------------------------------------
713checking for LIBOPENJP2... yes
714
715-------------------------------------------------------------
716checking for LZMA... yes
717
718-------------------------------------------------------------
719checking for OPENEXR... yes
720
721-------------------------------------------------------------
722checking for PNG... yes
723
724-------------------------------------------------------------
725checking for RAW_R... yes
726
727-------------------------------------------------------------
728checking for TIFF...
729checking tiff.h usability... yes
730checking tiff.h presence... yes
731checking for tiff.h... yes
732checking tiffio.h usability... yes
733checking tiffio.h presence... yes
734checking for tiffio.h... yes
735checking for TIFFOpen in -ltiff... yes
736checking for TIFFClientOpen in -ltiff... yes
737checking for TIFFIsByteSwapped in -ltiff... yes
738checking for TIFFReadRGBATile in -ltiff... yes
739checking for TIFFReadRGBAStrip in -ltiff... yes
740checking if TIFF package is complete... yes
741checking tiffconf.h usability... yes
742checking tiffconf.h presence... yes
743checking for tiffconf.h... yes
744checking for TIFFIsCODECConfigured... yes
745checking for TIFFMergeFieldInfo... yes
746checking for TIFFIsBigEndian... yes
747checking for TIFFReadEXIFDirectory... yes
748checking for TIFFSetErrorHandlerExt... yes
749checking for TIFFSetTagExtender... yes
750checking for TIFFSetWarningHandlerExt... yes
751checking for TIFFSwabArrayOfTriples... yes
752-------------------------------------------------------------
753checking for WEBP...
754checking webp/decode.h usability... yes
755checking webp/decode.h presence... yes
756checking for webp/decode.h... yes
757checking for WebPPictureInitInternal in -lwebp... yes
758checking if WEBP package is complete... yes
759checking if WMF package is complete ... no
760-------------------------------------------------------------
761checking for XML... yes
762
763-------------------------------------------------------------
764checking for ImageMagick delegate programs...
765checking for bpgdec... bpgdec
766checking for bpgenc... bpgenc
767checking for blender... blender
768checking for xdg-open... /opt/local/bin/xdg-open
769checking for ufraw-batch... ufraw-batch
770checking for soffice... soffice
771checking for dvips... /opt/local/bin/dvips
772checking for convert... /opt/local/bin/convert
773checking for display... /opt/local/bin/display
774checking for xterm... xterm
775checking for dot... /opt/local/bin/dot
776checking for hp2xx... hp2xx
777checking for html2ps... html2ps
778checking for ilbmtoppm... /opt/local/bin/ilbmtoppm
779checking for ppmtoilbm... /opt/local/bin/ppmtoilbm
780checking for JxrDecApp... JxrDecApp
781checking for JxrEncApp... JxrEncApp
782checking for lepton... lepton
783checking for lp... /usr/bin/lp
784checking for lpr... /usr/bin/lpr
785checking for gimp... gimp
786checking for mogrify... /opt/local/bin/mogrify
787checking for avconv... avconv
788checking for ffmpeg... (cached) avconv
789checking for avconv... avconv
790checking for ffmpeg... (cached) avconv
791checking for mrsidgeodecode... mrsidgeodecode
792checking for mv... /bin/mv
793checking for pcl6... pcl6
794checking for gsx... /opt/local/bin/gsx
795checking for rm... /bin/rm
796checking for rsvg-convert... /opt/local/bin/rsvg-convert
797checking for inkscape... /opt/local/bin/inkscape
798checking for uniconvertor... uniconvertor
799checking for dwebp... /opt/local/bin/dwebp
800checking for cwebp... /opt/local/bin/cwebp
801checking for ... no
802checking for gxps... gxps
803checking for Apple fonts directory... not found!
804checking for Dejavu fonts directory... not found!
805checking for Ghostscript fonts directory... /opt/local/share/fonts/urw-fonts/
806checking for URW-base35 fonts directory... not found!
807checking for Windows fonts directory... not found!
808checking for gnutar... gnutar
809checking for perl... perl
810checking for rpmbuild... rpmbuild
811checking for 7za... 7za
812checking for zip... zip
813-------------------------------------------------------------
814checking for Ghostscript...
815checking for Ghostscript version... 9.22
816checking for gs color device... pnmraw
817checking for gs alpha device... pngalpha
818checking for gs CMYK device... pamcmyk32
819checking for gs mono device... pbmraw
820checking for gs PDF writing device... pdfwrite
821checking for gs PS writing device... ps2write
822checking for gs EPS writing device... eps2write
823-------------------------------------------------------------
824Update ImageMagick configuration
825checking that generated files are newer than configure... done
826checking that generated files are newer than configure... done
827configure: creating ./config.status
828config.status: creating common.shi
829config.status: creating config/configure.xml
830config.status: creating config/delegates.xml
831config.status: creating config/ImageMagick.rdf
832config.status: creating config/MagickCore.dox
833config.status: creating config/MagickWand.dox
834config.status: creating config/Magick++.dox
835config.status: creating config/type-apple.xml
836config.status: creating config/type-dejavu.xml
837config.status: creating config/type-ghostscript.xml
838config.status: creating config/type-urw-base35.xml
839config.status: creating config/type-windows.xml
840config.status: creating config/type.xml
841config.status: creating ImageMagick.spec
842config.status: creating Magick++/bin/Magick++-config
843config.status: creating magick/ImageMagick.pc
844config.status: creating Magick++/lib/ImageMagick++.pc
845config.status: creating Magick++/lib/Magick++.pc
846config.status: creating magick/Magick-config
847config.status: creating magick/MagickCore-config
848config.status: creating magick/MagickCore.pc
849config.status: creating magick/version.h
850config.status: creating Makefile
851config.status: creating magick.sh
852config.status: creating PerlMagick/check.sh
853config.status: creating PerlMagick/default/Magick.pm
854config.status: creating PerlMagick/Makefile.PL
855config.status: creating PerlMagick/default/Makefile.PL
856config.status: creating PerlMagick/quantum/Makefile.PL
857config.status: creating PerlMagick/quantum/quantum.pm
858config.status: creating PerlMagick/quantum/quantum.xs
859config.status: creating PerlMagick/quantum/typemap
860config.status: creating utilities/animate.1
861config.status: creating utilities/compare.1
862config.status: creating utilities/composite.1
863config.status: creating utilities/conjure.1
864config.status: creating utilities/convert.1
865config.status: creating utilities/display.1
866config.status: creating utilities/identify.1
867config.status: creating utilities/ImageMagick.1
868config.status: creating utilities/import.1
869config.status: creating utilities/mogrify.1
870config.status: creating utilities/montage.1
871config.status: creating utilities/stream.1
872config.status: creating wand/MagickWand-config
873config.status: creating wand/MagickWand.pc
874config.status: creating wand/Wand-config
875config.status: creating wand/Wand.pc
876config.status: creating config/config.h
877config.status: executing magick/magick-baseconfig.h commands
878config.status: creating magick/magick-baseconfig.h - prefix MAGICKCORE for config/config.h defines
879config.status: executing depfiles commands
880config.status: executing libtool commands
881config.status: executing default commands
882config.status: executing magick.sh.in commands
883config.status: executing MagickCore-config.in commands
884config.status: executing Magick-config.in commands
885config.status: executing MagickWand-config.in commands
886config.status: executing Wand-config.in commands
887config.status: executing Magick++-config.in commands
888config.status: executing PerlMagick/check.sh.in commands
889configure: WARNING: unrecognized options: --disable-ltdl-install
890configure:
891==============================================================================
892ImageMagick is configured as follows. Please verify that this configuration
893matches your expectations.
894
895  Host system type: x86_64-apple-darwin10.8.0
896  Build system type: x86_64-apple-darwin10.8.0
897
898                 Option                        Value
899  ------------------------------------------------------------------------------
900  Shared libraries  --enable-shared=yes         yes
901  Static libraries  --enable-static=yes         yes
902  Module support    --with-modules=yes          yes
903  GNU ld            --with-gnu-ld=no            no
904  Quantum depth     --with-quantum-depth=16     16
905  High Dynamic Range Imagery
906                    --enable-hdri=no            no
907
908  Install documentation:                        yes
909
910  Delegate Library Configuration:
911  BZLIB             --with-bzlib=yes            yes
912  Autotrace         --with-autotrace=no         no
913  DJVU              --with-djvu=yes             yes
914  DPS               --with-dps=yes              no
915  FFTW              --with-fftw=yes             yes
916  FLIF              --with-flif=yes             no
917  FlashPIX          --with-fpx=no               no
918  FontConfig        --with-fontconfig=yes       yes
919  FreeType          --with-freetype=yes         yes
920  Ghostscript lib   --with-gslib=yes            yes
921  Graphviz          --with-gvc=no               
922  JBIG              --with-jbig=yes             yes
923  JPEG v1           --with-jpeg=yes             yes
924  LCMS              --with-lcms=yes             yes
925  LQR               --with-lqr=no               no
926  LTDL              --with-ltdl=yes             yes
927  LZMA              --with-lzma=yes             yes
928  Magick++          --with-magick-plus-plus=yes yes
929  OpenEXR           --with-openexr=yes          yes
930  OpenJP2           --with-openjp2=yes          yes
931  PANGO             --with-pango=no             no
932  PERL              --with-perl=no              no
933  PNG               --with-png=yes              yes
934  RAQM              --with-raqm=yes             no
935  RSVG              --with-rsvg=no              no
936  TIFF              --with-tiff=yes             yes
937  WEBP              --with-webp=yes             yes
938  WMF               --with-wmf=no               no
939  X11               --with-x=yes                        yes
940  XML               --with-xml=yes              yes
941  ZLIB              --with-zlib=yes             yes
942
943  Delegate Program Configuration:
944  GhostPCL          None                                pcl6 (unknown)
945  GhostXPS          None                                gxps (unknown)
946  Ghostscript       None                                /opt/local/bin/gsx (9.22)
947
948  Font Configuration:
949  Apple fonts       --with-apple-font-dir=default       
950  Dejavu fonts      --with-dejavu-font-dir=default      none
951  Ghostscript fonts --with-gs-font-dir=/opt/local/share/fonts/urw-fonts /opt/local/share/fonts/urw-fonts/
952  URW-base35 fonts  --with-urw-base35-font-dir=default  none
953  Windows fonts     --with-windows-font-dir=default     none
954
955  X11 Configuration:
956        X_CFLAGS        =  -I/opt/local/include
957        X_PRE_LIBS      =  -lSM -lICE
958        X_LIBS          =  -L/opt/local/lib
959        X_EXTRA_LIBS    =
960
961  Options used to compile and link:
962    PREFIX          = /opt/local
963    EXEC-PREFIX     = /opt/local
964    VERSION         = 6.9.9
965    CC              = /opt/local/bin/clang-mp-3.9
966    CFLAGS          = -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
967    CPPFLAGS        = -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include
968    PCFLAGS         =
969    DEFS            = -DHAVE_CONFIG_H
970    LDFLAGS         = -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  -L/opt/local/lib
971    LIBS            =
972    CXX             = /opt/local/bin/clang++-mp-3.9
973    CXXFLAGS        = -pipe -Os -stdlib=libc++ -arch x86_64 -Qunused-arguments -pthread
974    FEATURES        = DPC Cipher OpenCL OpenMP Modules
975    DELEGATES       = bzlib djvu mpeg fftw fontconfig freetype gslib jbig jng jpeg lcms lzma openexr openjp2 png ps raw tiff webp x xml zlib
976==============================================================================
977
978--->  Building ImageMagick
979Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19" && /usr/bin/make -j4 -w all
980make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19'
981/usr/bin/make  all-am
982make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19'
983/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tga_la-tga.lo -MD -MP -MF coders/.deps/coders_tga_la-tga.Tpo -c -o coders/coders_tga_la-tga.lo `test -f 'coders/tga.c' || echo './'`coders/tga.c
984/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_thumbnail_la-thumbnail.lo -MD -MP -MF coders/.deps/coders_thumbnail_la-thumbnail.Tpo -c -o coders/coders_thumbnail_la-thumbnail.lo `test -f 'coders/thumbnail.c' || echo './'`coders/thumbnail.c
985/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tile_la-tile.lo -MD -MP -MF coders/.deps/coders_tile_la-tile.Tpo -c -o coders/coders_tile_la-tile.lo `test -f 'coders/tile.c' || echo './'`coders/tile.c
986/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tim_la-tim.lo -MD -MP -MF coders/.deps/coders_tim_la-tim.Tpo -c -o coders/coders_tim_la-tim.lo `test -f 'coders/tim.c' || echo './'`coders/tim.c
987libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tga_la-tga.lo -MD -MP -MF coders/.deps/coders_tga_la-tga.Tpo -c coders/tga.c  -fno-common -DPIC -o coders/.libs/coders_tga_la-tga.o
988libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tim_la-tim.lo -MD -MP -MF coders/.deps/coders_tim_la-tim.Tpo -c coders/tim.c  -fno-common -DPIC -o coders/.libs/coders_tim_la-tim.o
989libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_thumbnail_la-thumbnail.lo -MD -MP -MF coders/.deps/coders_thumbnail_la-thumbnail.Tpo -c coders/thumbnail.c  -fno-common -DPIC -o coders/.libs/coders_thumbnail_la-thumbnail.o
990libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tile_la-tile.lo -MD -MP -MF coders/.deps/coders_tile_la-tile.Tpo -c coders/tile.c  -fno-common -DPIC -o coders/.libs/coders_tile_la-tile.o
991libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_thumbnail_la-thumbnail.lo -MD -MP -MF coders/.deps/coders_thumbnail_la-thumbnail.Tpo -c coders/thumbnail.c -o coders/coders_thumbnail_la-thumbnail.o >/dev/null 2>&1
992libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tile_la-tile.lo -MD -MP -MF coders/.deps/coders_tile_la-tile.Tpo -c coders/tile.c -o coders/coders_tile_la-tile.o >/dev/null 2>&1
993libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tim_la-tim.lo -MD -MP -MF coders/.deps/coders_tim_la-tim.Tpo -c coders/tim.c -o coders/coders_tim_la-tim.o >/dev/null 2>&1
994mv -f coders/.deps/coders_thumbnail_la-thumbnail.Tpo coders/.deps/coders_thumbnail_la-thumbnail.Plo
995mv -f coders/.deps/coders_tile_la-tile.Tpo coders/.deps/coders_tile_la-tile.Plo
996/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ttf_la-ttf.lo -MD -MP -MF coders/.deps/coders_ttf_la-ttf.Tpo -c -o coders/coders_ttf_la-ttf.lo `test -f 'coders/ttf.c' || echo './'`coders/ttf.c
997/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_txt_la-txt.lo -MD -MP -MF coders/.deps/coders_txt_la-txt.Tpo -c -o coders/coders_txt_la-txt.lo `test -f 'coders/txt.c' || echo './'`coders/txt.c
998libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tga_la-tga.lo -MD -MP -MF coders/.deps/coders_tga_la-tga.Tpo -c coders/tga.c -o coders/coders_tga_la-tga.o >/dev/null 2>&1
999libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_txt_la-txt.lo -MD -MP -MF coders/.deps/coders_txt_la-txt.Tpo -c coders/txt.c  -fno-common -DPIC -o coders/.libs/coders_txt_la-txt.o
1000libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ttf_la-ttf.lo -MD -MP -MF coders/.deps/coders_ttf_la-ttf.Tpo -c coders/ttf.c  -fno-common -DPIC -o coders/.libs/coders_ttf_la-ttf.o
1001mv -f coders/.deps/coders_tim_la-tim.Tpo coders/.deps/coders_tim_la-tim.Plo
1002/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uil_la-uil.lo -MD -MP -MF coders/.deps/coders_uil_la-uil.Tpo -c -o coders/coders_uil_la-uil.lo `test -f 'coders/uil.c' || echo './'`coders/uil.c
1003mv -f coders/.deps/coders_tga_la-tga.Tpo coders/.deps/coders_tga_la-tga.Plo
1004/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_url_la-url.lo -MD -MP -MF coders/.deps/coders_url_la-url.Tpo -c -o coders/coders_url_la-url.lo `test -f 'coders/url.c' || echo './'`coders/url.c
1005libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ttf_la-ttf.lo -MD -MP -MF coders/.deps/coders_ttf_la-ttf.Tpo -c coders/ttf.c -o coders/coders_ttf_la-ttf.o >/dev/null 2>&1
1006libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uil_la-uil.lo -MD -MP -MF coders/.deps/coders_uil_la-uil.Tpo -c coders/uil.c  -fno-common -DPIC -o coders/.libs/coders_uil_la-uil.o
1007libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_txt_la-txt.lo -MD -MP -MF coders/.deps/coders_txt_la-txt.Tpo -c coders/txt.c -o coders/coders_txt_la-txt.o >/dev/null 2>&1
1008libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_url_la-url.lo -MD -MP -MF coders/.deps/coders_url_la-url.Tpo -c coders/url.c  -fno-common -DPIC -o coders/.libs/coders_url_la-url.o
1009mv -f coders/.deps/coders_ttf_la-ttf.Tpo coders/.deps/coders_ttf_la-ttf.Plo
1010/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uyvy_la-uyvy.lo -MD -MP -MF coders/.deps/coders_uyvy_la-uyvy.Tpo -c -o coders/coders_uyvy_la-uyvy.lo `test -f 'coders/uyvy.c' || echo './'`coders/uyvy.c
1011libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uil_la-uil.lo -MD -MP -MF coders/.deps/coders_uil_la-uil.Tpo -c coders/uil.c -o coders/coders_uil_la-uil.o >/dev/null 2>&1
1012mv -f coders/.deps/coders_txt_la-txt.Tpo coders/.deps/coders_txt_la-txt.Plo
1013/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vicar_la-vicar.lo -MD -MP -MF coders/.deps/coders_vicar_la-vicar.Tpo -c -o coders/coders_vicar_la-vicar.lo `test -f 'coders/vicar.c' || echo './'`coders/vicar.c
1014libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_url_la-url.lo -MD -MP -MF coders/.deps/coders_url_la-url.Tpo -c coders/url.c -o coders/coders_url_la-url.o >/dev/null 2>&1
1015libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uyvy_la-uyvy.lo -MD -MP -MF coders/.deps/coders_uyvy_la-uyvy.Tpo -c coders/uyvy.c  -fno-common -DPIC -o coders/.libs/coders_uyvy_la-uyvy.o
1016mv -f coders/.deps/coders_uil_la-uil.Tpo coders/.deps/coders_uil_la-uil.Plo
1017/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vid_la-vid.lo -MD -MP -MF coders/.deps/coders_vid_la-vid.Tpo -c -o coders/coders_vid_la-vid.lo `test -f 'coders/vid.c' || echo './'`coders/vid.c
1018mv -f coders/.deps/coders_url_la-url.Tpo coders/.deps/coders_url_la-url.Plo
1019/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_viff_la-viff.lo -MD -MP -MF coders/.deps/coders_viff_la-viff.Tpo -c -o coders/coders_viff_la-viff.lo `test -f 'coders/viff.c' || echo './'`coders/viff.c
1020libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vicar_la-vicar.lo -MD -MP -MF coders/.deps/coders_vicar_la-vicar.Tpo -c coders/vicar.c  -fno-common -DPIC -o coders/.libs/coders_vicar_la-vicar.o
1021libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_uyvy_la-uyvy.lo -MD -MP -MF coders/.deps/coders_uyvy_la-uyvy.Tpo -c coders/uyvy.c -o coders/coders_uyvy_la-uyvy.o >/dev/null 2>&1
1022libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vid_la-vid.lo -MD -MP -MF coders/.deps/coders_vid_la-vid.Tpo -c coders/vid.c  -fno-common -DPIC -o coders/.libs/coders_vid_la-vid.o
1023libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_viff_la-viff.lo -MD -MP -MF coders/.deps/coders_viff_la-viff.Tpo -c coders/viff.c  -fno-common -DPIC -o coders/.libs/coders_viff_la-viff.o
1024libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vicar_la-vicar.lo -MD -MP -MF coders/.deps/coders_vicar_la-vicar.Tpo -c coders/vicar.c -o coders/coders_vicar_la-vicar.o >/dev/null 2>&1
1025mv -f coders/.deps/coders_uyvy_la-uyvy.Tpo coders/.deps/coders_uyvy_la-uyvy.Plo
1026/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vips_la-vips.lo -MD -MP -MF coders/.deps/coders_vips_la-vips.Tpo -c -o coders/coders_vips_la-vips.lo `test -f 'coders/vips.c' || echo './'`coders/vips.c
1027libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vid_la-vid.lo -MD -MP -MF coders/.deps/coders_vid_la-vid.Tpo -c coders/vid.c -o coders/coders_vid_la-vid.o >/dev/null 2>&1
1028mv -f coders/.deps/coders_vid_la-vid.Tpo coders/.deps/coders_vid_la-vid.Plo
1029/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wbmp_la-wbmp.lo -MD -MP -MF coders/.deps/coders_wbmp_la-wbmp.Tpo -c -o coders/coders_wbmp_la-wbmp.lo `test -f 'coders/wbmp.c' || echo './'`coders/wbmp.c
1030mv -f coders/.deps/coders_vicar_la-vicar.Tpo coders/.deps/coders_vicar_la-vicar.Plo
1031/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wpg_la-wpg.lo -MD -MP -MF coders/.deps/coders_wpg_la-wpg.Tpo -c -o coders/coders_wpg_la-wpg.lo `test -f 'coders/wpg.c' || echo './'`coders/wpg.c
1032libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vips_la-vips.lo -MD -MP -MF coders/.deps/coders_vips_la-vips.Tpo -c coders/vips.c  -fno-common -DPIC -o coders/.libs/coders_vips_la-vips.o
1033libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wbmp_la-wbmp.lo -MD -MP -MF coders/.deps/coders_wbmp_la-wbmp.Tpo -c coders/wbmp.c  -fno-common -DPIC -o coders/.libs/coders_wbmp_la-wbmp.o
1034libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wpg_la-wpg.lo -MD -MP -MF coders/.deps/coders_wpg_la-wpg.Tpo -c coders/wpg.c  -fno-common -DPIC -o coders/.libs/coders_wpg_la-wpg.o
1035libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_viff_la-viff.lo -MD -MP -MF coders/.deps/coders_viff_la-viff.Tpo -c coders/viff.c -o coders/coders_viff_la-viff.o >/dev/null 2>&1
1036libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_vips_la-vips.lo -MD -MP -MF coders/.deps/coders_vips_la-vips.Tpo -c coders/vips.c -o coders/coders_vips_la-vips.o >/dev/null 2>&1
1037libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wbmp_la-wbmp.lo -MD -MP -MF coders/.deps/coders_wbmp_la-wbmp.Tpo -c coders/wbmp.c -o coders/coders_wbmp_la-wbmp.o >/dev/null 2>&1
1038mv -f coders/.deps/coders_vips_la-vips.Tpo coders/.deps/coders_vips_la-vips.Plo
1039/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xbm_la-xbm.lo -MD -MP -MF coders/.deps/coders_xbm_la-xbm.Tpo -c -o coders/coders_xbm_la-xbm.lo `test -f 'coders/xbm.c' || echo './'`coders/xbm.c
1040mv -f coders/.deps/coders_wbmp_la-wbmp.Tpo coders/.deps/coders_wbmp_la-wbmp.Plo
1041/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xc_la-xc.lo -MD -MP -MF coders/.deps/coders_xc_la-xc.Tpo -c -o coders/coders_xc_la-xc.lo `test -f 'coders/xc.c' || echo './'`coders/xc.c
1042libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xbm_la-xbm.lo -MD -MP -MF coders/.deps/coders_xbm_la-xbm.Tpo -c coders/xbm.c  -fno-common -DPIC -o coders/.libs/coders_xbm_la-xbm.o
1043mv -f coders/.deps/coders_viff_la-viff.Tpo coders/.deps/coders_viff_la-viff.Plo
1044/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xcf_la-xcf.lo -MD -MP -MF coders/.deps/coders_xcf_la-xcf.Tpo -c -o coders/coders_xcf_la-xcf.lo `test -f 'coders/xcf.c' || echo './'`coders/xcf.c
1045libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_wpg_la-wpg.lo -MD -MP -MF coders/.deps/coders_wpg_la-wpg.Tpo -c coders/wpg.c -o coders/coders_wpg_la-wpg.o >/dev/null 2>&1
1046libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xc_la-xc.lo -MD -MP -MF coders/.deps/coders_xc_la-xc.Tpo -c coders/xc.c  -fno-common -DPIC -o coders/.libs/coders_xc_la-xc.o
1047libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xcf_la-xcf.lo -MD -MP -MF coders/.deps/coders_xcf_la-xcf.Tpo -c coders/xcf.c  -fno-common -DPIC -o coders/.libs/coders_xcf_la-xcf.o
1048libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xbm_la-xbm.lo -MD -MP -MF coders/.deps/coders_xbm_la-xbm.Tpo -c coders/xbm.c -o coders/coders_xbm_la-xbm.o >/dev/null 2>&1
1049libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xc_la-xc.lo -MD -MP -MF coders/.deps/coders_xc_la-xc.Tpo -c coders/xc.c -o coders/coders_xc_la-xc.o >/dev/null 2>&1
1050mv -f coders/.deps/coders_xbm_la-xbm.Tpo coders/.deps/coders_xbm_la-xbm.Plo
1051/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xpm_la-xpm.lo -MD -MP -MF coders/.deps/coders_xpm_la-xpm.Tpo -c -o coders/coders_xpm_la-xpm.lo `test -f 'coders/xpm.c' || echo './'`coders/xpm.c
1052mv -f coders/.deps/coders_xc_la-xc.Tpo coders/.deps/coders_xc_la-xc.Plo
1053/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xps_la-xps.lo -MD -MP -MF coders/.deps/coders_xps_la-xps.Tpo -c -o coders/coders_xps_la-xps.lo `test -f 'coders/xps.c' || echo './'`coders/xps.c
1054mv -f coders/.deps/coders_wpg_la-wpg.Tpo coders/.deps/coders_wpg_la-wpg.Plo
1055/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xtrn_la-xtrn.lo -MD -MP -MF coders/.deps/coders_xtrn_la-xtrn.Tpo -c -o coders/coders_xtrn_la-xtrn.lo `test -f 'coders/xtrn.c' || echo './'`coders/xtrn.c
1056libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xpm_la-xpm.lo -MD -MP -MF coders/.deps/coders_xpm_la-xpm.Tpo -c coders/xpm.c  -fno-common -DPIC -o coders/.libs/coders_xpm_la-xpm.o
1057libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xps_la-xps.lo -MD -MP -MF coders/.deps/coders_xps_la-xps.Tpo -c coders/xps.c  -fno-common -DPIC -o coders/.libs/coders_xps_la-xps.o
1058libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xcf_la-xcf.lo -MD -MP -MF coders/.deps/coders_xcf_la-xcf.Tpo -c coders/xcf.c -o coders/coders_xcf_la-xcf.o >/dev/null 2>&1
1059libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xtrn_la-xtrn.lo -MD -MP -MF coders/.deps/coders_xtrn_la-xtrn.Tpo -c coders/xtrn.c  -fno-common -DPIC -o coders/.libs/coders_xtrn_la-xtrn.o
1060libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xps_la-xps.lo -MD -MP -MF coders/.deps/coders_xps_la-xps.Tpo -c coders/xps.c -o coders/coders_xps_la-xps.o >/dev/null 2>&1
1061libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xtrn_la-xtrn.lo -MD -MP -MF coders/.deps/coders_xtrn_la-xtrn.Tpo -c coders/xtrn.c -o coders/coders_xtrn_la-xtrn.o >/dev/null 2>&1
1062mv -f coders/.deps/coders_xtrn_la-xtrn.Tpo coders/.deps/coders_xtrn_la-xtrn.Plo
1063/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ycbcr_la-ycbcr.lo -MD -MP -MF coders/.deps/coders_ycbcr_la-ycbcr.Tpo -c -o coders/coders_ycbcr_la-ycbcr.lo `test -f 'coders/ycbcr.c' || echo './'`coders/ycbcr.c
1064mv -f coders/.deps/coders_xps_la-xps.Tpo coders/.deps/coders_xps_la-xps.Plo
1065/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_yuv_la-yuv.lo -MD -MP -MF coders/.deps/coders_yuv_la-yuv.Tpo -c -o coders/coders_yuv_la-yuv.lo `test -f 'coders/yuv.c' || echo './'`coders/yuv.c
1066libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xpm_la-xpm.lo -MD -MP -MF coders/.deps/coders_xpm_la-xpm.Tpo -c coders/xpm.c -o coders/coders_xpm_la-xpm.o >/dev/null 2>&1
1067mv -f coders/.deps/coders_xcf_la-xcf.Tpo coders/.deps/coders_xcf_la-xcf.Plo
1068/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_djvu_la-djvu.lo -MD -MP -MF coders/.deps/coders_djvu_la-djvu.Tpo -c -o coders/coders_djvu_la-djvu.lo `test -f 'coders/djvu.c' || echo './'`coders/djvu.c
1069libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ycbcr_la-ycbcr.lo -MD -MP -MF coders/.deps/coders_ycbcr_la-ycbcr.Tpo -c coders/ycbcr.c  -fno-common -DPIC -o coders/.libs/coders_ycbcr_la-ycbcr.o
1070libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_yuv_la-yuv.lo -MD -MP -MF coders/.deps/coders_yuv_la-yuv.Tpo -c coders/yuv.c  -fno-common -DPIC -o coders/.libs/coders_yuv_la-yuv.o
1071libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_djvu_la-djvu.lo -MD -MP -MF coders/.deps/coders_djvu_la-djvu.Tpo -c coders/djvu.c  -fno-common -DPIC -o coders/.libs/coders_djvu_la-djvu.o
1072mv -f coders/.deps/coders_xpm_la-xpm.Tpo coders/.deps/coders_xpm_la-xpm.Plo
1073/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -D_THREAD_SAFE -I/opt/local/include/OpenEXR -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_exr_la-exr.lo -MD -MP -MF coders/.deps/coders_exr_la-exr.Tpo -c -o coders/coders_exr_la-exr.lo `test -f 'coders/exr.c' || echo './'`coders/exr.c
1074libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_yuv_la-yuv.lo -MD -MP -MF coders/.deps/coders_yuv_la-yuv.Tpo -c coders/yuv.c -o coders/coders_yuv_la-yuv.o >/dev/null 2>&1
1075libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_djvu_la-djvu.lo -MD -MP -MF coders/.deps/coders_djvu_la-djvu.Tpo -c coders/djvu.c -o coders/coders_djvu_la-djvu.o >/dev/null 2>&1
1076libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -D_THREAD_SAFE -I/opt/local/include/OpenEXR -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_exr_la-exr.lo -MD -MP -MF coders/.deps/coders_exr_la-exr.Tpo -c coders/exr.c  -fno-common -DPIC -o coders/.libs/coders_exr_la-exr.o
1077mv -f coders/.deps/coders_djvu_la-djvu.Tpo coders/.deps/coders_djvu_la-djvu.Plo
1078/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jbig_la-jbig.lo -MD -MP -MF coders/.deps/coders_jbig_la-jbig.Tpo -c -o coders/coders_jbig_la-jbig.lo `test -f 'coders/jbig.c' || echo './'`coders/jbig.c
1079libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ycbcr_la-ycbcr.lo -MD -MP -MF coders/.deps/coders_ycbcr_la-ycbcr.Tpo -c coders/ycbcr.c -o coders/coders_ycbcr_la-ycbcr.o >/dev/null 2>&1
1080libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -D_THREAD_SAFE -I/opt/local/include/OpenEXR -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_exr_la-exr.lo -MD -MP -MF coders/.deps/coders_exr_la-exr.Tpo -c coders/exr.c -o coders/coders_exr_la-exr.o >/dev/null 2>&1
1081mv -f coders/.deps/coders_yuv_la-yuv.Tpo coders/.deps/coders_yuv_la-yuv.Plo
1082/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jpeg_la-jpeg.lo -MD -MP -MF coders/.deps/coders_jpeg_la-jpeg.Tpo -c -o coders/coders_jpeg_la-jpeg.lo `test -f 'coders/jpeg.c' || echo './'`coders/jpeg.c
1083libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jbig_la-jbig.lo -MD -MP -MF coders/.deps/coders_jbig_la-jbig.Tpo -c coders/jbig.c  -fno-common -DPIC -o coders/.libs/coders_jbig_la-jbig.o
1084libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jpeg_la-jpeg.lo -MD -MP -MF coders/.deps/coders_jpeg_la-jpeg.Tpo -c coders/jpeg.c  -fno-common -DPIC -o coders/.libs/coders_jpeg_la-jpeg.o
1085mv -f coders/.deps/coders_exr_la-exr.Tpo coders/.deps/coders_exr_la-exr.Plo
1086/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -I/opt/local/include/openjpeg-2.3 -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jp2_la-jp2.lo -MD -MP -MF coders/.deps/coders_jp2_la-jp2.Tpo -c -o coders/coders_jp2_la-jp2.lo `test -f 'coders/jp2.c' || echo './'`coders/jp2.c
1087libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jbig_la-jbig.lo -MD -MP -MF coders/.deps/coders_jbig_la-jbig.Tpo -c coders/jbig.c -o coders/coders_jbig_la-jbig.o >/dev/null 2>&1
1088libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -I/opt/local/include/openjpeg-2.3 -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jp2_la-jp2.lo -MD -MP -MF coders/.deps/coders_jp2_la-jp2.Tpo -c coders/jp2.c  -fno-common -DPIC -o coders/.libs/coders_jp2_la-jp2.o
1089mv -f coders/.deps/coders_jbig_la-jbig.Tpo coders/.deps/coders_jbig_la-jbig.Plo
1090/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_png_la-png.lo -MD -MP -MF coders/.deps/coders_png_la-png.Tpo -c -o coders/coders_png_la-png.lo `test -f 'coders/png.c' || echo './'`coders/png.c
1091mv -f coders/.deps/coders_ycbcr_la-ycbcr.Tpo coders/.deps/coders_ycbcr_la-ycbcr.Plo
1092/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ept_la-ept.lo -MD -MP -MF coders/.deps/coders_ept_la-ept.Tpo -c -o coders/coders_ept_la-ept.lo `test -f 'coders/ept.c' || echo './'`coders/ept.c
1093libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -I/opt/local/include/openjpeg-2.3 -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jp2_la-jp2.lo -MD -MP -MF coders/.deps/coders_jp2_la-jp2.Tpo -c coders/jp2.c -o coders/coders_jp2_la-jp2.o >/dev/null 2>&1
1094libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_png_la-png.lo -MD -MP -MF coders/.deps/coders_png_la-png.Tpo -c coders/png.c  -fno-common -DPIC -o coders/.libs/coders_png_la-png.o
1095libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ept_la-ept.lo -MD -MP -MF coders/.deps/coders_ept_la-ept.Tpo -c coders/ept.c  -fno-common -DPIC -o coders/.libs/coders_ept_la-ept.o
1096libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_jpeg_la-jpeg.lo -MD -MP -MF coders/.deps/coders_jpeg_la-jpeg.Tpo -c coders/jpeg.c -o coders/coders_jpeg_la-jpeg.o >/dev/null 2>&1
1097libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_ept_la-ept.lo -MD -MP -MF coders/.deps/coders_ept_la-ept.Tpo -c coders/ept.c -o coders/coders_ept_la-ept.o >/dev/null 2>&1
1098mv -f coders/.deps/coders_jp2_la-jp2.Tpo coders/.deps/coders_jp2_la-jp2.Plo
1099/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-tiff.lo -MD -MP -MF coders/.deps/coders_tiff_la-tiff.Tpo -c -o coders/coders_tiff_la-tiff.lo `test -f 'coders/tiff.c' || echo './'`coders/tiff.c
1100mv -f coders/.deps/coders_ept_la-ept.Tpo coders/.deps/coders_ept_la-ept.Plo
1101/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-psd.lo -MD -MP -MF coders/.deps/coders_tiff_la-psd.Tpo -c -o coders/coders_tiff_la-psd.lo `test -f 'coders/psd.c' || echo './'`coders/psd.c
1102libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-tiff.lo -MD -MP -MF coders/.deps/coders_tiff_la-tiff.Tpo -c coders/tiff.c  -fno-common -DPIC -o coders/.libs/coders_tiff_la-tiff.o
1103libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-psd.lo -MD -MP -MF coders/.deps/coders_tiff_la-psd.Tpo -c coders/psd.c  -fno-common -DPIC -o coders/.libs/coders_tiff_la-psd.o
1104mv -f coders/.deps/coders_jpeg_la-jpeg.Tpo coders/.deps/coders_jpeg_la-jpeg.Plo
1105/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_webp_la-webp.lo -MD -MP -MF coders/.deps/coders_webp_la-webp.Tpo -c -o coders/coders_webp_la-webp.lo `test -f 'coders/webp.c' || echo './'`coders/webp.c
1106libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_webp_la-webp.lo -MD -MP -MF coders/.deps/coders_webp_la-webp.Tpo -c coders/webp.c  -fno-common -DPIC -o coders/.libs/coders_webp_la-webp.o
1107libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_webp_la-webp.lo -MD -MP -MF coders/.deps/coders_webp_la-webp.Tpo -c coders/webp.c -o coders/coders_webp_la-webp.o >/dev/null 2>&1
1108libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-psd.lo -MD -MP -MF coders/.deps/coders_tiff_la-psd.Tpo -c coders/psd.c -o coders/coders_tiff_la-psd.o >/dev/null 2>&1
1109libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_tiff_la-tiff.lo -MD -MP -MF coders/.deps/coders_tiff_la-tiff.Tpo -c coders/tiff.c -o coders/coders_tiff_la-tiff.o >/dev/null 2>&1
1110mv -f coders/.deps/coders_webp_la-webp.Tpo coders/.deps/coders_webp_la-webp.Plo
1111/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_x_la-x.lo -MD -MP -MF coders/.deps/coders_x_la-x.Tpo -c -o coders/coders_x_la-x.lo `test -f 'coders/x.c' || echo './'`coders/x.c
1112libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_x_la-x.lo -MD -MP -MF coders/.deps/coders_x_la-x.Tpo -c coders/x.c  -fno-common -DPIC -o coders/.libs/coders_x_la-x.o
1113libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_x_la-x.lo -MD -MP -MF coders/.deps/coders_x_la-x.Tpo -c coders/x.c -o coders/coders_x_la-x.o >/dev/null 2>&1
1114mv -f coders/.deps/coders_x_la-x.Tpo coders/.deps/coders_x_la-x.Plo
1115/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xwd_la-xwd.lo -MD -MP -MF coders/.deps/coders_xwd_la-xwd.Tpo -c -o coders/coders_xwd_la-xwd.lo `test -f 'coders/xwd.c' || echo './'`coders/xwd.c
1116libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xwd_la-xwd.lo -MD -MP -MF coders/.deps/coders_xwd_la-xwd.Tpo -c coders/xwd.c  -fno-common -DPIC -o coders/.libs/coders_xwd_la-xwd.o
1117mv -f coders/.deps/coders_tiff_la-psd.Tpo coders/.deps/coders_tiff_la-psd.Plo
1118cp -f magick/ImageMagick.pc magick/ImageMagick-6.Q16.pc
1119libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_xwd_la-xwd.lo -MD -MP -MF coders/.deps/coders_xwd_la-xwd.Tpo -c coders/xwd.c -o coders/coders_xwd_la-xwd.o >/dev/null 2>&1
1120cp -f magick/MagickCore.pc magick/MagickCore-6.Q16.pc
1121cp -f wand/MagickWand.pc wand/MagickWand-6.Q16.pc
1122cp -f wand/Wand.pc wand/Wand-6.Q16.pc
1123cp -f Magick++/lib/Magick++.pc Magick++/lib/Magick++-6.Q16.pc
1124cp -f Magick++/lib/ImageMagick++.pc Magick++/lib/ImageMagick++-6.Q16.pc
1125/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_aai_la-aai.lo -MD -MP -MF coders/.deps/coders_aai_la-aai.Tpo -c -o coders/coders_aai_la-aai.lo `test -f 'coders/aai.c' || echo './'`coders/aai.c
1126mv -f coders/.deps/coders_tiff_la-tiff.Tpo coders/.deps/coders_tiff_la-tiff.Plo
1127/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT magick/magick_libMagickCore_6_Q16_la-accelerate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_6_Q16_la-accelerate.Tpo -c -o magick/magick_libMagickCore_6_Q16_la-accelerate.lo `test -f 'magick/accelerate.c' || echo './'`magick/accelerate.c
1128libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_aai_la-aai.lo -MD -MP -MF coders/.deps/coders_aai_la-aai.Tpo -c coders/aai.c  -fno-common -DPIC -o coders/.libs/coders_aai_la-aai.o
1129libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT magick/magick_libMagickCore_6_Q16_la-accelerate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_6_Q16_la-accelerate.Tpo -c magick/accelerate.c  -fno-common -DPIC -o magick/.libs/magick_libMagickCore_6_Q16_la-accelerate.o
1130mv -f coders/.deps/coders_xwd_la-xwd.Tpo coders/.deps/coders_xwd_la-xwd.Plo
1131/bin/sh ./libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/opt/local/include  -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR  -I/opt/local/include/openjpeg-2.3  -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16    -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT magick/magick_libMagickCore_6_Q16_la-animate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_6_Q16_la-animate.Tpo -c -o magick/magick_libMagickCore_6_Q16_la-animate.lo `test -f 'magick/animate.c' || echo './'`magick/animate.c
1132libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_aai_la-aai.lo -MD -MP -MF coders/.deps/coders_aai_la-aai.Tpo -c coders/aai.c -o coders/coders_aai_la-aai.o >/dev/null 2>&1
1133In file included from magick/accelerate.c:49:
1134In file included from ./magick/cache-private.h:24:
1135./magick/opencl-private.h:78:23: error: expected ')'
1136    void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
1137                      ^
1138./magick/opencl-private.h:78:10: note: to match this '('
1139    void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
1140         ^
1141./magick/opencl-private.h:129:23: error: expected ')'
1142    void (CL_CALLBACK *pfn_notify)(cl_program program, void * user_data),
1143                      ^
1144./magick/opencl-private.h:129:10: note: to match this '('
1145    void (CL_CALLBACK *pfn_notify)(cl_program program, void * user_data),
1146         ^
1147./magick/opencl-private.h:234:23: error: expected ')'
1148    void (CL_CALLBACK *MAGICKpfn_notify)(cl_event,cl_int,void *),
1149                      ^
1150./magick/opencl-private.h:234:10: note: to match this '('
1151    void (CL_CALLBACK *MAGICKpfn_notify)(cl_event,cl_int,void *),
1152         ^
1153./magick/opencl-private.h:235:21: error: expected ';' after top level declarator
1154    void *user_data) CL_API_SUFFIX__VERSION_1_1;
1155                    ^
1156                    ;
1157magick/accelerate.c:587:19: warning: incompatible pointer types returning 'cl_mem' (aka 'struct _cl_mem *') from a function with result type 'Image *' (aka 'struct _Image *') [-Wincompatible-pointer-types]
1158            return((cl_mem) NULL);
1159                  ^~~~~~~~~~~~~~~
1160magick/accelerate.c:1351:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1161  black.z=0.0;
1162  ~~~~~^~
1163magick/accelerate.c:1352:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1164  white.z=MaxRange(QuantumRange);
1165  ~~~~~^~
1166magick/accelerate.c:1358:30: error: member reference base type 'cl_uint4' (aka 'uint32_t [4]') is not a structure or union
1167      intensity+=histogram[i].s[2];
1168                 ~~~~~~~~~~~~^~
1169magick/accelerate.c:1362:10: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1170    black.z=(MagickRealType) i;
1171    ~~~~~^~
1172magick/accelerate.c:1366:30: error: member reference base type 'cl_uint4' (aka 'uint32_t [4]') is not a structure or union
1173      intensity+=histogram[i].s[2];
1174                 ~~~~~~~~~~~~^~
1175magick/accelerate.c:1370:10: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1176    white.z=(MagickRealType) i;
1177    ~~~~~^~
1178magick/accelerate.c:1372:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1179  black.y=0.0;
1180  ~~~~~^~
1181magick/accelerate.c:1373:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1182  white.y=MaxRange(QuantumRange);
1183  ~~~~~^~
1184magick/accelerate.c:1379:30: error: member reference base type 'cl_uint4' (aka 'uint32_t [4]') is not a structure or union
1185      intensity+=histogram[i].s[2];
1186                 ~~~~~~~~~~~~^~
1187magick/accelerate.c:1383:10: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1188    black.y=(MagickRealType) i;
1189    ~~~~~^~
1190magick/accelerate.c:1387:30: error: member reference base type 'cl_uint4' (aka 'uint32_t [4]') is not a structure or union
1191      intensity+=histogram[i].s[2];
1192                 ~~~~~~~~~~~~^~
1193magick/accelerate.c:1391:10: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1194    white.y=(MagickRealType) i;
1195    ~~~~~^~
1196magick/accelerate.c:1393:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1197  black.x=0.0;
1198  ~~~~~^~
1199magick/accelerate.c:1394:8: error: member reference base type 'cl_float4' (aka 'float [4]') is not a structure or union
1200  white.x=MaxRange(QuantumRange);
1201  ~~~~~^~
1202magick/accelerate.c:1400:30: error: member reference base type 'cl_uint4' (aka 'uint32_t [4]') is not a structure or union
1203      intensity+=histogram[i].s[2];
1204                 ~~~~~~~~~~~~^~
1205fatal error: too many errors emitted, stopping now [-ferror-limit=]
12061 warning and 20 errors generated.
1207make[1]: *** [magick/magick_libMagickCore_6_Q16_la-accelerate.lo] Error 1
1208make[1]: *** Waiting for unfinished jobs....
1209libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT magick/magick_libMagickCore_6_Q16_la-animate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_6_Q16_la-animate.Tpo -c magick/animate.c  -fno-common -DPIC -o magick/.libs/magick_libMagickCore_6_Q16_la-animate.o
1210mv -f coders/.deps/coders_aai_la-aai.Tpo coders/.deps/coders_aai_la-aai.Plo
1211libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT coders/coders_png_la-png.lo -MD -MP -MF coders/.deps/coders_png_la-png.Tpo -c coders/png.c -o coders/coders_png_la-png.o >/dev/null 2>&1
1212libtool: compile:  /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I./config -I. -I. -Qunused-arguments -pthread -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include/libraw -I/opt/local/include/libpng16 -D_THREAD_SAFE -I/opt/local/include/OpenEXR -I/opt/local/include/openjpeg-2.3 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -Qunused-arguments -pthread -fopenmp -pipe -Os -arch x86_64 -Wall -mtune=westmere -fexceptions -D_FORTIFY_SOURCE=0 -Qunused-arguments -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -MT magick/magick_libMagickCore_6_Q16_la-animate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_6_Q16_la-animate.Tpo -c magick/animate.c -o magick/magick_libMagickCore_6_Q16_la-animate.o >/dev/null 2>&1
1213mv -f magick/.deps/magick_libMagickCore_6_Q16_la-animate.Tpo magick/.deps/magick_libMagickCore_6_Q16_la-animate.Plo
1214mv -f coders/.deps/coders_png_la-png.Tpo coders/.deps/coders_png_la-png.Plo
1215make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19'
1216make: *** [all] Error 2
1217make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19'
1218Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/work/ImageMagick-6.9.9-19" && /usr/bin/make -j4 -w all
1219Exit code: 2
1220Error: Failed to build ImageMagick: command execution failed
1221Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_ImageMagick/ImageMagick/main.log for details.
1222Error: Follow https://guide.macports.org/#project.tickets to report a bug.