Ticket #55152: config.log

File config.log, 25.5 KB (added by ablarer, 7 years ago)

gdbm-1.13/config.log

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 gdbm configure 1.13, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-silent-rules ac_cv_prog_AWK=awk
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Sheila.local
14uname -m = x86_64
15uname -r = 17.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.2.0: Sun Oct  1 00:46:50 PDT 2017; root:xnu-4570.20.62~10/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 17.2.0: Sun Oct  1 00:46:50 PDT 2017; root:xnu-4570.20.62~10/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 396 tasks, 1765 threads, 8 processors
34Load average: 2.12, Mach factor: 5.86
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:2646: checking for a BSD-compatible install
52configure:2714: result: /usr/bin/install -c
53configure:2725: checking whether build environment is sane
54configure:2780: result: yes
55configure:2931: checking for a thread-safe mkdir -p
56configure:2970: result: build-aux/install-sh -c -d
57configure:2977: checking for gawk
58configure:3004: result: awk
59configure:3015: checking whether make sets $(MAKE)
60configure:3037: result: yes
61configure:3066: checking whether make supports nested variables
62configure:3083: result: yes
63configure:3221: checking whether make supports nested variables
64configure:3238: result: yes
65configure:3358: checking for gcc
66configure:3385: result: /usr/bin/clang
67configure:3614: checking for C compiler version
68configure:3623: /usr/bin/clang --version >&5
69Apple LLVM version 9.0.0 (clang-900.0.38)
70Target: x86_64-apple-darwin17.2.0
71Thread model: posix
72InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
73configure:3634: $? = 0
74configure:3623: /usr/bin/clang -v >&5
75Apple LLVM version 9.0.0 (clang-900.0.38)
76Target: x86_64-apple-darwin17.2.0
77Thread model: posix
78InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
79configure:3634: $? = 0
80configure:3623: /usr/bin/clang -V >&5
81clang: error: argument to '-V' is missing (expected 1 value)
82clang: error: no input files
83configure:3634: $? = 1
84configure:3623: /usr/bin/clang -qversion >&5
85clang: error: unknown argument: '-qversion'
86clang: error: no input files
87configure:3634: $? = 1
88configure:3654: checking whether the C compiler works
89configure:3676: /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
90configure:3680: $? = 0
91configure:3728: result: yes
92configure:3731: checking for C compiler default output file name
93configure:3733: result: a.out
94configure:3739: checking for suffix of executables
95configure:3746: /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
96configure:3750: $? = 0
97configure:3772: result:
98configure:3794: checking whether we are cross compiling
99configure:3802: /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
100configure:3806: $? = 0
101configure:3813: ./conftest
102configure:3817: $? = 0
103configure:3832: result: no
104configure:3837: checking for suffix of object files
105configure:3859: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
106configure:3863: $? = 0
107configure:3884: result: o
108configure:3888: checking whether we are using the GNU C compiler
109configure:3907: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
110configure:3907: $? = 0
111configure:3916: result: yes
112configure:3925: checking whether /usr/bin/clang accepts -g
113configure:3945: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
114configure:3945: $? = 0
115configure:3986: result: yes
116configure:4003: checking for /usr/bin/clang option to accept ISO C89
117configure:4066: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
118configure:4066: $? = 0
119configure:4079: result: none needed
120configure:4104: checking whether /usr/bin/clang understands -c and -o together
121configure:4126: /usr/bin/clang -c conftest.c -o conftest2.o
122configure:4129: $? = 0
123configure:4126: /usr/bin/clang -c conftest.c -o conftest2.o
124configure:4129: $? = 0
125configure:4141: result: yes
126configure:4169: checking for style of include used by make
127configure:4197: result: GNU
128configure:4223: checking dependency style of /usr/bin/clang
129configure:4334: result: gcc3
130configure:4354: checking how to run the C preprocessor
131configure:4385: /usr/bin/clang -E -I/opt/local/include conftest.c
132configure:4385: $? = 0
133configure:4399: /usr/bin/clang -E -I/opt/local/include conftest.c
134conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
135#include <ac_nonexistent.h>
136         ^~~~~~~~~~~~~~~~~~
1371 error generated.
138configure:4399: $? = 1
139configure: failed program was:
140| /* confdefs.h */
141| #define PACKAGE_NAME "gdbm"
142| #define PACKAGE_TARNAME "gdbm"
143| #define PACKAGE_VERSION "1.13"
144| #define PACKAGE_STRING "gdbm 1.13"
145| #define PACKAGE_BUGREPORT "bug-gdbm@gnu.org"
146| #define PACKAGE_URL "http://www.gnu.org/software/gdbm"
147| #define PACKAGE "gdbm"
148| #define VERSION "1.13"
149| /* end confdefs.h.  */
150| #include <ac_nonexistent.h>
151configure:4424: result: /usr/bin/clang -E
152configure:4444: /usr/bin/clang -E -I/opt/local/include conftest.c
153configure:4444: $? = 0
154configure:4458: /usr/bin/clang -E -I/opt/local/include conftest.c
155conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
156#include <ac_nonexistent.h>
157         ^~~~~~~~~~~~~~~~~~
1581 error generated.
159configure:4458: $? = 1
160configure: failed program was:
161| /* confdefs.h */
162| #define PACKAGE_NAME "gdbm"
163| #define PACKAGE_TARNAME "gdbm"
164| #define PACKAGE_VERSION "1.13"
165| #define PACKAGE_STRING "gdbm 1.13"
166| #define PACKAGE_BUGREPORT "bug-gdbm@gnu.org"
167| #define PACKAGE_URL "http://www.gnu.org/software/gdbm"
168| #define PACKAGE "gdbm"
169| #define VERSION "1.13"
170| /* end confdefs.h.  */
171| #include <ac_nonexistent.h>
172configure:4516: checking build system type
173configure:4530: result: x86_64-apple-darwin17.2.0
174configure:4550: checking host system type
175configure:4563: result: x86_64-apple-darwin17.2.0
176configure:4604: checking how to print strings
177configure:4631: result: printf
178configure:4652: checking for a sed that does not truncate output
179configure:4716: result: /opt/local/bin/gsed
180configure:4734: checking for grep that handles long lines and -e
181configure:4792: result: /usr/bin/grep
182configure:4797: checking for egrep
183configure:4859: result: /usr/bin/grep -E
184configure:4864: checking for fgrep
185configure:4926: result: /usr/bin/grep -F
186configure:4961: checking for ld used by /usr/bin/clang
187configure:5028: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
188configure:5035: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
189configure:5050: result: no
190configure:5062: checking for BSD- or MS-compatible name lister (nm)
191configure:5111: result: /opt/local/bin/nm -B
192configure:5241: checking the name lister (/opt/local/bin/nm -B) interface
193configure:5248: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
194configure:5251: /opt/local/bin/nm -B "conftest.o"
195configure:5254: output
1960000000000000000 S _some_variable
197configure:5261: result: BSD nm
198configure:5264: checking whether ln -s works
199configure:5268: result: yes
200configure:5276: checking the maximum length of command line arguments
201configure:5406: result: 196608
202configure:5423: checking whether the shell understands some XSI constructs
203configure:5433: result: yes
204configure:5437: checking whether the shell understands "+="
205configure:5443: result: yes
206configure:5478: checking how to convert x86_64-apple-darwin17.2.0 file names to x86_64-apple-darwin17.2.0 format
207configure:5518: result: func_convert_file_noop
208configure:5525: checking how to convert x86_64-apple-darwin17.2.0 file names to toolchain format
209configure:5545: result: func_convert_file_noop
210configure:5552: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
211configure:5559: result: -r
212configure:5633: checking for objdump
213configure:5649: found /usr/bin/objdump
214configure:5660: result: objdump
215configure:5692: checking how to recognize dependent libraries
216configure:5894: result: pass_all
217configure:5979: checking for dlltool
218configure:6009: result: no
219configure:6039: checking how to associate runtime and link libraries
220configure:6066: result: printf %s\n
221configure:6127: checking for ar
222configure:6143: found /opt/local/bin/ar
223configure:6154: result: ar
224configure:6191: checking for archiver @FILE support
225configure:6208: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
226configure:6208: $? = 0
227configure:6211: ar cru libconftest.a @conftest.lst >&5
228ar: @conftest.lst: No such file or directory
229configure:6214: $? = 1
230configure:6234: result: no
231configure:6292: checking for strip
232configure:6308: found /opt/local/bin/strip
233configure:6319: result: strip
234configure:6391: checking for ranlib
235configure:6407: found /opt/local/bin/ranlib
236configure:6418: result: ranlib
237configure:6520: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
238configure:6640: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
239configure:6643: $? = 0
240configure:6647: /opt/local/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
241configure:6650: $? = 0
242cannot find nm_test_var in conftest.nm
243configure:6640: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
244configure:6643: $? = 0
245configure:6647: /opt/local/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
246configure:6650: $? = 0
247configure:6716: /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
248configure:6719: $? = 0
249configure:6757: result: ok
250configure:6794: checking for sysroot
251configure:6824: result: no
252configure:7080: checking for mt
253configure:7110: result: no
254configure:7130: checking if : is a manifest tool
255configure:7136: : '-?'
256configure:7144: result: no
257configure:7200: checking for dsymutil
258configure:7216: found /usr/bin/dsymutil
259configure:7227: result: dsymutil
260configure:7292: checking for nmedit
261configure:7308: found /opt/local/bin/nmedit
262configure:7319: result: nmedit
263configure:7384: checking for lipo
264configure:7400: found /opt/local/bin/lipo
265configure:7411: result: lipo
266configure:7476: checking for otool
267configure:7492: found /opt/local/bin/otool
268configure:7503: result: otool
269configure:7568: checking for otool64
270configure:7598: result: no
271configure:7643: checking for -single_module linker flag
272/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
273configure:7676: result: yes
274configure:7679: checking for -exported_symbols_list linker flag
275configure:7699: /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
276configure:7699: $? = 0
277configure:7709: result: yes
278configure:7712: checking for -force_load linker flag
279/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
280ar cru libconftest.a conftest.o
281ranlib libconftest.a
282/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
283configure:7744: result: yes
284configure:7782: checking for ANSI C header files
285configure:7802: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
286configure:7802: $? = 0
287configure:7875: /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
288configure:7875: $? = 0
289configure:7875: ./conftest
290configure:7875: $? = 0
291configure:7886: result: yes
292configure:7899: checking for sys/types.h
293configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
294configure:7899: $? = 0
295configure:7899: result: yes
296configure:7899: checking for sys/stat.h
297configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
298configure:7899: $? = 0
299configure:7899: result: yes
300configure:7899: checking for stdlib.h
301configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
302configure:7899: $? = 0
303configure:7899: result: yes
304configure:7899: checking for string.h
305configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
306configure:7899: $? = 0
307configure:7899: result: yes
308configure:7899: checking for memory.h
309configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
310configure:7899: $? = 0
311configure:7899: result: yes
312configure:7899: checking for strings.h
313configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
314configure:7899: $? = 0
315configure:7899: result: yes
316configure:7899: checking for inttypes.h
317configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
318configure:7899: $? = 0
319configure:7899: result: yes
320configure:7899: checking for stdint.h
321configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
322configure:7899: $? = 0
323configure:7899: result: yes
324configure:7899: checking for unistd.h
325configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
326configure:7899: $? = 0
327configure:7899: result: yes
328configure:7913: checking for dlfcn.h
329configure:7913: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
330configure:7913: $? = 0
331configure:7913: result: yes
332configure:8119: checking for objdir
333configure:8134: result: .libs
334configure:8405: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
335configure:8423: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
336configure:8427: $? = 0
337configure:8440: result: yes
338configure:8767: checking for /usr/bin/clang option to produce PIC
339configure:8774: result: -fno-common -DPIC
340configure:8782: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
341configure:8800: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
342configure:8804: $? = 0
343configure:8817: result: yes
344configure:8846: checking if /usr/bin/clang static flag -static works
345configure:8874: result: no
346configure:8889: checking if /usr/bin/clang supports -c -o file.o
347configure:8910: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
348configure:8914: $? = 0
349configure:8936: result: yes
350configure:8944: checking if /usr/bin/clang supports -c -o file.o
351configure:8991: result: yes
352configure:9024: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
353configure:10177: result: yes
354configure:10417: checking dynamic linker characteristics
355configure:11150: result: darwin17.2.0 dyld
356configure:11257: checking how to hardcode library paths into programs
357configure:11282: result: immediate
358configure:11822: checking whether stripping libraries is possible
359configure:11836: result: yes
360configure:11862: checking if libtool supports shared libraries
361configure:11864: result: yes
362configure:11867: checking whether to build shared libraries
363configure:11888: result: yes
364configure:11891: checking whether to build static libraries
365configure:11895: result: yes
366configure:11939: checking for special C compiler options needed for large files
367configure:11984: result: no
368configure:11990: checking for _FILE_OFFSET_BITS value needed for large files
369configure:12015: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
370configure:12015: $? = 0
371configure:12047: result: no
372configure:12136: checking for bison
373configure:12152: found /opt/local/bin/bison
374configure:12163: result: bison -y
375configure:12179: checking for flex
376configure:12195: found /opt/local/bin/flex
377configure:12206: result: flex
378configure:12244: flex conftest.l
379flex: error writing output file lex.yy.c
380configure:12248: $? = 1
381configure:12250: checking lex output file root
382configure:12261: error: cannot find output from flex; giving up
383
384## ---------------- ##
385## Cache variables. ##
386## ---------------- ##
387
388ac_cv_build=x86_64-apple-darwin17.2.0
389ac_cv_c_compiler_gnu=yes
390ac_cv_env_CC_set=set
391ac_cv_env_CC_value=/usr/bin/clang
392ac_cv_env_CFLAGS_set=set
393ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
394ac_cv_env_COMPATINCLUDEDIR_set=
395ac_cv_env_COMPATINCLUDEDIR_value=
396ac_cv_env_CPPFLAGS_set=set
397ac_cv_env_CPPFLAGS_value=-I/opt/local/include
398ac_cv_env_CPP_set=
399ac_cv_env_CPP_value=
400ac_cv_env_LDFLAGS_set=set
401ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
402ac_cv_env_LIBS_set=
403ac_cv_env_LIBS_value=
404ac_cv_env_YACC_set=
405ac_cv_env_YACC_value=
406ac_cv_env_YFLAGS_set=
407ac_cv_env_YFLAGS_value=
408ac_cv_env_build_alias_set=
409ac_cv_env_build_alias_value=
410ac_cv_env_host_alias_set=
411ac_cv_env_host_alias_value=
412ac_cv_env_target_alias_set=
413ac_cv_env_target_alias_value=
414ac_cv_header_dlfcn_h=yes
415ac_cv_header_inttypes_h=yes
416ac_cv_header_memory_h=yes
417ac_cv_header_stdc=yes
418ac_cv_header_stdint_h=yes
419ac_cv_header_stdlib_h=yes
420ac_cv_header_string_h=yes
421ac_cv_header_strings_h=yes
422ac_cv_header_sys_stat_h=yes
423ac_cv_header_sys_types_h=yes
424ac_cv_header_unistd_h=yes
425ac_cv_host=x86_64-apple-darwin17.2.0
426ac_cv_objext=o
427ac_cv_path_EGREP='/usr/bin/grep -E'
428ac_cv_path_FGREP='/usr/bin/grep -F'
429ac_cv_path_GREP=/usr/bin/grep
430ac_cv_path_SED=/opt/local/bin/gsed
431ac_cv_prog_AWK=awk
432ac_cv_prog_CPP='/usr/bin/clang -E'
433ac_cv_prog_LEX=flex
434ac_cv_prog_YACC='bison -y'
435ac_cv_prog_ac_ct_AR=ar
436ac_cv_prog_ac_ct_CC=/usr/bin/clang
437ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
438ac_cv_prog_ac_ct_LIPO=lipo
439ac_cv_prog_ac_ct_NMEDIT=nmedit
440ac_cv_prog_ac_ct_OBJDUMP=objdump
441ac_cv_prog_ac_ct_OTOOL=otool
442ac_cv_prog_ac_ct_RANLIB=ranlib
443ac_cv_prog_ac_ct_STRIP=strip
444ac_cv_prog_cc_c89=
445ac_cv_prog_cc_g=yes
446ac_cv_prog_make_make_set=yes
447ac_cv_sys_file_offset_bits=no
448ac_cv_sys_largefile_CC=no
449am_cv_CC_dependencies_compiler_type=gcc3
450am_cv_make_support_nested_variables=yes
451am_cv_prog_cc_c_o=yes
452lt_cv_apple_cc_single_mod=yes
453lt_cv_ar_at_file=no
454lt_cv_deplibs_check_method=pass_all
455lt_cv_file_magic_cmd='$MAGIC_CMD'
456lt_cv_file_magic_test_file=
457lt_cv_ld_exported_symbols_list=yes
458lt_cv_ld_force_load=yes
459lt_cv_ld_reload_flag=-r
460lt_cv_nm_interface='BSD nm'
461lt_cv_objdir=.libs
462lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
463lt_cv_path_NM='/opt/local/bin/nm -B'
464lt_cv_path_mainfest_tool=no
465lt_cv_prog_compiler_c_o=yes
466lt_cv_prog_compiler_pic='-fno-common -DPIC'
467lt_cv_prog_compiler_pic_works=yes
468lt_cv_prog_compiler_rtti_exceptions=yes
469lt_cv_prog_compiler_static_works=no
470lt_cv_prog_gnu_ld=no
471lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
472lt_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'\'''
473lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
474lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
475lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
476lt_cv_sys_max_cmd_len=196608
477lt_cv_to_host_file_cmd=func_convert_file_noop
478lt_cv_to_tool_file_cmd=func_convert_file_noop
479
480## ----------------- ##
481## Output variables. ##
482## ----------------- ##
483
484ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/missing aclocal-1.14'
485AMDEPBACKSLASH='\'
486AMDEP_FALSE='#'
487AMDEP_TRUE=''
488AMTAR='$${TAR-tar}'
489AM_BACKSLASH='\'
490AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
491AM_DEFAULT_VERBOSITY='1'
492AM_V='$(V)'
493AR='ar'
494AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/missing autoconf'
495AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/missing autoheader'
496AUTOM4TE=''
497AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/missing automake-1.14'
498AWK='awk'
499CC='/usr/bin/clang'
500CCDEPMODE='depmode=gcc3'
501CFLAGS='-pipe -Os -arch x86_64'
502COMPATINCLUDEDIR='$(includedir)'
503COMPAT_OPT_FALSE=''
504COMPAT_OPT_TRUE=''
505CPP='/usr/bin/clang -E'
506CPPFLAGS='-I/opt/local/include'
507CURSES_LIBS=''
508CYGPATH_W='echo'
509DEFS=''
510DEPDIR='.deps'
511DLLTOOL='false'
512DSYMUTIL='dsymutil'
513DUMPBIN=''
514ECHO_C='\c'
515ECHO_N=''
516ECHO_T=''
517EGREP='/usr/bin/grep -E'
518ENABLE_EXPORT_FALSE=''
519ENABLE_EXPORT_TRUE=''
520EXEEXT=''
521FGREP='/usr/bin/grep -F'
522GDBM183_INCLUDEDIR='/usr/local/include'
523GDBM183_LIBDIR='/usr/local/lib'
524GDBM183_LIBRARY='-lgdbm'
525GDBM_COND_DEBUG_ENABLE_FALSE=''
526GDBM_COND_DEBUG_ENABLE_TRUE=''
527GDBM_COND_READLINE_FALSE=''
528GDBM_COND_READLINE_TRUE=''
529GDBM_COUNT_T=''
530GDBM_DEBUG_ENABLE=''
531GDBM_VERSION_MAJOR='1'
532GDBM_VERSION_MINOR='13'
533GDBM_VERSION_PATCH='0'
534GETTEXT_MACRO_VERSION=''
535GMSGFMT=''
536GMSGFMT_015=''
537GREP='/usr/bin/grep'
538INSTALL_DATA='${INSTALL} -m 644'
539INSTALL_PROGRAM='${INSTALL}'
540INSTALL_SCRIPT='${INSTALL}'
541INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
542INTLLIBS=''
543INTL_MACOSX_LIBS=''
544LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
545LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
546LEX='flex'
547LEXLIB=''
548LEX_OUTPUT_ROOT=''
549LIBICONV=''
550LIBINTL=''
551LIBOBJS=''
552LIBS=''
553LIBTOOL='$(SHELL) $(top_builddir)/libtool'
554LIPO='lipo'
555LN_S='ln -s'
556LTLIBICONV=''
557LTLIBINTL=''
558LTLIBOBJS=''
559MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/missing makeinfo'
560MANIFEST_TOOL=':'
561MKDIR_P='build-aux/install-sh -c -d'
562MSGFMT=''
563MSGFMT_015=''
564MSGMERGE=''
565NM='/opt/local/bin/nm -B'
566NMEDIT='nmedit'
567OBJDUMP='objdump'
568OBJEXT='o'
569OTOOL64=':'
570OTOOL='otool'
571PACKAGE='gdbm'
572PACKAGE_BUGREPORT='bug-gdbm@gnu.org'
573PACKAGE_NAME='gdbm'
574PACKAGE_STRING='gdbm 1.13'
575PACKAGE_TARNAME='gdbm'
576PACKAGE_URL='http://www.gnu.org/software/gdbm'
577PACKAGE_VERSION='1.13'
578PATH_SEPARATOR=':'
579POSUB=''
580RANLIB='ranlib'
581READLINE_LIBS=''
582SED='/opt/local/bin/gsed'
583SET_MAKE=''
584SHELL='/bin/sh'
585STRIP='strip'
586USE_NLS=''
587VERSION='1.13'
588XGETTEXT=''
589XGETTEXT_015=''
590XGETTEXT_EXTRA_OPTIONS=''
591YACC='bison -y'
592YFLAGS=''
593ac_ct_AR='ar'
594ac_ct_CC='/usr/bin/clang'
595ac_ct_DUMPBIN=''
596am__EXEEXT_FALSE=''
597am__EXEEXT_TRUE=''
598am__fastdepCC_FALSE='#'
599am__fastdepCC_TRUE=''
600am__include='include'
601am__isrc=''
602am__leading_dot='.'
603am__nodep='_no'
604am__quote=''
605am__tar='$${TAR-tar} chof - "$$tardir"'
606am__untar='$${TAR-tar} xf -'
607bindir='${exec_prefix}/bin'
608build='x86_64-apple-darwin17.2.0'
609build_alias=''
610build_cpu='x86_64'
611build_os='darwin17.2.0'
612build_vendor='apple'
613datadir='${datarootdir}'
614datarootdir='${prefix}/share'
615docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
616dvidir='${docdir}'
617exec_prefix='NONE'
618host='x86_64-apple-darwin17.2.0'
619host_alias=''
620host_cpu='x86_64'
621host_os='darwin17.2.0'
622host_vendor='apple'
623htmldir='${docdir}'
624includedir='${prefix}/include'
625infodir='${datarootdir}/info'
626install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_gdbm/gdbm/work/gdbm-1.13/build-aux/install-sh'
627libdir='${exec_prefix}/lib'
628libexecdir='${exec_prefix}/libexec'
629localedir='${datarootdir}/locale'
630localstatedir='${prefix}/var'
631mandir='${datarootdir}/man'
632mkdir_p='$(MKDIR_P)'
633oldincludedir='/usr/include'
634pdfdir='${docdir}'
635prefix='/opt/local'
636program_transform_name='s,x,x,'
637psdir='${docdir}'
638sbindir='${exec_prefix}/sbin'
639sharedstatedir='${prefix}/com'
640sysconfdir='${prefix}/etc'
641target_alias=''
642
643## ----------- ##
644## confdefs.h. ##
645## ----------- ##
646
647/* confdefs.h */
648#define PACKAGE_NAME "gdbm"
649#define PACKAGE_TARNAME "gdbm"
650#define PACKAGE_VERSION "1.13"
651#define PACKAGE_STRING "gdbm 1.13"
652#define PACKAGE_BUGREPORT "bug-gdbm@gnu.org"
653#define PACKAGE_URL "http://www.gnu.org/software/gdbm"
654#define PACKAGE "gdbm"
655#define VERSION "1.13"
656#define STDC_HEADERS 1
657#define HAVE_SYS_TYPES_H 1
658#define HAVE_SYS_STAT_H 1
659#define HAVE_STDLIB_H 1
660#define HAVE_STRING_H 1
661#define HAVE_MEMORY_H 1
662#define HAVE_STRINGS_H 1
663#define HAVE_INTTYPES_H 1
664#define HAVE_STDINT_H 1
665#define HAVE_UNISTD_H 1
666#define HAVE_DLFCN_H 1
667#define LT_OBJDIR ".libs/"
668
669configure: exit 1