Ticket #50305: config.log

File config.log, 46.0 KB (added by Polyergic (Shad Sterling), 8 years ago)
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 gtkglext configure 1.2.0, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-x
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = laconic
14uname -m = x86_64
15uname -r = 15.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/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 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 377 tasks, 1893 threads, 4 processors
34Load average: 3.53, Mach factor: 0.65
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:2399: checking for a BSD-compatible install
52configure:2455: result: /usr/bin/install -c
53configure:2466: checking whether build environment is sane
54configure:2509: result: yes
55configure:2537: checking for a thread-safe mkdir -p
56configure:2576: result: /opt/local/bin/gmkdir -p
57configure:2589: checking for gawk
58configure:2605: found /opt/local/bin/gawk
59configure:2616: result: gawk
60configure:2627: checking whether make sets $(MAKE)
61configure:2648: result: yes
62configure:2832: checking whether to enable maintainer-specific portions of Makefiles
63configure:2841: result: no
64configure:2861: checking build system type
65configure:2879: result: i386-apple-darwin15.2.0
66configure:2901: checking host system type
67configure:2916: result: i386-apple-darwin15.2.0
68configure:3024: checking for gcc
69configure:3051: result: /usr/bin/clang
70configure:3289: checking for C compiler version
71configure:3296: /usr/bin/clang --version >&5
72Apple LLVM version 7.0.2 (clang-700.1.81)
73Target: x86_64-apple-darwin15.2.0
74Thread model: posix
75configure:3299: $? = 0
76configure:3306: /usr/bin/clang -v >&5
77Apple LLVM version 7.0.2 (clang-700.1.81)
78Target: x86_64-apple-darwin15.2.0
79Thread model: posix
80configure:3309: $? = 0
81configure:3316: /usr/bin/clang -V >&5
82clang: error: argument to '-V' is missing (expected 1 value)
83clang: error: no input files
84configure:3319: $? = 1
85configure:3342: checking for C compiler default output file name
86configure:3369: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
87configure:3372: $? = 0
88configure:3410: result: a.out
89configure:3427: checking whether the C compiler works
90configure:3437: ./a.out
91configure:3440: $? = 0
92configure:3457: result: yes
93configure:3464: checking whether we are cross compiling
94configure:3466: result: no
95configure:3469: checking for suffix of executables
96configure:3476: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
97configure:3479: $? = 0
98configure:3503: result:
99configure:3509: checking for suffix of object files
100configure:3535: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
101configure:3538: $? = 0
102configure:3561: result: o
103configure:3565: checking whether we are using the GNU C compiler
104configure:3594: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
105configure:3600: $? = 0
106configure:3617: result: yes
107configure:3622: checking whether /usr/bin/clang accepts -g
108configure:3652: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
109configure:3658: $? = 0
110configure:3757: result: yes
111configure:3774: checking for /usr/bin/clang option to accept ISO C89
112configure:3848: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
113configure:3854: $? = 0
114configure:3877: result: none needed
115configure:3906: checking for style of include used by make
116configure:3934: result: GNU
117configure:3959: checking dependency style of /usr/bin/clang
118configure:4050: result: gcc3
119configure:4070: checking how to run the C preprocessor
120configure:4110: /usr/bin/clang -E -I/opt/local/include conftest.c
121configure:4116: $? = 0
122configure:4147: /usr/bin/clang -E -I/opt/local/include conftest.c
123conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
124#include <ac_nonexistent.h>
125         ^
1261 error generated.
127configure:4153: $? = 1
128configure: failed program was:
129| /* confdefs.h.  */
130| #define PACKAGE_NAME "gtkglext"
131| #define PACKAGE_TARNAME "gtkglext"
132| #define PACKAGE_VERSION "1.2.0"
133| #define PACKAGE_STRING "gtkglext 1.2.0"
134| #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org"
135| /* end confdefs.h.  */
136| #include <ac_nonexistent.h>
137configure:4186: result: /usr/bin/clang -E
138configure:4215: /usr/bin/clang -E -I/opt/local/include conftest.c
139configure:4221: $? = 0
140configure:4252: /usr/bin/clang -E -I/opt/local/include conftest.c
141conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
142#include <ac_nonexistent.h>
143         ^
1441 error generated.
145configure:4258: $? = 1
146configure: failed program was:
147| /* confdefs.h.  */
148| #define PACKAGE_NAME "gtkglext"
149| #define PACKAGE_TARNAME "gtkglext"
150| #define PACKAGE_VERSION "1.2.0"
151| #define PACKAGE_STRING "gtkglext 1.2.0"
152| #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org"
153| /* end confdefs.h.  */
154| #include <ac_nonexistent.h>
155configure:4370: checking for a sed that does not truncate output
156configure:4426: result: /opt/local/bin/gsed
157configure:4429: checking for grep that handles long lines and -e
158configure:4503: result: /usr/bin/grep
159configure:4508: checking for egrep
160configure:4586: result: /usr/bin/grep -E
161configure:4602: checking for ld used by /usr/bin/clang
162configure:4669: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
163configure:4678: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
164configure:4693: result: no
165configure:4698: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
166configure:4705: result: -r
167configure:4723: checking for BSD-compatible nm
168configure:4772: result: /opt/local/bin/nm
169configure:4776: checking whether ln -s works
170configure:4780: result: yes
171configure:4787: checking how to recognize dependent libraries
172configure:4973: result: pass_all
173configure:5505: checking for ANSI C header files
174configure:5535: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
175configure:5541: $? = 0
176configure:5640: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
177configure:5643: $? = 0
178configure:5649: ./conftest
179configure:5652: $? = 0
180configure:5669: result: yes
181configure:5693: checking for sys/types.h
182configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
183configure:5720: $? = 0
184configure:5736: result: yes
185configure:5693: checking for sys/stat.h
186configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
187configure:5720: $? = 0
188configure:5736: result: yes
189configure:5693: checking for stdlib.h
190configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
191configure:5720: $? = 0
192configure:5736: result: yes
193configure:5693: checking for string.h
194configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
195configure:5720: $? = 0
196configure:5736: result: yes
197configure:5693: checking for memory.h
198configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
199configure:5720: $? = 0
200configure:5736: result: yes
201configure:5693: checking for strings.h
202configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
203configure:5720: $? = 0
204configure:5736: result: yes
205configure:5693: checking for inttypes.h
206configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
207configure:5720: $? = 0
208configure:5736: result: yes
209configure:5693: checking for stdint.h
210configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
211configure:5720: $? = 0
212configure:5736: result: yes
213configure:5693: checking for unistd.h
214configure:5714: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
215configure:5720: $? = 0
216configure:5736: result: yes
217configure:5763: checking dlfcn.h usability
218configure:5780: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
219configure:5786: $? = 0
220configure:5800: result: yes
221configure:5804: checking dlfcn.h presence
222configure:5819: /usr/bin/clang -E -I/opt/local/include conftest.c
223configure:5825: $? = 0
224configure:5839: result: yes
225configure:5872: checking for dlfcn.h
226configure:5880: result: yes
227configure:6009: checking for C++ compiler version
228configure:6016: /usr/bin/clang++ --version >&5
229Apple LLVM version 7.0.2 (clang-700.1.81)
230Target: x86_64-apple-darwin15.2.0
231Thread model: posix
232configure:6019: $? = 0
233configure:6026: /usr/bin/clang++ -v >&5
234Apple LLVM version 7.0.2 (clang-700.1.81)
235Target: x86_64-apple-darwin15.2.0
236Thread model: posix
237configure:6029: $? = 0
238configure:6036: /usr/bin/clang++ -V >&5
239clang: error: argument to '-V' is missing (expected 1 value)
240clang: error: no input files
241configure:6039: $? = 1
242configure:6042: checking whether we are using the GNU C++ compiler
243configure:6071: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
244configure:6077: $? = 0
245configure:6094: result: yes
246configure:6099: checking whether /usr/bin/clang++ accepts -g
247configure:6129: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
248configure:6135: $? = 0
249configure:6234: result: yes
250configure:6259: checking dependency style of /usr/bin/clang++
251configure:6350: result: gcc3
252configure:6375: checking how to run the C++ preprocessor
253configure:6411: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
254configure:6417: $? = 0
255configure:6448: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
256conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
257#include <ac_nonexistent.h>
258         ^
2591 error generated.
260configure:6454: $? = 1
261configure: failed program was:
262| /* confdefs.h.  */
263| #define PACKAGE_NAME "gtkglext"
264| #define PACKAGE_TARNAME "gtkglext"
265| #define PACKAGE_VERSION "1.2.0"
266| #define PACKAGE_STRING "gtkglext 1.2.0"
267| #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org"
268| #define STDC_HEADERS 1
269| #define HAVE_SYS_TYPES_H 1
270| #define HAVE_SYS_STAT_H 1
271| #define HAVE_STDLIB_H 1
272| #define HAVE_STRING_H 1
273| #define HAVE_MEMORY_H 1
274| #define HAVE_STRINGS_H 1
275| #define HAVE_INTTYPES_H 1
276| #define HAVE_STDINT_H 1
277| #define HAVE_UNISTD_H 1
278| #define HAVE_DLFCN_H 1
279| /* end confdefs.h.  */
280| #include <ac_nonexistent.h>
281configure:6487: result: /usr/bin/clang++ -E
282configure:6516: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
283configure:6522: $? = 0
284configure:6553: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
285conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
286#include <ac_nonexistent.h>
287         ^
2881 error generated.
289configure:6559: $? = 1
290configure: failed program was:
291| /* confdefs.h.  */
292| #define PACKAGE_NAME "gtkglext"
293| #define PACKAGE_TARNAME "gtkglext"
294| #define PACKAGE_VERSION "1.2.0"
295| #define PACKAGE_STRING "gtkglext 1.2.0"
296| #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org"
297| #define STDC_HEADERS 1
298| #define HAVE_SYS_TYPES_H 1
299| #define HAVE_SYS_STAT_H 1
300| #define HAVE_STDLIB_H 1
301| #define HAVE_STRING_H 1
302| #define HAVE_MEMORY_H 1
303| #define HAVE_STRINGS_H 1
304| #define HAVE_INTTYPES_H 1
305| #define HAVE_STDINT_H 1
306| #define HAVE_UNISTD_H 1
307| #define HAVE_DLFCN_H 1
308| /* end confdefs.h.  */
309| #include <ac_nonexistent.h>
310configure:6652: checking for g77
311configure:6682: result: no
312configure:6652: checking for xlf
313configure:6682: result: no
314configure:6652: checking for f77
315configure:6682: result: no
316configure:6652: checking for frt
317configure:6682: result: no
318configure:6652: checking for pgf77
319configure:6682: result: no
320configure:6652: checking for cf77
321configure:6682: result: no
322configure:6652: checking for fort77
323configure:6682: result: no
324configure:6652: checking for fl32
325configure:6682: result: no
326configure:6652: checking for af77
327configure:6682: result: no
328configure:6652: checking for xlf90
329configure:6682: result: no
330configure:6652: checking for f90
331configure:6682: result: no
332configure:6652: checking for pgf90
333configure:6682: result: no
334configure:6652: checking for pghpf
335configure:6682: result: no
336configure:6652: checking for epcf90
337configure:6682: result: no
338configure:6652: checking for gfortran
339configure:6668: found /opt/local/bin/gfortran
340configure:6679: result: gfortran
341configure:6709: checking for Fortran 77 compiler version
342configure:6716: gfortran --version >&5
343GNU Fortran (MacPorts gcc49 4.9.3_0) 4.9.3
344Copyright (C) 2015 Free Software Foundation, Inc.
345
346GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
347You may redistribute copies of GNU Fortran
348under the terms of the GNU General Public License.
349For more information about these matters, see the file named COPYING
350
351configure:6719: $? = 0
352configure:6726: gfortran -v >&5
353Using built-in specs.
354COLLECT_GCC=gfortran
355COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin15/4.9.3/lto-wrapper
356Target: x86_64-apple-darwin15
357Configured with: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/gcc49/work/gcc-4.9.3/configure --prefix=/opt/local --build=x86_64-apple-darwin15 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc49 --includedir=/opt/local/include/gcc49 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.9 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.9 --with-gxx-include-dir=/opt/local/include/gcc49/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --disable-isl-version-check --with-cloog=/opt/local --disable-cloog-version-check --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc49 4.9.3_0' --with-build-config=bootstrap-debug
358Thread model: posix
359gcc version 4.9.3 (MacPorts gcc49 4.9.3_0)
360configure:6729: $? = 0
361configure:6736: gfortran -V >&5
362gfortran: error: unrecognized command line option '-V'
363gfortran: fatal error: no input files
364compilation terminated.
365configure:6739: $? = 1
366configure:6747: checking whether we are using the GNU Fortran 77 compiler
367configure:6766: gfortran -c -pipe -Os conftest.F >&5
368configure:6772: $? = 0
369configure:6789: result: yes
370configure:6795: checking whether gfortran accepts -g
371configure:6812: gfortran -c -g conftest.f >&5
372configure:6818: $? = 0
373configure:6834: result: yes
374configure:6863: checking the maximum length of command line arguments
375configure:6975: result: 196608
376configure:6987: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
377configure:7092: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
378configure:7095: $? = 0
379configure:7099: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
380configure:7102: $? = 0
381cannot find nm_test_var in conftest.nm
382configure:7092: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
383configure:7095: $? = 0
384configure:7099: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
385configure:7102: $? = 0
386configure:7154: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
387configure:7157: $? = 0
388configure:7195: result: ok
389configure:7199: checking for objdir
390configure:7214: result: .libs
391configure:7306: checking for ar
392configure:7322: found /opt/local/bin/ar
393configure:7333: result: ar
394configure:7402: checking for ranlib
395configure:7418: found /opt/local/bin/ranlib
396configure:7429: result: ranlib
397configure:7498: checking for strip
398configure:7514: found /opt/local/bin/strip
399configure:7525: result: strip
400configure:7782: checking for dsymutil
401configure:7798: found /usr/bin/dsymutil
402configure:7809: result: dsymutil
403configure:7878: checking for nmedit
404configure:7894: found /opt/local/bin/nmedit
405configure:7905: result: nmedit
406configure:7932: checking for -single_module linker flag
407configure:7953: result: yes
408configure:7955: checking for -exported_symbols_list linker flag
409configure:7985: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
410configure:7991: $? = 0
411configure:8010: result: yes
412configure:8123: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
413configure:7835: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
414configure:7839: $? = 0
415configure:8158: result: yes
416configure:8173: checking for /usr/bin/clang option to produce PIC
417configure:8405: result: -fno-common
418configure:8413: checking if /usr/bin/clang PIC flag -fno-common works
419configure:8125: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC conftest.c >&5
420configure:8129: $? = 0
421configure:8448: result: yes
422configure:8476: checking if /usr/bin/clang static flag -static works
423configure:8504: result: no
424configure:8514: checking if /usr/bin/clang supports -c -o file.o
425configure:8229: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
426configure:8233: $? = 0
427configure:8561: result: yes
428configure:8587: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
429configure:9567: result: yes
430configure:9634: checking dynamic linker characteristics
431configure:10238: result: darwin15.2.0 dyld
432configure:10262: checking how to hardcode library paths into programs
433configure:10287: result: immediate
434configure:10301: checking whether stripping libraries is possible
435configure:10315: result: yes
436configure:11108: checking if libtool supports shared libraries
437configure:11110: result: yes
438configure:11113: checking whether to build shared libraries
439configure:11134: result: yes
440configure:11137: checking whether to build static libraries
441configure:11141: result: yes
442configure:11235: creating libtool
443configure:11828: checking for ld used by /usr/bin/clang++
444configure:11895: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
445configure:11904: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
446configure:11919: result: no
447configure:11970: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
448configure:12916: result: yes
449configure:12933: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
450configure:12936: $? = 0
451configure:13092: checking for /usr/bin/clang++ option to produce PIC
452configure:13376: result: -fno-common
453configure:13384: checking if /usr/bin/clang++ PIC flag -fno-common works
454configure:13096: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -fno-common -DPIC conftest.cpp >&5
455configure:13100: $? = 0
456configure:13419: result: yes
457configure:13447: checking if /usr/bin/clang++ static flag -static works
458configure:13475: result: no
459configure:13485: checking if /usr/bin/clang++ supports -c -o file.o
460configure:13200: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
461configure:13204: $? = 0
462configure:13532: result: yes
463configure:13558: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
464configure:13584: result: yes
465configure:13651: checking dynamic linker characteristics
466configure:14203: result: darwin15.2.0 dyld
467configure:14227: checking how to hardcode library paths into programs
468configure:14252: result: immediate
469configure:14791: checking if libtool supports shared libraries
470configure:14793: result: yes
471configure:14796: checking whether to build shared libraries
472configure:14816: result: yes
473configure:14819: checking whether to build static libraries
474configure:14823: result: yes
475configure:14833: checking for gfortran option to produce PIC
476configure:15065: result: -fno-common
477configure:15073: checking if gfortran PIC flag -fno-common works
478configure:14785: gfortran -c -pipe -Os -fno-common conftest.f >&5
479configure:14789: $? = 0
480configure:15108: result: yes
481configure:15136: checking if gfortran static flag -static works
482configure:15164: result: no
483configure:15174: checking if gfortran supports -c -o file.o
484configure:14889: gfortran -c -pipe -Os -o out/conftest2.o conftest.f >&5
485configure:14893: $? = 0
486configure:15221: result: yes
487configure:15247: checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
488configure:16207: result: yes
489configure:16274: checking dynamic linker characteristics
490configure:16826: result: darwin15.2.0 dyld
491configure:16850: checking how to hardcode library paths into programs
492configure:16875: result: immediate
493configure:20479: checking for some Win32 platform
494configure:20488: result: no
495configure:20501: checking for native Win32
496configure:20511: result: no
497configure:20661: checking for gcc
498configure:20688: result: /usr/bin/clang
499configure:20926: checking for C compiler version
500configure:20933: /usr/bin/clang --version >&5
501Apple LLVM version 7.0.2 (clang-700.1.81)
502Target: x86_64-apple-darwin15.2.0
503Thread model: posix
504configure:20936: $? = 0
505configure:20943: /usr/bin/clang -v >&5
506Apple LLVM version 7.0.2 (clang-700.1.81)
507Target: x86_64-apple-darwin15.2.0
508Thread model: posix
509configure:20946: $? = 0
510configure:20953: /usr/bin/clang -V >&5
511clang: error: argument to '-V' is missing (expected 1 value)
512clang: error: no input files
513configure:20956: $? = 1
514configure:20959: checking whether we are using the GNU C compiler
515configure:21011: result: yes
516configure:21016: checking whether /usr/bin/clang accepts -g
517configure:21151: result: yes
518configure:21168: checking for /usr/bin/clang option to accept ISO C89
519configure:21271: result: none needed
520configure:21291: checking dependency style of /usr/bin/clang
521configure:21382: result: gcc3
522configure:21400: checking whether ln -s works
523configure:21404: result: yes
524configure:21515: checking for perl5
525configure:21533: found /opt/local/bin/perl5
526configure:21545: result: /opt/local/bin/perl5
527configure:21639: checking for pkg-config
528configure:21657: found /opt/local/bin/pkg-config
529configure:21669: result: /opt/local/bin/pkg-config
530configure:21698: checking pkg-config is at least version 0.9.0
531configure:21701: result: yes
532configure:21712: checking for BASE_DEPENDENCIES
533configure:21719: $PKG_CONFIG --exists --print-errors "$TMPDEPS"
534configure:21722: $? = 0
535configure:21735: $PKG_CONFIG --exists --print-errors "$TMPDEPS"
536configure:21738: $? = 0
537configure:21813: result: yes
538configure:21822: checking for ANSI C header files
539configure:21986: result: yes
540configure:22003: checking for inttypes.h
541configure:22009: result: yes
542configure:22003: checking for stdlib.h
543configure:22009: result: yes
544configure:22003: checking for string.h
545configure:22009: result: yes
546configure:22145: checking for an ANSI C-conforming const
547configure:22220: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
548configure:22226: $? = 0
549configure:22241: result: yes
550configure:22261: checking for stdlib.h
551configure:22267: result: yes
552configure:22401: checking for GNU libc compatible malloc
553configure:22435: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
554configure:22438: $? = 0
555configure:22444: ./conftest
556configure:22447: $? = 0
557configure:22463: result: yes
558configure:22499: checking for memset
559configure:22555: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
560conftest.c:48:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
561char memset ();
562     ^
563conftest.c:48:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
5641 warning generated.
565configure:22561: $? = 0
566configure:22579: result: yes
567configure:22499: checking for sqrt
568configure:22555: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
569conftest.c:49:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
570char sqrt ();
571     ^
572conftest.c:49:6: note: 'sqrt' is a builtin with type 'double (double)'
5731 warning generated.
574configure:22561: $? = 0
575configure:22579: result: yes
576configure:22499: checking for strchr
577configure:22555: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
578conftest.c:50:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
579char strchr ();
580     ^
581conftest.c:50:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
5821 warning generated.
583configure:22561: $? = 0
584configure:22579: result: yes
585configure:22499: checking for strrchr
586configure:22555: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
587conftest.c:51:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
588char strrchr ();
589     ^
590conftest.c:51:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
5911 warning generated.
592configure:22561: $? = 0
593configure:22579: result: yes
594configure:22499: checking for strstr
595configure:22555: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
596conftest.c:52:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
597char strstr ();
598     ^
599conftest.c:52:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
6001 warning generated.
601configure:22561: $? = 0
602configure:22579: result: yes
603configure:22620: checking gdk/gdkdisplay.h usability
604configure:22637: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  conftest.c >&5
605configure:22643: $? = 0
606configure:22657: result: yes
607configure:22661: checking gdk/gdkdisplay.h presence
608configure:22676: /usr/bin/clang -E -I/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  conftest.c
609configure:22682: $? = 0
610configure:22696: result: yes
611configure:22729: checking for gdk/gdkdisplay.h
612configure:22737: result: yes
613configure:22620: checking gdk/gdkscreen.h usability
614configure:22637: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  conftest.c >&5
615configure:22643: $? = 0
616configure:22657: result: yes
617configure:22661: checking gdk/gdkscreen.h presence
618configure:22676: /usr/bin/clang -E -I/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  conftest.c
619configure:22682: $? = 0
620configure:22696: result: yes
621configure:22729: checking for gdk/gdkscreen.h
622configure:22737: result: yes
623configure:22754: checking for gdk_display_get_default in GDK library
624configure:22777: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  >&5
625configure:22783: $? = 0
626configure:22799: result: yes
627configure:22807: GDK supports multihead
628configure:22837: checking for gdk_x11_colormap_foreign_new
629configure:22893: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  >&5
630configure:22899: $? = 0
631configure:22917: result: yes
632configure:22945: checking for X
633configure:23169: result: disabled
634configure:24261: error: X development libraries not found
635
636## ---------------- ##
637## Cache variables. ##
638## ---------------- ##
639
640ac_cv_build=i386-apple-darwin15.2.0
641ac_cv_c_compiler_gnu=yes
642ac_cv_c_const=yes
643ac_cv_cxx_compiler_gnu=yes
644ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set=
645ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value=
646ac_cv_env_BASE_DEPENDENCIES_LIBS_set=
647ac_cv_env_BASE_DEPENDENCIES_LIBS_value=
648ac_cv_env_CCC_set=
649ac_cv_env_CCC_value=
650ac_cv_env_CC_set=set
651ac_cv_env_CC_value=/usr/bin/clang
652ac_cv_env_CFLAGS_set=set
653ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
654ac_cv_env_CPPFLAGS_set=set
655ac_cv_env_CPPFLAGS_value=-I/opt/local/include
656ac_cv_env_CPP_set=
657ac_cv_env_CPP_value=
658ac_cv_env_CXXCPP_set=
659ac_cv_env_CXXCPP_value=
660ac_cv_env_CXXFLAGS_set=set
661ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
662ac_cv_env_CXX_set=set
663ac_cv_env_CXX_value=/usr/bin/clang++
664ac_cv_env_F77_set=
665ac_cv_env_F77_value=
666ac_cv_env_FFLAGS_set=set
667ac_cv_env_FFLAGS_value='-pipe -Os'
668ac_cv_env_LDFLAGS_set=set
669ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
670ac_cv_env_LIBS_set=
671ac_cv_env_LIBS_value=
672ac_cv_env_PKG_CONFIG_set=
673ac_cv_env_PKG_CONFIG_value=
674ac_cv_env_XMKMF_set=
675ac_cv_env_XMKMF_value=
676ac_cv_env_build_alias_set=
677ac_cv_env_build_alias_value=
678ac_cv_env_host_alias_set=
679ac_cv_env_host_alias_value=
680ac_cv_env_target_alias_set=
681ac_cv_env_target_alias_value=
682ac_cv_f77_compiler_gnu=yes
683ac_cv_func_gdk_x11_colormap_foreign_new=yes
684ac_cv_func_malloc_0_nonnull=yes
685ac_cv_func_memset=yes
686ac_cv_func_sqrt=yes
687ac_cv_func_strchr=yes
688ac_cv_func_strrchr=yes
689ac_cv_func_strstr=yes
690ac_cv_header_dlfcn_h=yes
691ac_cv_header_gdk_gdkdisplay_h=yes
692ac_cv_header_gdk_gdkscreen_h=yes
693ac_cv_header_inttypes_h=yes
694ac_cv_header_memory_h=yes
695ac_cv_header_stdc=yes
696ac_cv_header_stdint_h=yes
697ac_cv_header_stdlib_h=yes
698ac_cv_header_string_h=yes
699ac_cv_header_strings_h=yes
700ac_cv_header_sys_stat_h=yes
701ac_cv_header_sys_types_h=yes
702ac_cv_header_unistd_h=yes
703ac_cv_host=i386-apple-darwin15.2.0
704ac_cv_objext=o
705ac_cv_path_EGREP='/usr/bin/grep -E'
706ac_cv_path_GREP=/usr/bin/grep
707ac_cv_path_PERL=/opt/local/bin/perl5
708ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
709ac_cv_path_mkdir=/opt/local/bin/gmkdir
710ac_cv_prog_AWK=gawk
711ac_cv_prog_CPP='/usr/bin/clang -E'
712ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
713ac_cv_prog_ac_ct_AR=ar
714ac_cv_prog_ac_ct_CC=/usr/bin/clang
715ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
716ac_cv_prog_ac_ct_F77=gfortran
717ac_cv_prog_ac_ct_NMEDIT=nmedit
718ac_cv_prog_ac_ct_RANLIB=ranlib
719ac_cv_prog_ac_ct_STRIP=strip
720ac_cv_prog_cc_c89=
721ac_cv_prog_cc_g=yes
722ac_cv_prog_cxx_g=yes
723ac_cv_prog_f77_g=yes
724ac_cv_prog_make_make_set=yes
725am_cv_CC_dependencies_compiler_type=gcc3
726am_cv_CXX_dependencies_compiler_type=gcc3
727am_cv_prog_cc_stdc=
728lt_cv_apple_cc_single_mod=yes
729lt_cv_deplibs_check_method=pass_all
730lt_cv_file_magic_cmd='$MAGIC_CMD'
731lt_cv_file_magic_test_file=
732lt_cv_ld_exported_symbols_list=yes
733lt_cv_ld_reload_flag=-r
734lt_cv_objdir=.libs
735lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
736lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
737lt_cv_path_NM=/opt/local/bin/nm
738lt_cv_path_SED=/opt/local/bin/gsed
739lt_cv_prog_compiler_c_o=yes
740lt_cv_prog_compiler_c_o_CXX=yes
741lt_cv_prog_compiler_c_o_F77=yes
742lt_cv_prog_compiler_pic_works=yes
743lt_cv_prog_compiler_pic_works_CXX=yes
744lt_cv_prog_compiler_pic_works_F77=yes
745lt_cv_prog_compiler_rtti_exceptions=yes
746lt_cv_prog_compiler_static_works=no
747lt_cv_prog_compiler_static_works_CXX=no
748lt_cv_prog_compiler_static_works_F77=no
749lt_cv_prog_gnu_ld=no
750lt_cv_prog_gnu_ldcxx=no
751lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
752lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
753lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
754lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
755lt_cv_sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.0.2 /usr/local/lib'
756lt_cv_sys_max_cmd_len=196608
757lt_lt_cv_prog_compiler_c_o='"yes"'
758lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
759lt_lt_cv_prog_compiler_c_o_F77='"yes"'
760lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
761lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
762lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
763pkg_cv_BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
764pkg_cv_BASE_DEPENDENCIES_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl '
765
766## ----------------- ##
767## Output variables. ##
768## ----------------- ##
769
770ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run aclocal-1.10'
771AMDEPBACKSLASH='\'
772AMDEP_FALSE='#'
773AMDEP_TRUE=''
774AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run tar'
775API_MI='0'
776API_MJ='1'
777AR='ar'
778AS='as'
779AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run autoconf'
780AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run autoheader'
781AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run automake-1.10'
782AWK='gawk'
783BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -I/opt/local/include/freetype2 -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/libpng16 -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
784BASE_DEPENDENCIES_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lcairo -lX11 -lXext -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl '
785CC='/usr/bin/clang'
786CCDEPMODE='depmode=gcc3'
787CFLAGS='-pipe -Os -arch x86_64'
788CPP='/usr/bin/clang -E'
789CPPFLAGS='-I/opt/local/include'
790CXX='/usr/bin/clang++'
791CXXCPP='/usr/bin/clang++ -E'
792CXXDEPMODE='depmode=gcc3'
793CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
794CYGPATH_W='echo'
795DEFS=''
796DEPDIR='.deps'
797DLLTOOL='dlltool'
798DSYMUTIL='dsymutil'
799ECHO='/bin/echo'
800ECHO_C='ECHO_N=''
801ECHO_T=''
802EGREP='/usr/bin/grep -E'
803ENABLE_GTK_DOC_FALSE=''
804ENABLE_GTK_DOC_TRUE=''
805EXAMPLES_DEP_CFLAGS=''
806EXEEXT=''
807F77='gfortran'
808FFLAGS='-pipe -Os'
809GDKGLEXT_DEP_CFLAGS=''
810GDKGLEXT_DEP_LIBS=''
811GDKGLEXT_EXTRA_CFLAGS=''
812GDKGLEXT_EXTRA_LIBS=''
813GDKGLEXT_MULTIHEAD_SUPPORT='yes'
814GDKGLEXT_PACKAGES=''
815GDKGLEXT_WIN_CFLAGS=''
816GDKGLEXT_WIN_EXTRA_DEFS=''
817GDKGLEXT_WIN_LIBS=''
818GL_CFLAGS=''
819GL_LIBS=''
820GREP='/usr/bin/grep'
821GTKDOC=''
822GTKGLEXT_API_MAJOR_VERSION='1'
823GTKGLEXT_API_MINOR_VERSION='0'
824GTKGLEXT_API_VERSION='1.0'
825GTKGLEXT_BINARY_AGE='200'
826GTKGLEXT_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
827GTKGLEXT_DEP_CFLAGS=''
828GTKGLEXT_DEP_LIBS=''
829GTKGLEXT_DEP_LIBS_WITH_PANGOFT2=''
830GTKGLEXT_EXTRA_CFLAGS=''
831GTKGLEXT_EXTRA_LIBS=''
832GTKGLEXT_INTERFACE_AGE='0'
833GTKGLEXT_MAJOR_VERSION='1'
834GTKGLEXT_MICRO_VERSION='0'
835GTKGLEXT_MINOR_VERSION='2'
836GTKGLEXT_PACKAGES=''
837GTKGLEXT_VERSION='1.2.0'
838HTML_DIR=''
839INSTALL_DATA='${INSTALL} -m 644'
840INSTALL_PROGRAM='${INSTALL}'
841INSTALL_SCRIPT='${INSTALL}'
842INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
843LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
844LIBOBJS=''
845LIBS=''
846LIBTOOL='$(SHELL) $(top_builddir)/libtool'
847LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
848LN_S='ln -s'
849LTLIBOBJS=''
850LT_AGE='200'
851LT_CURRENT='200'
852LT_CURRENT_MINUS_AGE='0'
853LT_RELEASE='1.2'
854LT_REVISION='0'
855MAINT='#'
856MAINTAINER_MODE_FALSE=''
857MAINTAINER_MODE_TRUE='#'
858MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/missing --run makeinfo'
859MATH_LIB='-lm'
860MS_LIB_AVAILABLE_FALSE=''
861MS_LIB_AVAILABLE_TRUE='#'
862MULTIHEAD_SUPPORT_FALSE='#'
863MULTIHEAD_SUPPORT_TRUE=''
864NMEDIT='nmedit'
865OBJDUMP='objdump'
866OBJEXT='o'
867OS_WIN32_FALSE=''
868OS_WIN32_TRUE='#'
869PACKAGE='gtkglext'
870PACKAGE_BUGREPORT='gtkglext-list@gnome.org'
871PACKAGE_NAME='gtkglext'
872PACKAGE_STRING='gtkglext 1.2.0'
873PACKAGE_TARNAME='gtkglext'
874PACKAGE_VERSION='1.2.0'
875PATH_SEPARATOR=':'
876PERL='/opt/local/bin/perl5'
877PKG_CONFIG='/opt/local/bin/pkg-config'
878PLATFORM_WIN32_FALSE=''
879PLATFORM_WIN32_TRUE='#'
880RANLIB='ranlib'
881REBUILD=''
882SED='/opt/local/bin/gsed'
883SET_MAKE=''
884SHELL='/bin/sh'
885STRIP='strip'
886TARGET_QUARTZ_FALSE=''
887TARGET_QUARTZ_TRUE='#'
888USE_WIN32_FALSE=''
889USE_WIN32_TRUE=''
890USE_X11_FALSE=''
891USE_X11_TRUE=''
892VERSION='1.2.0'
893WINDOWING_CFLAGS=''
894WINDOWING_LIBS=''
895XMKMF=''
896X_CFLAGS=''
897X_EXTRA_LIBS=''
898X_LIBS=''
899X_PRE_LIBS=''
900ac_ct_CC='/usr/bin/clang'
901ac_ct_CXX=''
902ac_ct_F77='gfortran'
903am__fastdepCC_FALSE='#'
904am__fastdepCC_TRUE=''
905am__fastdepCXX_FALSE='#'
906am__fastdepCXX_TRUE=''
907am__include='include'
908am__isrc=''
909am__leading_dot='.'
910am__quote=''
911am__tar='${AMTAR} chof - "$$tardir"'
912am__untar='${AMTAR} xf -'
913bindir='${exec_prefix}/bin'
914build='i386-apple-darwin15.2.0'
915build_alias=''
916build_cpu='i386'
917build_os='darwin15.2.0'
918build_vendor='apple'
919datadir='${datarootdir}'
920datarootdir='${prefix}/share'
921docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
922dvidir='${docdir}'
923exec_prefix='NONE'
924gdkglext_targetlib='libgdkglext-x11-1.0.la'
925gdktarget='x11'
926gtkglext_targetlib='libgtkglext-x11-1.0.la'
927host='i386-apple-darwin15.2.0'
928host_alias=''
929host_cpu='i386'
930host_os='darwin15.2.0'
931host_vendor='apple'
932htmldir='${docdir}'
933includedir='${prefix}/include'
934infodir='${datarootdir}/info'
935install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gtkglext/gtkglext/work/gtkglext-1.2.0/install-sh'
936libdir='${exec_prefix}/lib'
937libexecdir='${exec_prefix}/libexec'
938localedir='${datarootdir}/locale'
939localstatedir='${prefix}/var'
940mandir='${datarootdir}/man'
941mkdir_p='/opt/local/bin/gmkdir -p'
942ms_librarian=''
943oldincludedir='/usr/include'
944pdfdir='${docdir}'
945prefix='/opt/local'
946program_transform_name='s,x,x,'
947psdir='${docdir}'
948sbindir='${exec_prefix}/sbin'
949sharedstatedir='${prefix}/com'
950sysconfdir='${prefix}/etc'
951target_alias=''
952
953## ----------- ##
954## confdefs.h. ##
955## ----------- ##
956
957#define PACKAGE_NAME "gtkglext"
958#define PACKAGE_TARNAME "gtkglext"
959#define PACKAGE_VERSION "1.2.0"
960#define PACKAGE_STRING "gtkglext 1.2.0"
961#define PACKAGE_BUGREPORT "gtkglext-list@gnome.org"
962#define STDC_HEADERS 1
963#define HAVE_SYS_TYPES_H 1
964#define HAVE_SYS_STAT_H 1
965#define HAVE_STDLIB_H 1
966#define HAVE_STRING_H 1
967#define HAVE_MEMORY_H 1
968#define HAVE_STRINGS_H 1
969#define HAVE_INTTYPES_H 1
970#define HAVE_STDINT_H 1
971#define HAVE_UNISTD_H 1
972#define HAVE_DLFCN_H 1
973#define STDC_HEADERS 1
974#define HAVE_INTTYPES_H 1
975#define HAVE_STDLIB_H 1
976#define HAVE_STRING_H 1
977#define HAVE_STDLIB_H 1
978#define HAVE_MALLOC 1
979#define HAVE_MEMSET 1
980#define HAVE_SQRT 1
981#define HAVE_STRCHR 1
982#define HAVE_STRRCHR 1
983#define HAVE_STRSTR 1
984#define HAVE_GDK_GDKDISPLAY_H 1
985#define HAVE_GDK_GDKSCREEN_H 1
986#define HAVE_GDK_X11_COLORMAP_FOREIGN_NEW 1
987#define X_DISPLAY_MISSING 1
988
989configure: exit 1