Ticket #3226: gd2buildlog

File gd2buildlog, 43.8 KB (added by matthew.c@…, 19 years ago)

Build Log Documenting Failure

Line 
1--->  Fetching gd2
2--->  Verifying checksum(s) for gd2
3--->  Checksumming gd-2.0.28.tar.gz
4--->  Extracting gd2
5--->  Extracting gd-2.0.28.tar.gz
6--->  Configuring gd2
7checking for a BSD-compatible install... /usr/bin/install -c
8checking whether build environment is sane... yes
9checking for gawk... no
10checking for mawk... no
11checking for nawk... no
12checking for awk... awk
13checking whether make sets $(MAKE)... yes
14checking for gcc... gcc
15checking for C compiler default output... a.out
16checking whether the C compiler works... yes
17checking whether we are cross compiling... no
18checking for suffix of executables...
19checking for suffix of object files... o
20checking whether we are using the GNU C compiler... yes
21checking whether gcc accepts -g... yes
22checking for gcc option to accept ANSI C... none needed
23checking for style of include used by make... GNU
24checking dependency style of gcc... gcc3
25checking for gcc option to accept ANSI C... none needed
26checking for a BSD-compatible install... /usr/bin/install -c
27checking build system type... powerpc-apple-darwin8.1.0
28checking host system type... powerpc-apple-darwin8.1.0
29checking for ld used by GCC... /usr/bin/ld
30checking if the linker (/usr/bin/ld) is GNU ld... no
31checking for /usr/bin/ld option to reload object files... -r
32checking for BSD-compatible nm... /usr/bin/nm -p
33checking for a sed that does not truncate output... /usr/bin/sed
34checking whether ln -s works... yes
35checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library
36checking command to parse /usr/bin/nm -p output... ok
37checking how to run the C preprocessor... gcc -E
38checking for egrep... grep -E
39checking for ANSI C header files... yes
40checking for sys/types.h... yes
41checking for sys/stat.h... yes
42checking for stdlib.h... yes
43checking for string.h... yes
44checking for memory.h... yes
45checking for strings.h... yes
46checking for inttypes.h... yes
47checking for stdint.h... yes
48checking for unistd.h... yes
49checking dlfcn.h usability... yes
50checking dlfcn.h presence... yes
51checking for dlfcn.h... yes
52checking for ranlib... ranlib
53checking for strip... strip
54checking for objdir... .libs
55checking for gcc option to produce PIC... -fno-common
56checking if gcc PIC flag -fno-common works... yes
57checking if gcc static flag -static works... no
58checking if gcc supports -c -o file.o... yes
59checking if gcc supports -c -o file.lo... yes
60checking if gcc supports -fno-rtti -fno-exceptions... yes
61checking whether the linker (/usr/bin/ld) supports shared libraries... yes
62checking how to hardcode library paths into programs... unsupported
63checking whether stripping libraries is possible... no
64checking dynamic linker characteristics... darwin8.1.0 dyld
65checking if libtool supports shared libraries... yes
66checking whether to build shared libraries... yes
67checking whether to build static libraries... yes
68checking whether -lc should be explicitly linked in... yes
69creating libtool
70checking whether ln -s works... yes
71checking whether make sets $(MAKE)... (cached) yes
72checking for ranlib... (cached) ranlib
73checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
74checking for ANSI C header files... (cached) yes
75checking errno.h usability... yes
76checking errno.h presence... yes
77checking for errno.h... yes
78checking limits.h usability... yes
79checking limits.h presence... yes
80checking for limits.h... yes
81checking stddef.h usability... yes
82checking stddef.h presence... yes
83checking for stddef.h... yes
84checking for stdlib.h... (cached) yes
85checking for string.h... (cached) yes
86checking for unistd.h... (cached) yes
87checking for ld used by GCC... /usr/bin/ld
88checking if the linker (/usr/bin/ld) is GNU ld... no
89checking for shared library run path origin... done
90checking for iconv... yes
91checking how to link with libiconv... /opt/local/lib/libiconv.dylib
92checking for iconv declaration...
93         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
94checking iconv.h usability... yes
95checking iconv.h presence... yes
96checking for iconv.h... yes
97checking whether iconv.h defines iconv_t... yes
98checking for sin... yes
99checking for deflate in -lz... yes
100checking for libpng12-config... /opt/local/bin/libpng12-config
101checking for libpng-config... /opt/local/bin/libpng-config
102checking png.h usability... yes
103checking png.h presence... yes
104checking for png.h... yes
105checking for png_create_read_struct in -lpng12... yes
106checking for freetype-config... /opt/local/bin/freetype-config
107checking for FT_Init_FreeType in -lfreetype... yes
108checking ft2build.h usability... yes
109checking ft2build.h presence... yes
110checking for ft2build.h... yes
111checking for jpeg_set_defaults in -ljpeg... yes
112checking for XpmReadFileToXpmImage in -lXpm... yes
113checking for the pthreads library -lpthreads... no
114checking whether pthreads work without any flags... yes
115checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
116checking if more special flags are required for pthreads... no
117checking for cc_r... gcc
118
119** Configuration summary for gd 2.0.28:
120
121   Support for PNG library:          yes
122   Support for JPEG library:         yes
123   Support for Freetype 2.x library: yes
124   Support for Xpm library:          yes
125   Support for pthreads:             yes
126
127configure: creating ./config.status
128config.status: creating Makefile
129config.status: creating config/Makefile
130config.status: creating config/gdlib-config
131config.status: creating test/Makefile
132config.status: creating config.h
133config.status: executing depfiles commands
134--->  Building gd2 with target all
135make  all-recursive
136Making all in config
137make[2]: Nothing to be done for `all'.
138Making all in test
139make[2]: Nothing to be done for `all'.
140if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd.lo -MD -MP -MF ".deps/gd.Tpo" \
141  -c -o gd.lo `test -f 'gd.c' || echo './'`gd.c; \
142then mv ".deps/gd.Tpo" ".deps/gd.Plo"; \
143else rm -f ".deps/gd.Tpo"; exit 1; \
144fi
145mkdir .libs
146gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c  -fno-common -DPIC -o .libs/gd.lo
147gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -o gd.o >/dev/null 2>&1
148mv -f .libs/gd.lo gd.lo
149if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfx.lo -MD -MP -MF ".deps/gdfx.Tpo" \
150  -c -o gdfx.lo `test -f 'gdfx.c' || echo './'`gdfx.c; \
151then mv ".deps/gdfx.Tpo" ".deps/gdfx.Plo"; \
152else rm -f ".deps/gdfx.Tpo"; exit 1; \
153fi
154rm -f .libs/gdfx.lo
155gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfx.lo -MD -MP -MF .deps/gdfx.Tpo -c gdfx.c  -fno-common -DPIC -o .libs/gdfx.lo
156gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfx.lo -MD -MP -MF .deps/gdfx.Tpo -c gdfx.c -o gdfx.o >/dev/null 2>&1
157mv -f .libs/gdfx.lo gdfx.lo
158if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_gd.lo -MD -MP -MF ".deps/gd_gd.Tpo" \
159  -c -o gd_gd.lo `test -f 'gd_gd.c' || echo './'`gd_gd.c; \
160then mv ".deps/gd_gd.Tpo" ".deps/gd_gd.Plo"; \
161else rm -f ".deps/gd_gd.Tpo"; exit 1; \
162fi
163rm -f .libs/gd_gd.lo
164gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c  -fno-common -DPIC -o .libs/gd_gd.lo
165gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c -o gd_gd.o >/dev/null 2>&1
166mv -f .libs/gd_gd.lo gd_gd.lo
167if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_gd2.lo -MD -MP -MF ".deps/gd_gd2.Tpo" \
168  -c -o gd_gd2.lo `test -f 'gd_gd2.c' || echo './'`gd_gd2.c; \
169then mv ".deps/gd_gd2.Tpo" ".deps/gd_gd2.Plo"; \
170else rm -f ".deps/gd_gd2.Tpo"; exit 1; \
171fi
172rm -f .libs/gd_gd2.lo
173gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c  -fno-common -DPIC -o .libs/gd_gd2.lo
174gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c -o gd_gd2.o >/dev/null 2>&1
175mv -f .libs/gd_gd2.lo gd_gd2.lo
176if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_io.lo -MD -MP -MF ".deps/gd_io.Tpo" \
177  -c -o gd_io.lo `test -f 'gd_io.c' || echo './'`gd_io.c; \
178then mv ".deps/gd_io.Tpo" ".deps/gd_io.Plo"; \
179else rm -f ".deps/gd_io.Tpo"; exit 1; \
180fi
181rm -f .libs/gd_io.lo
182gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c  -fno-common -DPIC -o .libs/gd_io.lo
183gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c -o gd_io.o >/dev/null 2>&1
184mv -f .libs/gd_io.lo gd_io.lo
185if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_io_dp.lo -MD -MP -MF ".deps/gd_io_dp.Tpo" \
186  -c -o gd_io_dp.lo `test -f 'gd_io_dp.c' || echo './'`gd_io_dp.c; \
187then mv ".deps/gd_io_dp.Tpo" ".deps/gd_io_dp.Plo"; \
188else rm -f ".deps/gd_io_dp.Tpo"; exit 1; \
189fi
190rm -f .libs/gd_io_dp.lo
191gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c  -fno-common -DPIC -o .libs/gd_io_dp.lo
192gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c -o gd_io_dp.o >/dev/null 2>&1
193mv -f .libs/gd_io_dp.lo gd_io_dp.lo
194if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_gif_in.lo -MD -MP -MF ".deps/gd_gif_in.Tpo" \
195  -c -o gd_gif_in.lo `test -f 'gd_gif_in.c' || echo './'`gd_gif_in.c; \
196then mv ".deps/gd_gif_in.Tpo" ".deps/gd_gif_in.Plo"; \
197else rm -f ".deps/gd_gif_in.Tpo"; exit 1; \
198fi
199rm -f .libs/gd_gif_in.lo
200gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gif_in.lo -MD -MP -MF .deps/gd_gif_in.Tpo -c gd_gif_in.c  -fno-common -DPIC -o .libs/gd_gif_in.lo
201gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gif_in.lo -MD -MP -MF .deps/gd_gif_in.Tpo -c gd_gif_in.c -o gd_gif_in.o >/dev/null 2>&1
202mv -f .libs/gd_gif_in.lo gd_gif_in.lo
203if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_gif_out.lo -MD -MP -MF ".deps/gd_gif_out.Tpo" \
204  -c -o gd_gif_out.lo `test -f 'gd_gif_out.c' || echo './'`gd_gif_out.c; \
205then mv ".deps/gd_gif_out.Tpo" ".deps/gd_gif_out.Plo"; \
206else rm -f ".deps/gd_gif_out.Tpo"; exit 1; \
207fi
208rm -f .libs/gd_gif_out.lo
209gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gif_out.lo -MD -MP -MF .deps/gd_gif_out.Tpo -c gd_gif_out.c  -fno-common -DPIC -o .libs/gd_gif_out.lo
210gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_gif_out.lo -MD -MP -MF .deps/gd_gif_out.Tpo -c gd_gif_out.c -o gd_gif_out.o >/dev/null 2>&1
211mv -f .libs/gd_gif_out.lo gd_gif_out.lo
212if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_io_file.lo -MD -MP -MF ".deps/gd_io_file.Tpo" \
213  -c -o gd_io_file.lo `test -f 'gd_io_file.c' || echo './'`gd_io_file.c; \
214then mv ".deps/gd_io_file.Tpo" ".deps/gd_io_file.Plo"; \
215else rm -f ".deps/gd_io_file.Tpo"; exit 1; \
216fi
217rm -f .libs/gd_io_file.lo
218gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c  -fno-common -DPIC -o .libs/gd_io_file.lo
219gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c -o gd_io_file.o >/dev/null 2>&1
220mv -f .libs/gd_io_file.lo gd_io_file.lo
221if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_io_ss.lo -MD -MP -MF ".deps/gd_io_ss.Tpo" \
222  -c -o gd_io_ss.lo `test -f 'gd_io_ss.c' || echo './'`gd_io_ss.c; \
223then mv ".deps/gd_io_ss.Tpo" ".deps/gd_io_ss.Plo"; \
224else rm -f ".deps/gd_io_ss.Tpo"; exit 1; \
225fi
226rm -f .libs/gd_io_ss.lo
227gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c  -fno-common -DPIC -o .libs/gd_io_ss.lo
228gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c -o gd_io_ss.o >/dev/null 2>&1
229mv -f .libs/gd_io_ss.lo gd_io_ss.lo
230if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_jpeg.lo -MD -MP -MF ".deps/gd_jpeg.Tpo" \
231  -c -o gd_jpeg.lo `test -f 'gd_jpeg.c' || echo './'`gd_jpeg.c; \
232then mv ".deps/gd_jpeg.Tpo" ".deps/gd_jpeg.Plo"; \
233else rm -f ".deps/gd_jpeg.Tpo"; exit 1; \
234fi
235rm -f .libs/gd_jpeg.lo
236gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c  -fno-common -DPIC -o .libs/gd_jpeg.lo
237In file included from /opt/local/include/jpeglib.h:24,
238                 from gd_jpeg.c:41:
239/opt/local/include/jconfig.h:11:1: warning: "HAVE_STDDEF_H" redefined
240In file included from gd_jpeg.c:25:
241config.h:59:1: warning: this is the location of the previous definition
242In file included from /opt/local/include/jpeglib.h:24,
243                 from gd_jpeg.c:41:
244/opt/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
245In file included from gd_jpeg.c:25:
246config.h:65:1: warning: this is the location of the previous definition
247gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c -o gd_jpeg.o >/dev/null 2>&1
248mv -f .libs/gd_jpeg.lo gd_jpeg.lo
249if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_png.lo -MD -MP -MF ".deps/gd_png.Tpo" \
250  -c -o gd_png.lo `test -f 'gd_png.c' || echo './'`gd_png.c; \
251then mv ".deps/gd_png.Tpo" ".deps/gd_png.Plo"; \
252else rm -f ".deps/gd_png.Tpo"; exit 1; \
253fi
254rm -f .libs/gd_png.lo
255gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c  -fno-common -DPIC -o .libs/gd_png.lo
256gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c -o gd_png.o >/dev/null 2>&1
257mv -f .libs/gd_png.lo gd_png.lo
258if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_ss.lo -MD -MP -MF ".deps/gd_ss.Tpo" \
259  -c -o gd_ss.lo `test -f 'gd_ss.c' || echo './'`gd_ss.c; \
260then mv ".deps/gd_ss.Tpo" ".deps/gd_ss.Plo"; \
261else rm -f ".deps/gd_ss.Tpo"; exit 1; \
262fi
263rm -f .libs/gd_ss.lo
264gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c  -fno-common -DPIC -o .libs/gd_ss.lo
265gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c -o gd_ss.o >/dev/null 2>&1
266mv -f .libs/gd_ss.lo gd_ss.lo
267if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_topal.lo -MD -MP -MF ".deps/gd_topal.Tpo" \
268  -c -o gd_topal.lo `test -f 'gd_topal.c' || echo './'`gd_topal.c; \
269then mv ".deps/gd_topal.Tpo" ".deps/gd_topal.Plo"; \
270else rm -f ".deps/gd_topal.Tpo"; exit 1; \
271fi
272rm -f .libs/gd_topal.lo
273gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c  -fno-common -DPIC -o .libs/gd_topal.lo
274gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c -o gd_topal.o >/dev/null 2>&1
275mv -f .libs/gd_topal.lo gd_topal.lo
276if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd_wbmp.lo -MD -MP -MF ".deps/gd_wbmp.Tpo" \
277  -c -o gd_wbmp.lo `test -f 'gd_wbmp.c' || echo './'`gd_wbmp.c; \
278then mv ".deps/gd_wbmp.Tpo" ".deps/gd_wbmp.Plo"; \
279else rm -f ".deps/gd_wbmp.Tpo"; exit 1; \
280fi
281rm -f .libs/gd_wbmp.lo
282gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c  -fno-common -DPIC -o .libs/gd_wbmp.lo
283gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c -o gd_wbmp.o >/dev/null 2>&1
284mv -f .libs/gd_wbmp.lo gd_wbmp.lo
285if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdcache.lo -MD -MP -MF ".deps/gdcache.Tpo" \
286  -c -o gdcache.lo `test -f 'gdcache.c' || echo './'`gdcache.c; \
287then mv ".deps/gdcache.Tpo" ".deps/gdcache.Plo"; \
288else rm -f ".deps/gdcache.Tpo"; exit 1; \
289fi
290rm -f .libs/gdcache.lo
291gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c  -fno-common -DPIC -o .libs/gdcache.lo
292gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -o gdcache.o >/dev/null 2>&1
293mv -f .libs/gdcache.lo gdcache.lo
294if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfontg.lo -MD -MP -MF ".deps/gdfontg.Tpo" \
295  -c -o gdfontg.lo `test -f 'gdfontg.c' || echo './'`gdfontg.c; \
296then mv ".deps/gdfontg.Tpo" ".deps/gdfontg.Plo"; \
297else rm -f ".deps/gdfontg.Tpo"; exit 1; \
298fi
299rm -f .libs/gdfontg.lo
300gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c  -fno-common -DPIC -o .libs/gdfontg.lo
301gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -o gdfontg.o >/dev/null 2>&1
302mv -f .libs/gdfontg.lo gdfontg.lo
303if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfontl.lo -MD -MP -MF ".deps/gdfontl.Tpo" \
304  -c -o gdfontl.lo `test -f 'gdfontl.c' || echo './'`gdfontl.c; \
305then mv ".deps/gdfontl.Tpo" ".deps/gdfontl.Plo"; \
306else rm -f ".deps/gdfontl.Tpo"; exit 1; \
307fi
308rm -f .libs/gdfontl.lo
309gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c  -fno-common -DPIC -o .libs/gdfontl.lo
310gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -o gdfontl.o >/dev/null 2>&1
311mv -f .libs/gdfontl.lo gdfontl.lo
312if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfontmb.lo -MD -MP -MF ".deps/gdfontmb.Tpo" \
313  -c -o gdfontmb.lo `test -f 'gdfontmb.c' || echo './'`gdfontmb.c; \
314then mv ".deps/gdfontmb.Tpo" ".deps/gdfontmb.Plo"; \
315else rm -f ".deps/gdfontmb.Tpo"; exit 1; \
316fi
317rm -f .libs/gdfontmb.lo
318gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c  -fno-common -DPIC -o .libs/gdfontmb.lo
319gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -o gdfontmb.o >/dev/null 2>&1
320mv -f .libs/gdfontmb.lo gdfontmb.lo
321if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfonts.lo -MD -MP -MF ".deps/gdfonts.Tpo" \
322  -c -o gdfonts.lo `test -f 'gdfonts.c' || echo './'`gdfonts.c; \
323then mv ".deps/gdfonts.Tpo" ".deps/gdfonts.Plo"; \
324else rm -f ".deps/gdfonts.Tpo"; exit 1; \
325fi
326rm -f .libs/gdfonts.lo
327gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c  -fno-common -DPIC -o .libs/gdfonts.lo
328gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -o gdfonts.o >/dev/null 2>&1
329mv -f .libs/gdfonts.lo gdfonts.lo
330if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdfontt.lo -MD -MP -MF ".deps/gdfontt.Tpo" \
331  -c -o gdfontt.lo `test -f 'gdfontt.c' || echo './'`gdfontt.c; \
332then mv ".deps/gdfontt.Tpo" ".deps/gdfontt.Plo"; \
333else rm -f ".deps/gdfontt.Tpo"; exit 1; \
334fi
335rm -f .libs/gdfontt.lo
336gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c  -fno-common -DPIC -o .libs/gdfontt.lo
337gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -o gdfontt.o >/dev/null 2>&1
338mv -f .libs/gdfontt.lo gdfontt.lo
339if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdft.lo -MD -MP -MF ".deps/gdft.Tpo" \
340  -c -o gdft.lo `test -f 'gdft.c' || echo './'`gdft.c; \
341then mv ".deps/gdft.Tpo" ".deps/gdft.Plo"; \
342else rm -f ".deps/gdft.Tpo"; exit 1; \
343fi
344rm -f .libs/gdft.lo
345gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c  -fno-common -DPIC -o .libs/gdft.lo
346gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -o gdft.o >/dev/null 2>&1
347mv -f .libs/gdft.lo gdft.lo
348if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdhelpers.lo -MD -MP -MF ".deps/gdhelpers.Tpo" \
349  -c -o gdhelpers.lo `test -f 'gdhelpers.c' || echo './'`gdhelpers.c; \
350then mv ".deps/gdhelpers.Tpo" ".deps/gdhelpers.Plo"; \
351else rm -f ".deps/gdhelpers.Tpo"; exit 1; \
352fi
353rm -f .libs/gdhelpers.lo
354gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c  -fno-common -DPIC -o .libs/gdhelpers.lo
355gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -o gdhelpers.o >/dev/null 2>&1
356mv -f .libs/gdhelpers.lo gdhelpers.lo
357if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdkanji.lo -MD -MP -MF ".deps/gdkanji.Tpo" \
358  -c -o gdkanji.lo `test -f 'gdkanji.c' || echo './'`gdkanji.c; \
359then mv ".deps/gdkanji.Tpo" ".deps/gdkanji.Plo"; \
360else rm -f ".deps/gdkanji.Tpo"; exit 1; \
361fi
362rm -f .libs/gdkanji.lo
363gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c  -fno-common -DPIC -o .libs/gdkanji.lo
364gdkanji.c: In function 'do_convert':
365gdkanji.c:393: warning: passing argument 2 of 'libiconv' from incompatible pointer type
366gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -o gdkanji.o >/dev/null 2>&1
367mv -f .libs/gdkanji.lo gdkanji.lo
368if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdtables.lo -MD -MP -MF ".deps/gdtables.Tpo" \
369  -c -o gdtables.lo `test -f 'gdtables.c' || echo './'`gdtables.c; \
370then mv ".deps/gdtables.Tpo" ".deps/gdtables.Plo"; \
371else rm -f ".deps/gdtables.Tpo"; exit 1; \
372fi
373rm -f .libs/gdtables.lo
374gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c  -fno-common -DPIC -o .libs/gdtables.lo
375gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -o gdtables.o >/dev/null 2>&1
376mv -f .libs/gdtables.lo gdtables.lo
377if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdxpm.lo -MD -MP -MF ".deps/gdxpm.Tpo" \
378  -c -o gdxpm.lo `test -f 'gdxpm.c' || echo './'`gdxpm.c; \
379then mv ".deps/gdxpm.Tpo" ".deps/gdxpm.Plo"; \
380else rm -f ".deps/gdxpm.Tpo"; exit 1; \
381fi
382rm -f .libs/gdxpm.lo
383gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c  -fno-common -DPIC -o .libs/gdxpm.lo
384gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -o gdxpm.o >/dev/null 2>&1
385mv -f .libs/gdxpm.lo gdxpm.lo
386if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT wbmp.lo -MD -MP -MF ".deps/wbmp.Tpo" \
387  -c -o wbmp.lo `test -f 'wbmp.c' || echo './'`wbmp.c; \
388then mv ".deps/wbmp.Tpo" ".deps/wbmp.Plo"; \
389else rm -f ".deps/wbmp.Tpo"; exit 1; \
390fi
391rm -f .libs/wbmp.lo
392gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c  -fno-common -DPIC -o .libs/wbmp.lo
393gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include -g -O2 -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -o wbmp.o >/dev/null 2>&1
394mv -f .libs/wbmp.lo wbmp.lo
395/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o libgd.la -rpath /opt/local/lib -version-info 2:0:0 gd.lo gdfx.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_gif_in.lo gd_gif_out.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo  -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
396rm -fr .libs/libgd.la .libs/libgd.* .libs/libgd.*
397gcc -r -keep_private_externs -nostdlib -o .libs/libgd.2.0.0.dylib-master.o  gd.lo gdfx.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_gif_in.lo gd_gif_out.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgd.2.0.0.dylib .libs/libgd.2.0.0.dylib-master.o  -L/opt/local/lib -L/usr/X11R6/lib -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -lc -install_name /opt/local/lib/libgd.2.dylib -compatibility_version 3 -current_version 3.0
398ld: warning -undefined suppress disables -prebind
399(cd .libs && rm -f libgd.2.dylib && ln -s libgd.2.0.0.dylib libgd.2.dylib)
400(cd .libs && rm -f libgd.dylib && ln -s libgd.2.0.0.dylib libgd.dylib)
401ar cru .libs/libgd.a  gd.o gdfx.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_gif_in.o gd_gif_out.o gd_io_file.o gd_io_ss.o gd_jpeg.o gd_png.o gd_ss.o gd_topal.o gd_wbmp.o gdcache.o gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o gdft.o gdhelpers.o gdkanji.o gdtables.o gdxpm.o wbmp.o
402ranlib .libs/libgd.a
403creating libgd.la
404(cd .libs && rm -f libgd.la && ln -s ../libgd.la libgd.la)
405if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT annotate.o -MD -MP -MF ".deps/annotate.Tpo" \
406  -c -o annotate.o `test -f 'annotate.c' || echo './'`annotate.c; \
407then mv ".deps/annotate.Tpo" ".deps/annotate.Po"; \
408else rm -f ".deps/annotate.Tpo"; exit 1; \
409fi
410/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o annotate  annotate.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
411gcc -g -O2 -o .libs/annotate annotate.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
412/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
413creating annotate
414if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdparttopng.o -MD -MP -MF ".deps/gdparttopng.Tpo" \
415  -c -o gdparttopng.o `test -f 'gdparttopng.c' || echo './'`gdparttopng.c; \
416then mv ".deps/gdparttopng.Tpo" ".deps/gdparttopng.Po"; \
417else rm -f ".deps/gdparttopng.Tpo"; exit 1; \
418fi
419/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gdparttopng  gdparttopng.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
420gcc -g -O2 -o .libs/gdparttopng gdparttopng.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
421/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
422creating gdparttopng
423if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdtopng.o -MD -MP -MF ".deps/gdtopng.Tpo" \
424  -c -o gdtopng.o `test -f 'gdtopng.c' || echo './'`gdtopng.c; \
425then mv ".deps/gdtopng.Tpo" ".deps/gdtopng.Po"; \
426else rm -f ".deps/gdtopng.Tpo"; exit 1; \
427fi
428/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gdtopng  gdtopng.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
429gcc -g -O2 -o .libs/gdtopng gdtopng.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
430/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
431creating gdtopng
432if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd2copypal.o -MD -MP -MF ".deps/gd2copypal.Tpo" \
433  -c -o gd2copypal.o `test -f 'gd2copypal.c' || echo './'`gd2copypal.c; \
434then mv ".deps/gd2copypal.Tpo" ".deps/gd2copypal.Po"; \
435else rm -f ".deps/gd2copypal.Tpo"; exit 1; \
436fi
437/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gd2copypal  gd2copypal.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
438gcc -g -O2 -o .libs/gd2copypal gd2copypal.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
439/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
440creating gd2copypal
441if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gd2topng.o -MD -MP -MF ".deps/gd2topng.Tpo" \
442  -c -o gd2topng.o `test -f 'gd2topng.c' || echo './'`gd2topng.c; \
443then mv ".deps/gd2topng.Tpo" ".deps/gd2topng.Po"; \
444else rm -f ".deps/gd2topng.Tpo"; exit 1; \
445fi
446/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gd2topng  gd2topng.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
447gcc -g -O2 -o .libs/gd2topng gd2topng.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
448/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
449creating gd2topng
450if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT pngtogd.o -MD -MP -MF ".deps/pngtogd.Tpo" \
451  -c -o pngtogd.o `test -f 'pngtogd.c' || echo './'`pngtogd.c; \
452then mv ".deps/pngtogd.Tpo" ".deps/pngtogd.Po"; \
453else rm -f ".deps/pngtogd.Tpo"; exit 1; \
454fi
455/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o pngtogd  pngtogd.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
456gcc -g -O2 -o .libs/pngtogd pngtogd.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
457/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
458creating pngtogd
459if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT pngtogd2.o -MD -MP -MF ".deps/pngtogd2.Tpo" \
460  -c -o pngtogd2.o `test -f 'pngtogd2.c' || echo './'`pngtogd2.c; \
461then mv ".deps/pngtogd2.Tpo" ".deps/pngtogd2.Po"; \
462else rm -f ".deps/pngtogd2.Tpo"; exit 1; \
463fi
464/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o pngtogd2  pngtogd2.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
465gcc -g -O2 -o .libs/pngtogd2 pngtogd2.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
466/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
467creating pngtogd2
468if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT webpng.o -MD -MP -MF ".deps/webpng.Tpo" \
469  -c -o webpng.o `test -f 'webpng.c' || echo './'`webpng.c; \
470then mv ".deps/webpng.Tpo" ".deps/webpng.Po"; \
471else rm -f ".deps/webpng.Tpo"; exit 1; \
472fi
473/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o webpng  webpng.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
474gcc -g -O2 -o .libs/webpng webpng.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
475/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
476creating webpng
477if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT fontsizetest.o -MD -MP -MF ".deps/fontsizetest.Tpo" \
478  -c -o fontsizetest.o `test -f 'fontsizetest.c' || echo './'`fontsizetest.c; \
479then mv ".deps/fontsizetest.Tpo" ".deps/fontsizetest.Po"; \
480else rm -f ".deps/fontsizetest.Tpo"; exit 1; \
481fi
482/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o fontsizetest  fontsizetest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
483gcc -g -O2 -o .libs/fontsizetest fontsizetest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
484/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
485creating fontsizetest
486if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT fontwheeltest.o -MD -MP -MF ".deps/fontwheeltest.Tpo" \
487  -c -o fontwheeltest.o `test -f 'fontwheeltest.c' || echo './'`fontwheeltest.c; \
488then mv ".deps/fontwheeltest.Tpo" ".deps/fontwheeltest.Po"; \
489else rm -f ".deps/fontwheeltest.Tpo"; exit 1; \
490fi
491/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o fontwheeltest  fontwheeltest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
492gcc -g -O2 -o .libs/fontwheeltest fontwheeltest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
493/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
494creating fontwheeltest
495if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdtest.o -MD -MP -MF ".deps/gdtest.Tpo" \
496  -c -o gdtest.o `test -f 'gdtest.c' || echo './'`gdtest.c; \
497then mv ".deps/gdtest.Tpo" ".deps/gdtest.Po"; \
498else rm -f ".deps/gdtest.Tpo"; exit 1; \
499fi
500/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gdtest  gdtest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
501gcc -g -O2 -o .libs/gdtest gdtest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
502/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
503/usr/bin/ld: Undefined symbols:
504_gdImageCreateFromGd2Ptr
505_gdImageCreateFromGdPtr
506_gdImageCreateFromPngPtr
507collect2: ld returned 1 exit status
508make[2]: *** [gdtest] Error 1
509make[1]: *** [all-recursive] Error 1
510make: *** [all] Error 2
511Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_gd2/work/gd-2.0.28" && make all" returned error 2
512Command output: fi
513/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o fontsizetest  fontsizetest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
514gcc -g -O2 -o .libs/fontsizetest fontsizetest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
515/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
516creating fontsizetest
517if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT fontwheeltest.o -MD -MP -MF ".deps/fontwheeltest.Tpo" \
518  -c -o fontwheeltest.o `test -f 'fontwheeltest.c' || echo './'`fontwheeltest.c; \
519then mv ".deps/fontwheeltest.Tpo" ".deps/fontwheeltest.Po"; \
520else rm -f ".deps/fontwheeltest.Tpo"; exit 1; \
521fi
522/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o fontwheeltest  fontwheeltest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
523gcc -g -O2 -o .libs/fontwheeltest fontwheeltest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
524/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
525creating fontwheeltest
526if gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/usr/X11R6/include  -g -O2 -MT gdtest.o -MD -MP -MF ".deps/gdtest.Tpo" \
527  -c -o gdtest.o `test -f 'gdtest.c' || echo './'`gdtest.c; \
528then mv ".deps/gdtest.Tpo" ".deps/gdtest.Po"; \
529else rm -f ".deps/gdtest.Tpo"; exit 1; \
530fi
531/bin/sh ./libtool --mode=link gcc  -g -O2  -L/opt/local/lib  -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -o gdtest  gdtest.o ./libgd.la -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz  /opt/local/lib/libiconv.dylib
532gcc -g -O2 -o .libs/gdtest gdtest.o /opt/local/lib/libiconv.dylib  -L/opt/local/lib -L/usr/X11R6/lib -L./.libs -lgd -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz
533/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libgd.1.dylib is not prebound
534/usr/bin/ld: Undefined symbols:
535_gdImageCreateFromGd2Ptr
536_gdImageCreateFromGdPtr
537_gdImageCreateFromPngPtr
538collect2: ld returned 1 exit status
539make[2]: *** [gdtest] Error 1
540make[1]: *** [all-recursive] Error 1
541make: *** [all] Error 2
542
543Warning: the following items did not execute (for gd2): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install