Ticket #61805: config_samepath.log

File config_samepath.log, 59.7 KB (added by dmopalmer (David Palmer), 4 years ago)

Palmer: 2021-05-04 Manually running ./configure with same $PATH as macports (succeeds, but selects different compiler, etc.)

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by GD configure 2.3.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-werror --with-freetype=/opt/local --with-fontconfig=/opt/local --with-heif=/opt/local --with-jpeg=/opt/local --with-png=/opt/local --with-tiff=/opt/local --with-webp=/opt/local --with-zlib=/opt/local --without-avif --without-liq --with-xpm=/opt/local --x-includes=/opt/local/include --x-libraries=/opt/local/lib
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = palmer.lanl.gov
14uname -m = x86_64
15uname -r = 20.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 32.00 gigabytes
33Default processor set: 655 tasks, 2543 threads, 16 processors
34Load average: 3.56, Mach factor: 12.42
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin/
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2435: checking build system type
52configure:2449: result: x86_64-apple-darwin20.3.0
53configure:2469: checking host system type
54configure:2482: result: x86_64-apple-darwin20.3.0
55configure:2535: checking for a BSD-compatible install
56configure:2603: result: /usr/bin/install -c
57configure:2614: checking whether build environment is sane
58configure:2669: result: yes
59configure:2815: checking for a thread-safe mkdir -p
60configure:2854: result: config/install-sh -c -d
61configure:2861: checking for gawk
62configure:2891: result: no
63configure:2861: checking for mawk
64configure:2891: result: no
65configure:2861: checking for nawk
66configure:2891: result: no
67configure:2861: checking for awk
68configure:2877: found /usr/bin/awk
69configure:2888: result: awk
70configure:2899: checking whether make sets $(MAKE)
71configure:2921: result: yes
72configure:2950: checking whether make supports nested variables
73configure:2967: result: yes
74configure:3100: checking whether make supports the include directive
75configure:3115: make -f confmf.GNU && cat confinc.out
76this is the am__doit target
77configure:3118: $? = 0
78configure:3137: result: yes (GNU style)
79configure:3207: checking for gcc
80configure:3223: found /usr/bin/gcc
81configure:3234: result: gcc
82configure:3463: checking for C compiler version
83configure:3472: gcc --version >&5
84Apple clang version 12.0.5 (clang-1205.0.22.9)
85Target: x86_64-apple-darwin20.3.0
86Thread model: posix
87InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
88Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
89configure:3483: $? = 0
90configure:3472: gcc -v >&5
91Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
92Apple clang version 12.0.5 (clang-1205.0.22.9)
93Target: x86_64-apple-darwin20.3.0
94Thread model: posix
95InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
96configure:3483: $? = 0
97configure:3472: gcc -V >&5
98clang: error: argument to '-V' is missing (expected 1 value)
99clang: error: no input files
100configure:3483: $? = 1
101configure:3472: gcc -qversion >&5
102clang: error: unknown argument '-qversion'; did you mean '--version'?
103clang: error: no input files
104configure:3483: $? = 1
105configure:3503: checking whether the C compiler works
106configure:3525: gcc    conftest.c  >&5
107configure:3529: $? = 0
108configure:3577: result: yes
109configure:3580: checking for C compiler default output file name
110configure:3582: result: a.out
111configure:3588: checking for suffix of executables
112configure:3595: gcc -o conftest    conftest.c  >&5
113configure:3599: $? = 0
114configure:3621: result:
115configure:3643: checking whether we are cross compiling
116configure:3651: gcc -o conftest    conftest.c  >&5
117configure:3655: $? = 0
118configure:3662: ./conftest
119configure:3666: $? = 0
120configure:3681: result: no
121configure:3686: checking for suffix of object files
122configure:3708: gcc -c   conftest.c >&5
123configure:3712: $? = 0
124configure:3733: result: o
125configure:3737: checking whether we are using the GNU C compiler
126configure:3756: gcc -c   conftest.c >&5
127configure:3756: $? = 0
128configure:3765: result: yes
129configure:3774: checking whether gcc accepts -g
130configure:3794: gcc -c -g  conftest.c >&5
131configure:3794: $? = 0
132configure:3835: result: yes
133configure:3852: checking for gcc option to accept ISO C89
134configure:3915: gcc  -c -g -O2  conftest.c >&5
135configure:3915: $? = 0
136configure:3928: result: none needed
137configure:3953: checking whether gcc understands -c and -o together
138configure:3975: gcc -c conftest.c -o conftest2.o
139configure:3978: $? = 0
140configure:3975: gcc -c conftest.c -o conftest2.o
141configure:3978: $? = 0
142configure:3990: result: yes
143configure:4009: checking dependency style of gcc
144configure:4120: result: gcc3
145configure:4185: checking for ar
146configure:4201: found /usr/bin/ar
147configure:4212: result: ar
148configure:4238: checking the archiver (ar) interface
149configure:4254: gcc -c -g -O2  conftest.c >&5
150configure:4254: $? = 0
151configure:4256: ar cru libconftest.a conftest.o >&5
152configure:4259: $? = 0
153configure:4287: result: ar
154configure:4311: checking for gcc option to accept ISO C99
155configure:4460: gcc  -c -g -O2  conftest.c >&5
156configure:4460: $? = 0
157configure:4473: result: none needed
158configure:4581: checking for gcc option to accept ISO Standard C
159configure:4592: result: none needed
160configure:4647: checking how to print strings
161configure:4674: result: printf
162configure:4695: checking for a sed that does not truncate output
163configure:4759: result: /usr/bin/sed
164configure:4777: checking for grep that handles long lines and -e
165configure:4835: result: /usr/bin/grep
166configure:4840: checking for egrep
167configure:4902: result: /usr/bin/grep -E
168configure:4907: checking for fgrep
169configure:4969: result: /usr/bin/grep -F
170configure:5004: checking for ld used by gcc
171configure:5071: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
172configure:5078: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
173configure:5093: result: no
174configure:5105: checking for BSD- or MS-compatible name lister (nm)
175configure:5159: result: /usr/bin/nm -B
176configure:5289: checking the name lister (/usr/bin/nm -B) interface
177configure:5296: gcc -c -g -O2  conftest.c >&5
178configure:5299: /usr/bin/nm -B "conftest.o"
179configure:5302: output
18000000000000002b8 S _some_variable
181configure:5309: result: BSD nm
182configure:5312: checking whether ln -s works
183configure:5316: result: yes
184configure:5324: checking the maximum length of command line arguments
185configure:5460: result: 786432
186configure:5508: checking how to convert x86_64-apple-darwin20.3.0 file names to x86_64-apple-darwin20.3.0 format
187configure:5548: result: func_convert_file_noop
188configure:5555: checking how to convert x86_64-apple-darwin20.3.0 file names to toolchain format
189configure:5575: result: func_convert_file_noop
190configure:5582: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
191configure:5589: result: -r
192configure:5663: checking for objdump
193configure:5679: found /usr/bin/objdump
194configure:5690: result: objdump
195configure:5722: checking how to recognize dependent libraries
196configure:5922: result: pass_all
197configure:6007: checking for dlltool
198configure:6037: result: no
199configure:6067: checking how to associate runtime and link libraries
200configure:6094: result: printf %s\n
201configure:6218: checking for archiver @FILE support
202configure:6235: gcc -c -g -O2  conftest.c >&5
203configure:6235: $? = 0
204configure:6238: ar cru libconftest.a @conftest.lst >&5
205ar: @conftest.lst: No such file or directory
206configure:6241: $? = 1
207configure:6261: result: no
208configure:6319: checking for strip
209configure:6335: found /usr/bin/strip
210configure:6346: result: strip
211configure:6418: checking for ranlib
212configure:6434: found /usr/bin/ranlib
213configure:6445: result: ranlib
214configure:6547: checking command to parse /usr/bin/nm -B output from gcc object
215configure:6700: gcc -c -g -O2  conftest.c >&5
216configure:6703: $? = 0
217configure:6707: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
218configure:6710: $? = 0
219cannot find nm_test_var in conftest.nm
220configure:6700: gcc -c -g -O2  conftest.c >&5
221configure:6703: $? = 0
222configure:6707: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
223configure:6710: $? = 0
224configure:6776: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
225warning: (x86_64)  could not find object file symbol for symbol _main
226configure:6779: $? = 0
227configure:6817: result: ok
228configure:6864: checking for sysroot
229configure:6894: result: no
230configure:6901: checking for a working dd
231configure:6939: result: /bin/dd
232configure:6943: checking how to truncate binary pipes
233configure:6958: result: /bin/dd bs=4096 count=1
234configure:7287: checking for mt
235configure:7317: result: no
236configure:7337: checking if : is a manifest tool
237configure:7343: : '-?'
238configure:7351: result: no
239configure:7407: checking for dsymutil
240configure:7423: found /usr/bin/dsymutil
241configure:7434: result: dsymutil
242configure:7499: checking for nmedit
243configure:7515: found /usr/bin/nmedit
244configure:7526: result: nmedit
245configure:7591: checking for lipo
246configure:7607: found /usr/bin/lipo
247configure:7618: result: lipo
248configure:7683: checking for otool
249configure:7699: found /usr/bin/otool
250configure:7710: result: otool
251configure:7775: checking for otool64
252configure:7805: result: no
253configure:7850: checking for -single_module linker flag
254gcc -g -O2  -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
255configure:7883: result: yes
256configure:7886: checking for -exported_symbols_list linker flag
257configure:7906: gcc -o conftest -g -O2   -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
258configure:7906: $? = 0
259configure:7916: result: yes
260configure:7919: checking for -force_load linker flag
261gcc -g -O2 -c -o conftest.o conftest.c
262ar cru libconftest.a conftest.o
263ranlib libconftest.a
264gcc -g -O2  -o conftest conftest.c -Wl,-force_load,./libconftest.a
265configure:7951: result: yes
266configure:8028: checking how to run the C preprocessor
267configure:8059: gcc -E  conftest.c
268configure:8059: $? = 0
269configure:8073: gcc -E  conftest.c
270conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
271#include <ac_nonexistent.h>
272         ^~~~~~~~~~~~~~~~~~
2731 error generated.
274configure:8073: $? = 1
275configure: failed program was:
276| /* confdefs.h */
277| #define PACKAGE_NAME "GD"
278| #define PACKAGE_TARNAME "libgd"
279| #define PACKAGE_VERSION "2.3.2"
280| #define PACKAGE_STRING "GD 2.3.2"
281| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
282| #define PACKAGE_URL "http://lib.gd"
283| #define PACKAGE "libgd"
284| #define VERSION "2.3.2"
285| /* end confdefs.h.  */
286| #include <ac_nonexistent.h>
287configure:8098: result: gcc -E
288configure:8118: gcc -E  conftest.c
289configure:8118: $? = 0
290configure:8132: gcc -E  conftest.c
291conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
292#include <ac_nonexistent.h>
293         ^~~~~~~~~~~~~~~~~~
2941 error generated.
295configure:8132: $? = 1
296configure: failed program was:
297| /* confdefs.h */
298| #define PACKAGE_NAME "GD"
299| #define PACKAGE_TARNAME "libgd"
300| #define PACKAGE_VERSION "2.3.2"
301| #define PACKAGE_STRING "GD 2.3.2"
302| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
303| #define PACKAGE_URL "http://lib.gd"
304| #define PACKAGE "libgd"
305| #define VERSION "2.3.2"
306| /* end confdefs.h.  */
307| #include <ac_nonexistent.h>
308configure:8161: checking for ANSI C header files
309configure:8181: gcc -c -g -O2  conftest.c >&5
310configure:8181: $? = 0
311configure:8254: gcc -o conftest -g -O2   conftest.c  >&5
312configure:8254: $? = 0
313configure:8254: ./conftest
314configure:8254: $? = 0
315configure:8265: result: yes
316configure:8278: checking for sys/types.h
317configure:8278: gcc -c -g -O2  conftest.c >&5
318configure:8278: $? = 0
319configure:8278: result: yes
320configure:8278: checking for sys/stat.h
321configure:8278: gcc -c -g -O2  conftest.c >&5
322configure:8278: $? = 0
323configure:8278: result: yes
324configure:8278: checking for stdlib.h
325configure:8278: gcc -c -g -O2  conftest.c >&5
326configure:8278: $? = 0
327configure:8278: result: yes
328configure:8278: checking for string.h
329configure:8278: gcc -c -g -O2  conftest.c >&5
330configure:8278: $? = 0
331configure:8278: result: yes
332configure:8278: checking for memory.h
333configure:8278: gcc -c -g -O2  conftest.c >&5
334configure:8278: $? = 0
335configure:8278: result: yes
336configure:8278: checking for strings.h
337configure:8278: gcc -c -g -O2  conftest.c >&5
338configure:8278: $? = 0
339configure:8278: result: yes
340configure:8278: checking for inttypes.h
341configure:8278: gcc -c -g -O2  conftest.c >&5
342configure:8278: $? = 0
343configure:8278: result: yes
344configure:8278: checking for stdint.h
345configure:8278: gcc -c -g -O2  conftest.c >&5
346configure:8278: $? = 0
347configure:8278: result: yes
348configure:8278: checking for unistd.h
349configure:8278: gcc -c -g -O2  conftest.c >&5
350configure:8278: $? = 0
351configure:8278: result: yes
352configure:8292: checking for dlfcn.h
353configure:8292: gcc -c -g -O2  conftest.c >&5
354configure:8292: $? = 0
355configure:8292: result: yes
356configure:8548: checking for objdir
357configure:8563: result: .libs
358configure:8827: checking if gcc supports -fno-rtti -fno-exceptions
359configure:8845: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
360configure:8849: $? = 0
361configure:8862: result: yes
362configure:9220: checking for gcc option to produce PIC
363configure:9227: result: -fno-common -DPIC
364configure:9235: checking if gcc PIC flag -fno-common -DPIC works
365configure:9253: gcc -c -g -O2  -fno-common -DPIC -DPIC conftest.c >&5
366configure:9257: $? = 0
367configure:9270: result: yes
368configure:9299: checking if gcc static flag -static works
369configure:9327: result: no
370configure:9342: checking if gcc supports -c -o file.o
371configure:9363: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
372configure:9367: $? = 0
373configure:9389: result: yes
374configure:9397: checking if gcc supports -c -o file.o
375configure:9444: result: yes
376configure:9477: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
377configure:10736: result: yes
378configure:10976: checking dynamic linker characteristics
379configure:11807: result: darwin20.3.0 dyld
380configure:11929: checking how to hardcode library paths into programs
381configure:11954: result: immediate
382configure:12502: checking whether stripping libraries is possible
383configure:12516: result: yes
384configure:12542: checking if libtool supports shared libraries
385configure:12544: result: yes
386configure:12547: checking whether to build shared libraries
387configure:12572: result: yes
388configure:12575: checking whether to build static libraries
389configure:12579: result: yes
390configure:12616: checking whether ln -s works
391configure:12620: result: yes
392configure:12627: checking whether make sets $(MAKE)
393configure:12649: result: yes
394configure:12713: checking for pkg-config
395configure:12746: result: no
396configure:12780: checking for X
397configure:12969: result: libraries /opt/local/lib, headers /opt/local/include
398configure:12981: checking for ANSI C header files
399configure:13085: result: yes
400configure:13099: checking for dirent.h
401configure:13099: gcc -c -g -O2 -I/opt/local/include  conftest.c >&5
402configure:13099: $? = 0
403configure:13099: result: yes
404configure:13099: checking for inttypes.h
405configure:13099: result: yes
406configure:13099: checking for stdint.h
407configure:13099: result: yes
408configure:13099: checking for strings.h
409configure:13099: result: yes
410configure:13099: checking for unistd.h
411configure:13099: result: yes
412configure:13099: checking for sys/stat.h
413configure:13099: result: yes
414configure:13099: checking for sys/types.h
415configure:13099: result: yes
416configure:13168: checking for ld used by gcc
417configure:13235: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
418configure:13242: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
419configure:13257: result: no
420configure:13264: checking for shared library run path origin
421configure:13277: result: done
422configure:13855: checking for iconv
423configure:13879: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
424Undefined symbols for architecture x86_64:
425  "_libiconv", referenced from:
426      _main in conftest-02962d.o
427  "_libiconv_close", referenced from:
428      _main in conftest-02962d.o
429  "_libiconv_open", referenced from:
430      _main in conftest-02962d.o
431ld: symbol(s) not found for architecture x86_64
432clang: error: linker command failed with exit code 1 (use -v to see invocation)
433configure:13879: $? = 1
434configure: failed program was:
435| /* confdefs.h */
436| #define PACKAGE_NAME "GD"
437| #define PACKAGE_TARNAME "libgd"
438| #define PACKAGE_VERSION "2.3.2"
439| #define PACKAGE_STRING "GD 2.3.2"
440| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
441| #define PACKAGE_URL "http://lib.gd"
442| #define PACKAGE "libgd"
443| #define VERSION "2.3.2"
444| #define STDC_HEADERS 1
445| #define HAVE_SYS_TYPES_H 1
446| #define HAVE_SYS_STAT_H 1
447| #define HAVE_STDLIB_H 1
448| #define HAVE_STRING_H 1
449| #define HAVE_MEMORY_H 1
450| #define HAVE_STRINGS_H 1
451| #define HAVE_INTTYPES_H 1
452| #define HAVE_STDINT_H 1
453| #define HAVE_UNISTD_H 1
454| #define HAVE_DLFCN_H 1
455| #define LT_OBJDIR ".libs/"
456| #define STDC_HEADERS 1
457| #define HAVE_DIRENT_H 1
458| #define HAVE_INTTYPES_H 1
459| #define HAVE_STDINT_H 1
460| #define HAVE_STRINGS_H 1
461| #define HAVE_UNISTD_H 1
462| #define HAVE_SYS_STAT_H 1
463| #define HAVE_SYS_TYPES_H 1
464| /* end confdefs.h.  */
465|
466| #include <stdlib.h>
467| #include <iconv.h>
468|
469| int
470| main ()
471| {
472| iconv_t cd = iconv_open("","");
473|            iconv(cd,NULL,NULL,NULL,NULL);
474|            iconv_close(cd);
475|   ;
476|   return 0;
477| }
478configure:13903: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.c  -liconv >&5
479configure:13903: $? = 0
480configure:13913: result: yes
481configure:13916: checking for working iconv
482configure:14045: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.c  -liconv >&5
483configure:14045: $? = 0
484configure:14045: ./conftest
485configure:14045: $? = 0
486configure:14057: result: yes
487configure:14072: checking how to link with libiconv
488configure:14074: result: -liconv
489configure:14085: checking for iconv declaration
490configure:14114: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.c >&5
491configure:14114: $? = 0
492configure:14125: result:
493         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
494configure:14142: checking iconv.h usability
495configure:14142: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include conftest.c >&5
496configure:14142: $? = 0
497configure:14142: result: yes
498configure:14142: checking iconv.h presence
499configure:14142: gcc -E -I/opt/local/include conftest.c
500configure:14142: $? = 0
501configure:14142: result: yes
502configure:14142: checking for iconv.h
503configure:14142: result: yes
504configure:14147: checking whether iconv.h defines iconv_t
505configure:14156: result: yes
506configure:14181: checking for sin
507configure:14181: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
508conftest.c:58:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
509char sin ();
510     ^
511conftest.c:58:6: note: 'sin' is a builtin with type 'double (double)'
5121 warning generated.
513configure:14181: $? = 0
514configure:14181: result: yes
515configure:14416: checking whether gcc is Clang
516configure:14441: result: yes
517configure:14488: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
518configure:14513: gcc -o conftest -Werror -Wunknown-warning-option  -pthread -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
519configure:14513: $? = 0
520configure:14519: (gcc -c -Werror -Wunknown-warning-option  -pthread -g -O2 -I/opt/local/include -I/opt/local/include conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option  -pthread -g -O2 -I/opt/local/include -I/opt/local/include  -L/opt/local/lib conftest.o  >&5)
521====
522configure:14519: $? = 0
523configure:14537: result: no
524configure:14686: checking for joinable pthread attribute
525configure:14704: gcc -o conftest -g -O2 -I/opt/local/include -pthread -I/opt/local/include  -L/opt/local/lib conftest.c   >&5
526configure:14704: $? = 0
527configure:14712: result: PTHREAD_CREATE_JOINABLE
528configure:14726: checking whether more special flags are required for pthreads
529configure:14739: result: no
530configure:14747: checking for PTHREAD_PRIO_INHERIT
531configure:14763: gcc -o conftest -g -O2 -I/opt/local/include -pthread -I/opt/local/include  -L/opt/local/lib conftest.c   >&5
532configure:14763: $? = 0
533configure:14772: result: yes
534configure:14876: checking for OpenMP flag of C compiler
535configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -fopenmp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
536clang: error: unsupported option '-fopenmp'
537clang: error: unsupported option '-fopenmp'
538configure:14916: $? = 1
539configure: failed program was:
540| /* confdefs.h */
541| #define PACKAGE_NAME "GD"
542| #define PACKAGE_TARNAME "libgd"
543| #define PACKAGE_VERSION "2.3.2"
544| #define PACKAGE_STRING "GD 2.3.2"
545| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
546| #define PACKAGE_URL "http://lib.gd"
547| #define PACKAGE "libgd"
548| #define VERSION "2.3.2"
549| #define STDC_HEADERS 1
550| #define HAVE_SYS_TYPES_H 1
551| #define HAVE_SYS_STAT_H 1
552| #define HAVE_STDLIB_H 1
553| #define HAVE_STRING_H 1
554| #define HAVE_MEMORY_H 1
555| #define HAVE_STRINGS_H 1
556| #define HAVE_INTTYPES_H 1
557| #define HAVE_STDINT_H 1
558| #define HAVE_UNISTD_H 1
559| #define HAVE_DLFCN_H 1
560| #define LT_OBJDIR ".libs/"
561| #define STDC_HEADERS 1
562| #define HAVE_DIRENT_H 1
563| #define HAVE_INTTYPES_H 1
564| #define HAVE_STDINT_H 1
565| #define HAVE_STRINGS_H 1
566| #define HAVE_UNISTD_H 1
567| #define HAVE_SYS_STAT_H 1
568| #define HAVE_SYS_TYPES_H 1
569| #define HAVE_ICONV 1
570| #define ICONV_CONST
571| #define HAVE_ICONV_H 1
572| #define HAVE_ICONV_T_DEF 1
573| #define HAVE_PTHREAD_PRIO_INHERIT 1
574| #define HAVE_PTHREAD 1
575| /* end confdefs.h.  */
576| #ifdef __cplusplus
577| extern "C"
578| #endif
579| void omp_set_num_threads(int);
580| int
581| main ()
582| {
583| const int N = 100000;
584|   int i, arr[N];
585|
586|   omp_set_num_threads(2);
587|
588|   #pragma omp parallel for
589|   for (i = 0; i < N; i++) {
590|     arr[i] = i;
591|   }
592|   ;
593|   return 0;
594| }
595configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -openmp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
596Undefined symbols for architecture x86_64:
597  "_omp_set_num_threads", referenced from:
598      _main in conftest-7e2c84.o
599ld: symbol(s) not found for architecture x86_64
600clang: error: linker command failed with exit code 1 (use -v to see invocation)
601configure:14916: $? = 1
602configure: failed program was:
603| /* confdefs.h */
604| #define PACKAGE_NAME "GD"
605| #define PACKAGE_TARNAME "libgd"
606| #define PACKAGE_VERSION "2.3.2"
607| #define PACKAGE_STRING "GD 2.3.2"
608| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
609| #define PACKAGE_URL "http://lib.gd"
610| #define PACKAGE "libgd"
611| #define VERSION "2.3.2"
612| #define STDC_HEADERS 1
613| #define HAVE_SYS_TYPES_H 1
614| #define HAVE_SYS_STAT_H 1
615| #define HAVE_STDLIB_H 1
616| #define HAVE_STRING_H 1
617| #define HAVE_MEMORY_H 1
618| #define HAVE_STRINGS_H 1
619| #define HAVE_INTTYPES_H 1
620| #define HAVE_STDINT_H 1
621| #define HAVE_UNISTD_H 1
622| #define HAVE_DLFCN_H 1
623| #define LT_OBJDIR ".libs/"
624| #define STDC_HEADERS 1
625| #define HAVE_DIRENT_H 1
626| #define HAVE_INTTYPES_H 1
627| #define HAVE_STDINT_H 1
628| #define HAVE_STRINGS_H 1
629| #define HAVE_UNISTD_H 1
630| #define HAVE_SYS_STAT_H 1
631| #define HAVE_SYS_TYPES_H 1
632| #define HAVE_ICONV 1
633| #define ICONV_CONST
634| #define HAVE_ICONV_H 1
635| #define HAVE_ICONV_T_DEF 1
636| #define HAVE_PTHREAD_PRIO_INHERIT 1
637| #define HAVE_PTHREAD 1
638| /* end confdefs.h.  */
639| #ifdef __cplusplus
640| extern "C"
641| #endif
642| void omp_set_num_threads(int);
643| int
644| main ()
645| {
646| const int N = 100000;
647|   int i, arr[N];
648|
649|   omp_set_num_threads(2);
650|
651|   #pragma omp parallel for
652|   for (i = 0; i < N; i++) {
653|     arr[i] = i;
654|   }
655|   ;
656|   return 0;
657| }
658configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -mp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
659clang: error: unknown argument: '-mp'
660configure:14916: $? = 1
661configure: failed program was:
662| /* confdefs.h */
663| #define PACKAGE_NAME "GD"
664| #define PACKAGE_TARNAME "libgd"
665| #define PACKAGE_VERSION "2.3.2"
666| #define PACKAGE_STRING "GD 2.3.2"
667| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
668| #define PACKAGE_URL "http://lib.gd"
669| #define PACKAGE "libgd"
670| #define VERSION "2.3.2"
671| #define STDC_HEADERS 1
672| #define HAVE_SYS_TYPES_H 1
673| #define HAVE_SYS_STAT_H 1
674| #define HAVE_STDLIB_H 1
675| #define HAVE_STRING_H 1
676| #define HAVE_MEMORY_H 1
677| #define HAVE_STRINGS_H 1
678| #define HAVE_INTTYPES_H 1
679| #define HAVE_STDINT_H 1
680| #define HAVE_UNISTD_H 1
681| #define HAVE_DLFCN_H 1
682| #define LT_OBJDIR ".libs/"
683| #define STDC_HEADERS 1
684| #define HAVE_DIRENT_H 1
685| #define HAVE_INTTYPES_H 1
686| #define HAVE_STDINT_H 1
687| #define HAVE_STRINGS_H 1
688| #define HAVE_UNISTD_H 1
689| #define HAVE_SYS_STAT_H 1
690| #define HAVE_SYS_TYPES_H 1
691| #define HAVE_ICONV 1
692| #define ICONV_CONST
693| #define HAVE_ICONV_H 1
694| #define HAVE_ICONV_T_DEF 1
695| #define HAVE_PTHREAD_PRIO_INHERIT 1
696| #define HAVE_PTHREAD 1
697| /* end confdefs.h.  */
698| #ifdef __cplusplus
699| extern "C"
700| #endif
701| void omp_set_num_threads(int);
702| int
703| main ()
704| {
705| const int N = 100000;
706|   int i, arr[N];
707|
708|   omp_set_num_threads(2);
709|
710|   #pragma omp parallel for
711|   for (i = 0; i < N; i++) {
712|     arr[i] = i;
713|   }
714|   ;
715|   return 0;
716| }
717configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -xopenmp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
718clang: error: language not recognized: 'openmp'
719configure:14916: $? = 1
720configure: failed program was:
721| /* confdefs.h */
722| #define PACKAGE_NAME "GD"
723| #define PACKAGE_TARNAME "libgd"
724| #define PACKAGE_VERSION "2.3.2"
725| #define PACKAGE_STRING "GD 2.3.2"
726| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
727| #define PACKAGE_URL "http://lib.gd"
728| #define PACKAGE "libgd"
729| #define VERSION "2.3.2"
730| #define STDC_HEADERS 1
731| #define HAVE_SYS_TYPES_H 1
732| #define HAVE_SYS_STAT_H 1
733| #define HAVE_STDLIB_H 1
734| #define HAVE_STRING_H 1
735| #define HAVE_MEMORY_H 1
736| #define HAVE_STRINGS_H 1
737| #define HAVE_INTTYPES_H 1
738| #define HAVE_STDINT_H 1
739| #define HAVE_UNISTD_H 1
740| #define HAVE_DLFCN_H 1
741| #define LT_OBJDIR ".libs/"
742| #define STDC_HEADERS 1
743| #define HAVE_DIRENT_H 1
744| #define HAVE_INTTYPES_H 1
745| #define HAVE_STDINT_H 1
746| #define HAVE_STRINGS_H 1
747| #define HAVE_UNISTD_H 1
748| #define HAVE_SYS_STAT_H 1
749| #define HAVE_SYS_TYPES_H 1
750| #define HAVE_ICONV 1
751| #define ICONV_CONST
752| #define HAVE_ICONV_H 1
753| #define HAVE_ICONV_T_DEF 1
754| #define HAVE_PTHREAD_PRIO_INHERIT 1
755| #define HAVE_PTHREAD 1
756| /* end confdefs.h.  */
757| #ifdef __cplusplus
758| extern "C"
759| #endif
760| void omp_set_num_threads(int);
761| int
762| main ()
763| {
764| const int N = 100000;
765|   int i, arr[N];
766|
767|   omp_set_num_threads(2);
768|
769|   #pragma omp parallel for
770|   for (i = 0; i < N; i++) {
771|     arr[i] = i;
772|   }
773|   ;
774|   return 0;
775| }
776configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -omp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
777Undefined symbols for architecture x86_64:
778  "_omp_set_num_threads", referenced from:
779      _main in conftest-0e199b.o
780ld: symbol(s) not found for architecture x86_64
781clang: error: linker command failed with exit code 1 (use -v to see invocation)
782configure:14916: $? = 1
783configure: failed program was:
784| /* confdefs.h */
785| #define PACKAGE_NAME "GD"
786| #define PACKAGE_TARNAME "libgd"
787| #define PACKAGE_VERSION "2.3.2"
788| #define PACKAGE_STRING "GD 2.3.2"
789| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
790| #define PACKAGE_URL "http://lib.gd"
791| #define PACKAGE "libgd"
792| #define VERSION "2.3.2"
793| #define STDC_HEADERS 1
794| #define HAVE_SYS_TYPES_H 1
795| #define HAVE_SYS_STAT_H 1
796| #define HAVE_STDLIB_H 1
797| #define HAVE_STRING_H 1
798| #define HAVE_MEMORY_H 1
799| #define HAVE_STRINGS_H 1
800| #define HAVE_INTTYPES_H 1
801| #define HAVE_STDINT_H 1
802| #define HAVE_UNISTD_H 1
803| #define HAVE_DLFCN_H 1
804| #define LT_OBJDIR ".libs/"
805| #define STDC_HEADERS 1
806| #define HAVE_DIRENT_H 1
807| #define HAVE_INTTYPES_H 1
808| #define HAVE_STDINT_H 1
809| #define HAVE_STRINGS_H 1
810| #define HAVE_UNISTD_H 1
811| #define HAVE_SYS_STAT_H 1
812| #define HAVE_SYS_TYPES_H 1
813| #define HAVE_ICONV 1
814| #define ICONV_CONST
815| #define HAVE_ICONV_H 1
816| #define HAVE_ICONV_T_DEF 1
817| #define HAVE_PTHREAD_PRIO_INHERIT 1
818| #define HAVE_PTHREAD 1
819| /* end confdefs.h.  */
820| #ifdef __cplusplus
821| extern "C"
822| #endif
823| void omp_set_num_threads(int);
824| int
825| main ()
826| {
827| const int N = 100000;
828|   int i, arr[N];
829|
830|   omp_set_num_threads(2);
831|
832|   #pragma omp parallel for
833|   for (i = 0; i < N; i++) {
834|     arr[i] = i;
835|   }
836|   ;
837|   return 0;
838| }
839configure:14916: gcc -o conftest -g -O2 -I/opt/local/include -qsmp=omp -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
840clang: error: unknown argument: '-qsmp=omp'
841configure:14916: $? = 1
842configure: failed program was:
843| /* confdefs.h */
844| #define PACKAGE_NAME "GD"
845| #define PACKAGE_TARNAME "libgd"
846| #define PACKAGE_VERSION "2.3.2"
847| #define PACKAGE_STRING "GD 2.3.2"
848| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
849| #define PACKAGE_URL "http://lib.gd"
850| #define PACKAGE "libgd"
851| #define VERSION "2.3.2"
852| #define STDC_HEADERS 1
853| #define HAVE_SYS_TYPES_H 1
854| #define HAVE_SYS_STAT_H 1
855| #define HAVE_STDLIB_H 1
856| #define HAVE_STRING_H 1
857| #define HAVE_MEMORY_H 1
858| #define HAVE_STRINGS_H 1
859| #define HAVE_INTTYPES_H 1
860| #define HAVE_STDINT_H 1
861| #define HAVE_UNISTD_H 1
862| #define HAVE_DLFCN_H 1
863| #define LT_OBJDIR ".libs/"
864| #define STDC_HEADERS 1
865| #define HAVE_DIRENT_H 1
866| #define HAVE_INTTYPES_H 1
867| #define HAVE_STDINT_H 1
868| #define HAVE_STRINGS_H 1
869| #define HAVE_UNISTD_H 1
870| #define HAVE_SYS_STAT_H 1
871| #define HAVE_SYS_TYPES_H 1
872| #define HAVE_ICONV 1
873| #define ICONV_CONST
874| #define HAVE_ICONV_H 1
875| #define HAVE_ICONV_T_DEF 1
876| #define HAVE_PTHREAD_PRIO_INHERIT 1
877| #define HAVE_PTHREAD 1
878| /* end confdefs.h.  */
879| #ifdef __cplusplus
880| extern "C"
881| #endif
882| void omp_set_num_threads(int);
883| int
884| main ()
885| {
886| const int N = 100000;
887|   int i, arr[N];
888|
889|   omp_set_num_threads(2);
890|
891|   #pragma omp parallel for
892|   for (i = 0; i < N; i++) {
893|     arr[i] = i;
894|   }
895|   ;
896|   return 0;
897| }
898configure:14916: gcc -o conftest  -I/opt/local/include  -L/opt/local/lib conftest.c  >&5
899Undefined symbols for architecture x86_64:
900  "_omp_set_num_threads", referenced from:
901      _main in conftest-ad449f.o
902ld: symbol(s) not found for architecture x86_64
903clang: error: linker command failed with exit code 1 (use -v to see invocation)
904configure:14916: $? = 1
905configure: failed program was:
906| /* confdefs.h */
907| #define PACKAGE_NAME "GD"
908| #define PACKAGE_TARNAME "libgd"
909| #define PACKAGE_VERSION "2.3.2"
910| #define PACKAGE_STRING "GD 2.3.2"
911| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
912| #define PACKAGE_URL "http://lib.gd"
913| #define PACKAGE "libgd"
914| #define VERSION "2.3.2"
915| #define STDC_HEADERS 1
916| #define HAVE_SYS_TYPES_H 1
917| #define HAVE_SYS_STAT_H 1
918| #define HAVE_STDLIB_H 1
919| #define HAVE_STRING_H 1
920| #define HAVE_MEMORY_H 1
921| #define HAVE_STRINGS_H 1
922| #define HAVE_INTTYPES_H 1
923| #define HAVE_STDINT_H 1
924| #define HAVE_UNISTD_H 1
925| #define HAVE_DLFCN_H 1
926| #define LT_OBJDIR ".libs/"
927| #define STDC_HEADERS 1
928| #define HAVE_DIRENT_H 1
929| #define HAVE_INTTYPES_H 1
930| #define HAVE_STDINT_H 1
931| #define HAVE_STRINGS_H 1
932| #define HAVE_UNISTD_H 1
933| #define HAVE_SYS_STAT_H 1
934| #define HAVE_SYS_TYPES_H 1
935| #define HAVE_ICONV 1
936| #define ICONV_CONST
937| #define HAVE_ICONV_H 1
938| #define HAVE_ICONV_T_DEF 1
939| #define HAVE_PTHREAD_PRIO_INHERIT 1
940| #define HAVE_PTHREAD 1
941| /* end confdefs.h.  */
942| #ifdef __cplusplus
943| extern "C"
944| #endif
945| void omp_set_num_threads(int);
946| int
947| main ()
948| {
949| const int N = 100000;
950|   int i, arr[N];
951|
952|   omp_set_num_threads(2);
953|
954|   #pragma omp parallel for
955|   for (i = 0; i < N; i++) {
956|     arr[i] = i;
957|   }
958|   ;
959|   return 0;
960| }
961configure:14925: result: unknown
962configure:14939: checking whether to support gd image formats
963configure:14948: result: yes
964configure:14973: checking whether to support zlib
965configure:14983: result: /opt/local
966configure:15008: checking for zlib
967configure:15109: result: no
968configure:15111: checking for deflate in -lz
969configure:15136: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -lz   >&5
970configure:15136: $? = 0
971configure:15145: result: yes
972configure:15197: checking whether to support png
973configure:15207: result: /opt/local
974configure:15232: checking for libpng
975configure:15298: result: no
976configure:15351: checking whether to support freetype
977configure:15361: result: /opt/local
978configure:15386: checking for freetype2 >= 9.8.3
979configure:15452: result: no
980configure:15510: checking whether to support raqm
981configure:15520: result: auto
982configure:15545: checking for raqm
983configure:15647: result: no
984configure:15650: checking for raqm_create in -lraqm
985configure:15675: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2  -L/opt/local/lib conftest.c -lraqm   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype >&5
986ld: library not found for -lraqm
987clang: error: linker command failed with exit code 1 (use -v to see invocation)
988configure:15675: $? = 1
989configure: failed program was:
990| /* confdefs.h */
991| #define PACKAGE_NAME "GD"
992| #define PACKAGE_TARNAME "libgd"
993| #define PACKAGE_VERSION "2.3.2"
994| #define PACKAGE_STRING "GD 2.3.2"
995| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
996| #define PACKAGE_URL "http://lib.gd"
997| #define PACKAGE "libgd"
998| #define VERSION "2.3.2"
999| #define STDC_HEADERS 1
1000| #define HAVE_SYS_TYPES_H 1
1001| #define HAVE_SYS_STAT_H 1
1002| #define HAVE_STDLIB_H 1
1003| #define HAVE_STRING_H 1
1004| #define HAVE_MEMORY_H 1
1005| #define HAVE_STRINGS_H 1
1006| #define HAVE_INTTYPES_H 1
1007| #define HAVE_STDINT_H 1
1008| #define HAVE_UNISTD_H 1
1009| #define HAVE_DLFCN_H 1
1010| #define LT_OBJDIR ".libs/"
1011| #define STDC_HEADERS 1
1012| #define HAVE_DIRENT_H 1
1013| #define HAVE_INTTYPES_H 1
1014| #define HAVE_STDINT_H 1
1015| #define HAVE_STRINGS_H 1
1016| #define HAVE_UNISTD_H 1
1017| #define HAVE_SYS_STAT_H 1
1018| #define HAVE_SYS_TYPES_H 1
1019| #define HAVE_ICONV 1
1020| #define ICONV_CONST
1021| #define HAVE_ICONV_H 1
1022| #define HAVE_ICONV_T_DEF 1
1023| #define HAVE_PTHREAD_PRIO_INHERIT 1
1024| #define HAVE_PTHREAD 1
1025| #define ENABLE_GD_FORMATS 1
1026| #define HAVE_LIBZ 1
1027| #define HAVE_LIBPNG 1
1028| #define HAVE_LIBFREETYPE 1
1029| #define HAVE_FT2BUILD_H 1
1030| /* end confdefs.h.  */
1031|
1032| /* Override any GCC internal prototype to avoid an error.
1033|    Use char because int might match the return type of a GCC
1034|    builtin and then its argument prototype would still apply.  */
1035| #ifdef __cplusplus
1036| extern "C"
1037| #endif
1038| char raqm_create ();
1039| int
1040| main ()
1041| {
1042| return raqm_create ();
1043|   ;
1044|   return 0;
1045| }
1046configure:15684: result: no
1047configure:15720: Disabling support for raqm
1048configure:15736: checking whether to support fontconfig
1049configure:15746: result: /opt/local
1050configure:15771: checking for fontconfig
1051configure:15873: result: no
1052configure:15876: checking for FcInit in -lfontconfig
1053configure:15901: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -lfontconfig   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype >&5
1054configure:15901: $? = 0
1055configure:15910: result: yes
1056configure:15962: checking whether to support jpeg
1057configure:15972: result: /opt/local
1058configure:15997: checking for libjpeg
1059configure:16099: result: no
1060configure:16102: checking for jpeg_set_defaults in -ljpeg
1061configure:16127: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -ljpeg   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig >&5
1062configure:16127: $? = 0
1063configure:16136: result: yes
1064configure:16188: checking whether to support liq
1065configure:16198: result: no
1066configure:16309: checking whether to support xpm
1067configure:16319: result: /opt/local
1068configure:16344: checking for xpm
1069configure:16446: result: no
1070configure:16449: checking for XpmReadFileToXpmImage in -lXpm
1071configure:16474: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -lXpm   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg >&5
1072configure:16474: $? = 0
1073configure:16483: result: yes
1074configure:16535: checking whether to support tiff
1075configure:16545: result: /opt/local
1076configure:16570: checking for libtiff-4
1077configure:16672: result: no
1078configure:16675: checking for TIFFClientOpen in -ltiff
1079configure:16700: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -ltiff   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg -L/opt/local/lib  -lXpm >&5
1080ld: warning: dylib (/opt/local/lib/libtiff.dylib) was built for newer macOS version (11.2) than being linked (11.0)
1081configure:16700: $? = 0
1082configure:16709: result: yes
1083configure:16761: checking whether to support webp
1084configure:16771: result: /opt/local
1085configure:16796: checking for libwebp
1086configure:16898: result: no
1087configure:16901: checking for WebPGetInfo in -lwebp
1088configure:16926: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -lwebp   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg -L/opt/local/lib  -lXpm -L/opt/local/lib  -ltiff >&5
1089ld: warning: dylib (/opt/local/lib/libtiff.dylib) was built for newer macOS version (11.2) than being linked (11.0)
1090configure:16926: $? = 0
1091configure:16935: result: yes
1092configure:16987: checking whether to support heif
1093configure:16997: result: /opt/local
1094configure:17022: checking for libheif >= 1.7.0
1095configure:17123: result: no
1096configure:17126: checking for heif_get_version in -lheif
1097configure:17151: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib conftest.c -lheif   -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg -L/opt/local/lib  -lXpm -L/opt/local/lib  -ltiff -L/opt/local/lib  -lwebp >&5
1098ld: warning: dylib (/opt/local/lib/libheif.dylib) was built for newer macOS version (11.2) than being linked (11.0)
1099ld: warning: dylib (/opt/local/lib/libtiff.dylib) was built for newer macOS version (11.2) than being linked (11.0)
1100configure:17151: $? = 0
1101configure:17160: result: yes
1102configure:17195: Disabling support for heif
1103configure:17211: checking whether to support avif
1104configure:17221: result: no
1105configure:17442: checking for simple visibility declarations
1106configure:17464: gcc -c -g -O2 -I/opt/local/include -fvisibility=hidden -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  conftest.c >&5
1107configure:17464: $? = 0
1108configure:17473: result: yes
1109configure:17490: checking whether we are building for a Win32 host
1110configure:17502: gcc -c -g -O2 -I/opt/local/include -fvisibility=hidden -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  conftest.c >&5
1111configure:17502: $? = 0
1112configure:17509: result: no
1113configure:17524: checking CFLAGS for maximum warnings
1114configure:17544: gcc -c -g -O2 -I/opt/local/include -fvisibility=hidden -warn all  -warn all -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  conftest.c >&5
1115clang: error: unknown argument: '-warn'
1116clang: error: unknown argument: '-warn'
1117clang: error: no such file or directory: 'all'
1118clang: error: no such file or directory: 'all'
1119configure:17544: $? = 1
1120configure: failed program was:
1121| /* confdefs.h */
1122| #define PACKAGE_NAME "GD"
1123| #define PACKAGE_TARNAME "libgd"
1124| #define PACKAGE_VERSION "2.3.2"
1125| #define PACKAGE_STRING "GD 2.3.2"
1126| #define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
1127| #define PACKAGE_URL "http://lib.gd"
1128| #define PACKAGE "libgd"
1129| #define VERSION "2.3.2"
1130| #define STDC_HEADERS 1
1131| #define HAVE_SYS_TYPES_H 1
1132| #define HAVE_SYS_STAT_H 1
1133| #define HAVE_STDLIB_H 1
1134| #define HAVE_STRING_H 1
1135| #define HAVE_MEMORY_H 1
1136| #define HAVE_STRINGS_H 1
1137| #define HAVE_INTTYPES_H 1
1138| #define HAVE_STDINT_H 1
1139| #define HAVE_UNISTD_H 1
1140| #define HAVE_DLFCN_H 1
1141| #define LT_OBJDIR ".libs/"
1142| #define STDC_HEADERS 1
1143| #define HAVE_DIRENT_H 1
1144| #define HAVE_INTTYPES_H 1
1145| #define HAVE_STDINT_H 1
1146| #define HAVE_STRINGS_H 1
1147| #define HAVE_UNISTD_H 1
1148| #define HAVE_SYS_STAT_H 1
1149| #define HAVE_SYS_TYPES_H 1
1150| #define HAVE_ICONV 1
1151| #define ICONV_CONST
1152| #define HAVE_ICONV_H 1
1153| #define HAVE_ICONV_T_DEF 1
1154| #define HAVE_PTHREAD_PRIO_INHERIT 1
1155| #define HAVE_PTHREAD 1
1156| #define ENABLE_GD_FORMATS 1
1157| #define HAVE_LIBZ 1
1158| #define HAVE_LIBPNG 1
1159| #define HAVE_LIBFREETYPE 1
1160| #define HAVE_FT2BUILD_H 1
1161| #define HAVE_LIBFONTCONFIG 1
1162| #define HAVE_LIBJPEG 1
1163| #define HAVE_LIBXPM 1
1164| #define HAVE_LIBTIFF 1
1165| #define HAVE_LIBWEBP 1
1166| #define HAVE_VISIBILITY 1
1167| /* end confdefs.h.  */
1168|
1169| int
1170| main ()
1171| {
1172|
1173|   ;
1174|   return 0;
1175| }
1176configure:17544: gcc -c -g -O2 -I/opt/local/include -fvisibility=hidden -pedantic  -Wall -I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  conftest.c >&5
1177configure:17544: $? = 0
1178configure:17552: result: -Wall
1179configure:17572: : CFLAGS="$CFLAGS"
1180configure:17575: $? = 0
1181configure:17629: result:
1182** Configuration summary for libgd 2.3.2:
1183
1184   Support for gd/gd2 images:        yes
1185   Support for Zlib:                 yes
1186   Support for PNG library:          yes
1187   Support for JPEG library:         yes
1188   Support for WebP library:         yes
1189   Support for HEIF library:         no
1190   Support for AVIF library:         no
1191   Support for TIFF library:         yes
1192   Support for Freetype 2.x library: yes
1193   Support for Fontconfig library:   yes
1194   Support for Xpm library:          yes
1195   Support for liq library:          no
1196   Support for complex text:         no
1197   Support for pthreads:             yes
1198
1199configure:17761: checking that generated files are newer than configure
1200configure:17767: result: done
1201configure:17842: creating ./config.status
1202
1203## ---------------------- ##
1204## Running config.status. ##
1205## ---------------------- ##
1206
1207This file was extended by GD config.status 2.3.2, which was
1208generated by GNU Autoconf 2.69.  Invocation command line was
1209
1210  CONFIG_FILES    =
1211  CONFIG_HEADERS  =
1212  CONFIG_LINKS    =
1213  CONFIG_COMMANDS =
1214  $ ./config.status
1215
1216on palmer.lanl.gov
1217
1218config.status:1184: creating Makefile
1219config.status:1184: creating src/Makefile
1220config.status:1184: creating tests/Makefile
1221config.status:1184: creating config/Makefile
1222config.status:1184: creating config/gdlib.pc
1223config.status:1184: creating src/config.h
1224config.status:1413: executing depfiles commands
1225config.status:1490: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
1226make: Nothing to be done for `am--depfiles'.
1227config.status:1495: $? = 0
1228config.status:1490: cd tests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
1229make: Nothing to be done for `am--depfiles'.
1230config.status:1495: $? = 0
1231config.status:1413: executing libtool commands
1232
1233## ---------------- ##
1234## Cache variables. ##
1235## ---------------- ##
1236
1237ac_cv_build=x86_64-apple-darwin20.3.0
1238ac_cv_c_compiler_gnu=yes
1239ac_cv_cflags_warn_all=-Wall
1240ac_cv_env_CC_set=
1241ac_cv_env_CC_value=
1242ac_cv_env_CFLAGS_set=
1243ac_cv_env_CFLAGS_value=
1244ac_cv_env_CPPFLAGS_set=
1245ac_cv_env_CPPFLAGS_value=
1246ac_cv_env_CPP_set=
1247ac_cv_env_CPP_value=
1248ac_cv_env_LDFLAGS_set=
1249ac_cv_env_LDFLAGS_value=
1250ac_cv_env_LIBAVIF_CFLAGS_set=
1251ac_cv_env_LIBAVIF_CFLAGS_value=
1252ac_cv_env_LIBAVIF_LIBS_set=
1253ac_cv_env_LIBAVIF_LIBS_value=
1254ac_cv_env_LIBFONTCONFIG_CFLAGS_set=
1255ac_cv_env_LIBFONTCONFIG_CFLAGS_value=
1256ac_cv_env_LIBFONTCONFIG_LIBS_set=
1257ac_cv_env_LIBFONTCONFIG_LIBS_value=
1258ac_cv_env_LIBFREETYPE_CFLAGS_set=
1259ac_cv_env_LIBFREETYPE_CFLAGS_value=
1260ac_cv_env_LIBFREETYPE_LIBS_set=
1261ac_cv_env_LIBFREETYPE_LIBS_value=
1262ac_cv_env_LIBHEIF_CFLAGS_set=
1263ac_cv_env_LIBHEIF_CFLAGS_value=
1264ac_cv_env_LIBHEIF_LIBS_set=
1265ac_cv_env_LIBHEIF_LIBS_value=
1266ac_cv_env_LIBJPEG_CFLAGS_set=
1267ac_cv_env_LIBJPEG_CFLAGS_value=
1268ac_cv_env_LIBJPEG_LIBS_set=
1269ac_cv_env_LIBJPEG_LIBS_value=
1270ac_cv_env_LIBPNG_CFLAGS_set=
1271ac_cv_env_LIBPNG_CFLAGS_value=
1272ac_cv_env_LIBPNG_LIBS_set=
1273ac_cv_env_LIBPNG_LIBS_value=
1274ac_cv_env_LIBRAQM_CFLAGS_set=
1275ac_cv_env_LIBRAQM_CFLAGS_value=
1276ac_cv_env_LIBRAQM_LIBS_set=
1277ac_cv_env_LIBRAQM_LIBS_value=
1278ac_cv_env_LIBS_set=
1279ac_cv_env_LIBS_value=
1280ac_cv_env_LIBTIFF_CFLAGS_set=
1281ac_cv_env_LIBTIFF_CFLAGS_value=
1282ac_cv_env_LIBTIFF_LIBS_set=
1283ac_cv_env_LIBTIFF_LIBS_value=
1284ac_cv_env_LIBWEBP_CFLAGS_set=
1285ac_cv_env_LIBWEBP_CFLAGS_value=
1286ac_cv_env_LIBWEBP_LIBS_set=
1287ac_cv_env_LIBWEBP_LIBS_value=
1288ac_cv_env_LIBXPM_CFLAGS_set=
1289ac_cv_env_LIBXPM_CFLAGS_value=
1290ac_cv_env_LIBXPM_LIBS_set=
1291ac_cv_env_LIBXPM_LIBS_value=
1292ac_cv_env_LIBZ_CFLAGS_set=
1293ac_cv_env_LIBZ_CFLAGS_value=
1294ac_cv_env_LIBZ_LIBS_set=
1295ac_cv_env_LIBZ_LIBS_value=
1296ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1297ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1298ac_cv_env_PKG_CONFIG_LIBDIR_set=
1299ac_cv_env_PKG_CONFIG_LIBDIR_value=
1300ac_cv_env_PKG_CONFIG_PATH_set=
1301ac_cv_env_PKG_CONFIG_PATH_value=
1302ac_cv_env_PKG_CONFIG_set=
1303ac_cv_env_PKG_CONFIG_value=
1304ac_cv_env_XMKMF_set=
1305ac_cv_env_XMKMF_value=
1306ac_cv_env_build_alias_set=
1307ac_cv_env_build_alias_value=
1308ac_cv_env_host_alias_set=
1309ac_cv_env_host_alias_value=
1310ac_cv_env_target_alias_set=
1311ac_cv_env_target_alias_value=
1312ac_cv_func_sin=yes
1313ac_cv_have_x='have_x=yes        ac_x_includes='\''/opt/local/include'\''        ac_x_libraries='\''/opt/local/lib'\'''
1314ac_cv_header_dirent_h=yes
1315ac_cv_header_dlfcn_h=yes
1316ac_cv_header_iconv_h=yes
1317ac_cv_header_inttypes_h=yes
1318ac_cv_header_memory_h=yes
1319ac_cv_header_stdc=yes
1320ac_cv_header_stdint_h=yes
1321ac_cv_header_stdlib_h=yes
1322ac_cv_header_string_h=yes
1323ac_cv_header_strings_h=yes
1324ac_cv_header_sys_stat_h=yes
1325ac_cv_header_sys_types_h=yes
1326ac_cv_header_unistd_h=yes
1327ac_cv_host=x86_64-apple-darwin20.3.0
1328ac_cv_lib_Xpm_XpmReadFileToXpmImage=yes
1329ac_cv_lib_fontconfig_FcInit=yes
1330ac_cv_lib_heif_heif_get_version=yes
1331ac_cv_lib_jpeg_jpeg_set_defaults=yes
1332ac_cv_lib_raqm_raqm_create=no
1333ac_cv_lib_tiff_TIFFClientOpen=yes
1334ac_cv_lib_webp_WebPGetInfo=yes
1335ac_cv_lib_z_deflate=yes
1336ac_cv_objext=o
1337ac_cv_path_EGREP='/usr/bin/grep -E'
1338ac_cv_path_FGREP='/usr/bin/grep -F'
1339ac_cv_path_GREP=/usr/bin/grep
1340ac_cv_path_SED=/usr/bin/sed
1341ac_cv_path_install='/usr/bin/install -c'
1342ac_cv_path_lt_DD=/bin/dd
1343ac_cv_prog_AWK=awk
1344ac_cv_prog_CPP='gcc -E'
1345ac_cv_prog_ac_ct_AR=ar
1346ac_cv_prog_ac_ct_CC=gcc
1347ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1348ac_cv_prog_ac_ct_LIPO=lipo
1349ac_cv_prog_ac_ct_NMEDIT=nmedit
1350ac_cv_prog_ac_ct_OBJDUMP=objdump
1351ac_cv_prog_ac_ct_OTOOL=otool
1352ac_cv_prog_ac_ct_RANLIB=ranlib
1353ac_cv_prog_ac_ct_STRIP=strip
1354ac_cv_prog_cc_c89=
1355ac_cv_prog_cc_c99=
1356ac_cv_prog_cc_g=yes
1357ac_cv_prog_cc_stdc=
1358ac_cv_prog_make_make_set=yes
1359acl_cv_hardcode_direct=no
1360acl_cv_hardcode_libdir_flag_spec=
1361acl_cv_hardcode_libdir_separator=
1362acl_cv_hardcode_minus_L=no
1363acl_cv_libext=a
1364acl_cv_libname_spec='lib$name'
1365acl_cv_library_names_spec='$libname$shrext'
1366acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1367acl_cv_prog_gnu_ld=no
1368acl_cv_rpath=done
1369acl_cv_shlibext=dylib
1370acl_cv_wl=-Wl,
1371am_cv_CC_dependencies_compiler_type=gcc3
1372am_cv_ar_interface=ar
1373am_cv_func_iconv=yes
1374am_cv_func_iconv_works=yes
1375am_cv_lib_iconv=yes
1376am_cv_make_support_nested_variables=yes
1377am_cv_prog_cc_c_o=yes
1378am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
1379am_cv_proto_iconv_arg1=
1380ax_cv_PTHREAD_CLANG=yes
1381ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
1382ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
1383ax_cv_PTHREAD_PRIO_INHERIT=yes
1384ax_cv_PTHREAD_SPECIAL_FLAGS=no
1385ax_cv_c_openmp=unknown
1386gl_cv_cc_visibility=yes
1387lt_cv_apple_cc_single_mod=yes
1388lt_cv_ar_at_file=no
1389lt_cv_deplibs_check_method=pass_all
1390lt_cv_file_magic_cmd='$MAGIC_CMD'
1391lt_cv_file_magic_test_file=
1392lt_cv_ld_exported_symbols_list=yes
1393lt_cv_ld_force_load=yes
1394lt_cv_ld_reload_flag=-r
1395lt_cv_nm_interface='BSD nm'
1396lt_cv_objdir=.libs
1397lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1398lt_cv_path_NM='/usr/bin/nm -B'
1399lt_cv_path_mainfest_tool=no
1400lt_cv_prog_compiler_c_o=yes
1401lt_cv_prog_compiler_pic='-fno-common -DPIC'
1402lt_cv_prog_compiler_pic_works=yes
1403lt_cv_prog_compiler_rtti_exceptions=yes
1404lt_cv_prog_compiler_static_works=no
1405lt_cv_prog_gnu_ld=no
1406lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1407lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1408lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1409lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1410lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1411lt_cv_sys_global_symbol_to_import=
1412lt_cv_sys_max_cmd_len=786432
1413lt_cv_to_host_file_cmd=func_convert_file_noop
1414lt_cv_to_tool_file_cmd=func_convert_file_noop
1415lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1416mingw_cv_win32_host=no
1417
1418## ----------------- ##
1419## Output variables. ##
1420## ----------------- ##
1421
1422ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/missing'\'' aclocal-1.16'
1423AMDEPBACKSLASH='\'
1424AMDEP_FALSE='#'
1425AMDEP_TRUE=''
1426AMTAR='$${TAR-tar}'
1427AM_BACKSLASH='\'
1428AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1429AM_DEFAULT_VERBOSITY='1'
1430AM_V='$(V)'
1431AR='ar'
1432AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/missing'\'' autoconf'
1433AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/missing'\'' autoheader'
1434AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/missing'\'' automake-1.16'
1435AWK='awk'
1436CC='gcc'
1437CCDEPMODE='depmode=gcc3'
1438CFLAGS='-g -O2 -I/opt/local/include -fvisibility=hidden -Wall'
1439CFLAG_VISIBILITY='-fvisibility=hidden'
1440CPP='gcc -E'
1441CPPFLAGS='-I/opt/local/include -I/opt/local/include  -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include  -I/opt/local/include '
1442CYGPATH_W='echo'
1443DEFS='-DHAVE_CONFIG_H'
1444DEPDIR='.deps'
1445DLLTOOL='false'
1446DSYMUTIL='dsymutil'
1447DUMPBIN=''
1448ECHO_C='\c'
1449ECHO_N=''
1450ECHO_T=''
1451EGREP='/usr/bin/grep -E'
1452ENABLE_GD_FORMATS_FALSE='#'
1453ENABLE_GD_FORMATS_TRUE=''
1454EXEEXT=''
1455FGREP='/usr/bin/grep -F'
1456GDLIB_LT_AGE='0'
1457GDLIB_LT_CURRENT='3'
1458GDLIB_LT_REVISION='10'
1459GREP='/usr/bin/grep'
1460HAVE_LIBAVIF_FALSE=''
1461HAVE_LIBAVIF_TRUE='#'
1462HAVE_LIBFONTCONFIG_FALSE='#'
1463HAVE_LIBFONTCONFIG_TRUE=''
1464HAVE_LIBFREETYPE_FALSE='#'
1465HAVE_LIBFREETYPE_TRUE=''
1466HAVE_LIBHEIF_FALSE=''
1467HAVE_LIBHEIF_TRUE='#'
1468HAVE_LIBIMAGEQUANT_FALSE=''
1469HAVE_LIBIMAGEQUANT_TRUE='#'
1470HAVE_LIBJPEG_FALSE='#'
1471HAVE_LIBJPEG_TRUE=''
1472HAVE_LIBPNG_FALSE='#'
1473HAVE_LIBPNG_TRUE=''
1474HAVE_LIBRAQM_FALSE=''
1475HAVE_LIBRAQM_TRUE='#'
1476HAVE_LIBTIFF_FALSE='#'
1477HAVE_LIBTIFF_TRUE=''
1478HAVE_LIBWEBP_FALSE='#'
1479HAVE_LIBWEBP_TRUE=''
1480HAVE_LIBXPM_FALSE='#'
1481HAVE_LIBXPM_TRUE=''
1482HAVE_LIBZ_FALSE='#'
1483HAVE_LIBZ_TRUE=''
1484HAVE_VISIBILITY='1'
1485INSTALL_DATA='${INSTALL} -m 644'
1486INSTALL_PROGRAM='${INSTALL}'
1487INSTALL_SCRIPT='${INSTALL}'
1488INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1489LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1490LDFLAGS=' -L/opt/local/lib'
1491LIBAVIF_CFLAGS=''
1492LIBAVIF_LIBS=''
1493LIBFONTCONFIG_CFLAGS='-I/opt/local/include '
1494LIBFONTCONFIG_LIBS='-L/opt/local/lib  -lfontconfig'
1495LIBFREETYPE_CFLAGS='-I/opt/local/include -I/opt/local/include/freetype2'
1496LIBFREETYPE_LIBS='-L/opt/local/lib -L/opt/local/lib -lfreetype'
1497LIBHEIF_CFLAGS=''
1498LIBHEIF_LIBS=' -lheif'
1499LIBICONV='-liconv'
1500LIBJPEG_CFLAGS='-I/opt/local/include '
1501LIBJPEG_LIBS='-L/opt/local/lib  -ljpeg'
1502LIBOBJS=''
1503LIBPNG_CFLAGS='-I/opt/local/include -I/opt/local/include/libpng16'
1504LIBPNG_LIBS='-L/opt/local/lib -L/opt/local/lib -lpng16'
1505LIBRAQM_CFLAGS=''
1506LIBRAQM_LIBS=''
1507LIBS=' -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg -L/opt/local/lib  -lXpm -L/opt/local/lib  -ltiff -L/opt/local/lib  -lwebp'
1508LIBS_PRIVATES=' -L/opt/local/lib  -lz -L/opt/local/lib -L/opt/local/lib -lpng16 -L/opt/local/lib -L/opt/local/lib -lfreetype -L/opt/local/lib  -lfontconfig -L/opt/local/lib  -ljpeg -L/opt/local/lib  -lXpm -L/opt/local/lib  -ltiff -L/opt/local/lib  -lwebp'
1509LIBTIFF_CFLAGS='-I/opt/local/include '
1510LIBTIFF_LIBS='-L/opt/local/lib  -ltiff'
1511LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1512LIBWEBP_CFLAGS='-I/opt/local/include '
1513LIBWEBP_LIBS='-L/opt/local/lib  -lwebp'
1514LIBXPM_CFLAGS='-I/opt/local/include '
1515LIBXPM_LIBS='-L/opt/local/lib  -lXpm'
1516LIBZ_CFLAGS='-I/opt/local/include '
1517LIBZ_LIBS='-L/opt/local/lib  -lz'
1518LIPO='lipo'
1519LN_S='ln -s'
1520LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
1521LTLIBOBJS=''
1522LT_SYS_LIBRARY_PATH=''
1523MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/missing'\'' makeinfo'
1524MANIFEST_TOOL=':'
1525MKDIR_P='config/install-sh -c -d'
1526NM='/usr/bin/nm -B'
1527NMEDIT='nmedit'
1528OBJDUMP='objdump'
1529OBJEXT='o'
1530OTOOL64=':'
1531OTOOL='otool'
1532PACKAGE='libgd'
1533PACKAGE_BUGREPORT='https://github.com/libgd/libgd/issues'
1534PACKAGE_NAME='GD'
1535PACKAGE_STRING='GD 2.3.2'
1536PACKAGE_TARNAME='libgd'
1537PACKAGE_URL='http://lib.gd'
1538PACKAGE_VERSION='2.3.2'
1539PATH_SEPARATOR=':'
1540PKG_CONFIG=''
1541PKG_CONFIG_LIBDIR=''
1542PKG_CONFIG_PATH=''
1543PKG_REQUIRES_PRIVATES=''
1544PTHREAD_CC='gcc'
1545PTHREAD_CFLAGS='-pthread'
1546PTHREAD_LIBS=''
1547RANLIB='ranlib'
1548SED='/usr/bin/sed'
1549SET_MAKE=''
1550SHELL='/bin/sh'
1551STRIP='strip'
1552VERSION='2.3.2'
1553XMKMF=''
1554ac_ct_AR='ar'
1555ac_ct_CC='gcc'
1556ac_ct_DUMPBIN=''
1557am__EXEEXT_FALSE=''
1558am__EXEEXT_TRUE='#'
1559am__fastdepCC_FALSE='#'
1560am__fastdepCC_TRUE=''
1561am__include='include'
1562am__isrc=''
1563am__leading_dot='.'
1564am__nodep='_no'
1565am__quote=''
1566am__tar='$${TAR-tar} chof - "$$tardir"'
1567am__untar='$${TAR-tar} xf -'
1568ax_pthread_config=''
1569bindir='${exec_prefix}/bin'
1570build='x86_64-apple-darwin20.3.0'
1571build_alias=''
1572build_cpu='x86_64'
1573build_os='darwin20.3.0'
1574build_vendor='apple'
1575datadir='${datarootdir}'
1576datarootdir='${prefix}/share'
1577docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1578dvidir='${docdir}'
1579exec_prefix='${prefix}'
1580host='x86_64-apple-darwin20.3.0'
1581host_alias=''
1582host_cpu='x86_64'
1583host_os='darwin20.3.0'
1584host_vendor='apple'
1585htmldir='${docdir}'
1586includedir='${prefix}/include'
1587infodir='${datarootdir}/info'
1588install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gd2/gd2/work/libgd-2.3.2/config/install-sh'
1589libdir='${exec_prefix}/lib'
1590libexecdir='${exec_prefix}/libexec'
1591localedir='${datarootdir}/locale'
1592localstatedir='${prefix}/var'
1593mandir='${datarootdir}/man'
1594mkdir_p='$(MKDIR_P)'
1595oldincludedir='/usr/include'
1596pdfdir='${docdir}'
1597prefix='/opt/local'
1598program_transform_name='s,x,x,'
1599psdir='${docdir}'
1600sbindir='${exec_prefix}/sbin'
1601sharedstatedir='${prefix}/com'
1602sysconfdir='${prefix}/etc'
1603target_alias=''
1604
1605## ----------- ##
1606## confdefs.h. ##
1607## ----------- ##
1608
1609/* confdefs.h */
1610#define PACKAGE_NAME "GD"
1611#define PACKAGE_TARNAME "libgd"
1612#define PACKAGE_VERSION "2.3.2"
1613#define PACKAGE_STRING "GD 2.3.2"
1614#define PACKAGE_BUGREPORT "https://github.com/libgd/libgd/issues"
1615#define PACKAGE_URL "http://lib.gd"
1616#define PACKAGE "libgd"
1617#define VERSION "2.3.2"
1618#define STDC_HEADERS 1
1619#define HAVE_SYS_TYPES_H 1
1620#define HAVE_SYS_STAT_H 1
1621#define HAVE_STDLIB_H 1
1622#define HAVE_STRING_H 1
1623#define HAVE_MEMORY_H 1
1624#define HAVE_STRINGS_H 1
1625#define HAVE_INTTYPES_H 1
1626#define HAVE_STDINT_H 1
1627#define HAVE_UNISTD_H 1
1628#define HAVE_DLFCN_H 1
1629#define LT_OBJDIR ".libs/"
1630#define STDC_HEADERS 1
1631#define HAVE_DIRENT_H 1
1632#define HAVE_INTTYPES_H 1
1633#define HAVE_STDINT_H 1
1634#define HAVE_STRINGS_H 1
1635#define HAVE_UNISTD_H 1
1636#define HAVE_SYS_STAT_H 1
1637#define HAVE_SYS_TYPES_H 1
1638#define HAVE_ICONV 1
1639#define ICONV_CONST
1640#define HAVE_ICONV_H 1
1641#define HAVE_ICONV_T_DEF 1
1642#define HAVE_PTHREAD_PRIO_INHERIT 1
1643#define HAVE_PTHREAD 1
1644#define ENABLE_GD_FORMATS 1
1645#define HAVE_LIBZ 1
1646#define HAVE_LIBPNG 1
1647#define HAVE_LIBFREETYPE 1
1648#define HAVE_FT2BUILD_H 1
1649#define HAVE_LIBFONTCONFIG 1
1650#define HAVE_LIBJPEG 1
1651#define HAVE_LIBXPM 1
1652#define HAVE_LIBTIFF 1
1653#define HAVE_LIBWEBP 1
1654#define HAVE_VISIBILITY 1
1655
1656configure: exit 0