source: release-kits/shared/mac/gdbm-1.8.3/config.log@ 16455

Last change on this file since 16455 was 16455, checked in by oranfry, 16 years ago

a compiled gdbm for the mac installer. should leave it uncompiled, but for now just doing it the way the wiki says to.

File size: 20.9 KB
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.8.3, which was
5generated by GNU Autoconf 2.54. Invocation command line was
6
7 $ ./configure --disable-shared --enable-static
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = rata.cs.waikato.ac.nz
14uname -m = i386
15uname -r = 9.2.1
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.2.1: Tue Feb 5 23:08:45 PST 2008; root:xnu-1228.4.20~1/RELEASE_I386
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
25hostinfo = Mach kernel version:
26 Darwin Kernel Version 9.2.1: Tue Feb 5 23:08:45 PST 2008; root:xnu-1228.4.20~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 2.00 gigabytes
33Default processor set: 63 tasks, 250 threads, 2 processors
34Load average: 0.56, Mach factor: 1.43
35/bin/machine = unknown
36/usr/bin/oslevel = unknown
37/bin/universe = unknown
38
39PATH: /usr/bin
40PATH: /bin
41PATH: /usr/sbin
42PATH: /sbin
43PATH: /usr/local/bin
44PATH: /usr/texbin
45PATH: /usr/X11/bin
46PATH: /Volumes/Research/oranfry/release-kits/mark2/bin
47PATH: /Applications/TextEdit.app/Contents/MacOS
48
49
50## ----------- ##
51## Core tests. ##
52## ----------- ##
53
54configure:1460: checking for gcc
55configure:1476: found /usr/bin/gcc
56configure:1486: result: gcc
57configure:1728: checking for C compiler version
58configure:1731: gcc --version </dev/null >&5
59i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5480)
60Copyright (C) 2005 Free Software Foundation, Inc.
61This is free software; see the source for copying conditions. There is NO
62warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
64configure:1734: $? = 0
65configure:1736: gcc -v </dev/null >&5
66Using built-in specs.
67Target: i686-apple-darwin9
68Configured with: /var/tmp/gcc/gcc-5480~3/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin9 --with-arch=apple --with-tune=generic --program-prefix= --host=i686-apple-darwin9 --target=i686-apple-darwin9
69Thread model: posix
70gcc version 4.0.1 (Apple Inc. build 5480)
71configure:1739: $? = 0
72configure:1741: gcc -V </dev/null >&5
73gcc-4.0: argument to `-V' is missing
74configure:1744: $? = 1
75configure:1764: checking for C compiler default output
76configure:1767: gcc conftest.c >&5
77configure:1770: $? = 0
78configure:1804: result: a.out
79configure:1809: checking whether the C compiler works
80configure:1815: ./a.out
81configure:1818: $? = 0
82configure:1833: result: yes
83configure:1840: checking whether we are cross compiling
84configure:1842: result: no
85configure:1845: checking for suffix of executables
86configure:1847: gcc -o conftest conftest.c >&5
87configure:1850: $? = 0
88configure:1873: result:
89configure:1879: checking for suffix of object files
90configure:1897: gcc -c conftest.c >&5
91configure:1900: $? = 0
92configure:1919: result: o
93configure:1923: checking whether we are using the GNU C compiler
94configure:1944: gcc -c conftest.c >&5
95configure:1947: $? = 0
96configure:1950: test -s conftest.o
97configure:1953: $? = 0
98configure:1965: result: yes
99configure:1971: checking whether gcc accepts -g
100configure:1989: gcc -c -g conftest.c >&5
101configure:1992: $? = 0
102configure:1995: test -s conftest.o
103configure:1998: $? = 0
104configure:2008: result: yes
105configure:2025: checking for gcc option to accept ANSI C
106configure:2082: gcc -c -g -O2 conftest.c >&5
107configure:2085: $? = 0
108configure:2088: test -s conftest.o
109configure:2091: $? = 0
110configure:2108: result: none needed
111configure:2126: gcc -c -g -O2 conftest.c >&5
112conftest.c:2: error: syntax error before 'me'
113configure:2129: $? = 1
114configure: failed program was:
115#ifndef __cplusplus
116 choke me
117#endif
118configure:2232: checking how to run the C preprocessor
119configure:2258: gcc -E conftest.c
120configure:2264: $? = 0
121configure:2291: gcc -E conftest.c
122configure:2287:28: error: ac_nonexistent.h: No such file or directory
123configure:2297: $? = 1
124configure: failed program was:
125#line 2286 "configure"
126#include "confdefs.h"
127#include <ac_nonexistent.h>
128configure:2334: result: gcc -E
129configure:2349: gcc -E conftest.c
130configure:2355: $? = 0
131configure:2382: gcc -E conftest.c
132configure:2378:28: error: ac_nonexistent.h: No such file or directory
133configure:2388: $? = 1
134configure: failed program was:
135#line 2377 "configure"
136#include "confdefs.h"
137#include <ac_nonexistent.h>
138configure:2464: checking for a BSD-compatible install
139configure:2518: result: /usr/bin/install -c
140configure:2601: checking build system type
141configure:2619: result: i386-apple-darwin9.2.1
142configure:2627: checking host system type
143configure:2641: result: i386-apple-darwin9.2.1
144configure:2671: checking for ld used by GCC
145configure:2734: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
146configure:2743: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
147configure:2755: result: no
148configure:2760: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
149configure:2767: result: -r
150configure:2772: checking for BSD-compatible nm
151configure:2808: result: /usr/bin/nm -p
152configure:2811: checking whether ln -s works
153configure:2815: result: yes
154configure:2822: checking how to recognise dependant libraries
155configure:3000: result: file_magic Mach-O dynamically linked shared library
156configure:3013: checking command to parse /usr/bin/nm -p output
157configure:3094: gcc -c -g -O2 conftest.c >&5
158configure:3097: $? = 0
159configure:3101: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
160configure:3104: $? = 0
161cannot find nm_test_var in conftest.nm
162configure:3094: gcc -c -g -O2 conftest.c >&5
163configure:3097: $? = 0
164configure:3101: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
165configure:3104: $? = 0
166configure:3156: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
167configure:3159: $? = 0
168configure:3203: result: ok
169configure:3208: checking for egrep
170configure:3218: result: grep -E
171configure:3223: checking for ANSI C header files
172configure:3237: gcc -E conftest.c
173configure:3243: $? = 0
174configure:3330: gcc -o conftest -g -O2 conftest.c >&5
175configure: In function 'main':
176configure:3321: warning: incompatible implicit declaration of built-in function 'exit'
177configure:3333: $? = 0
178configure:3335: ./conftest
179configure:3338: $? = 0
180configure:3352: result: yes
181configure:3376: checking for sys/types.h
182configure:3389: gcc -c -g -O2 conftest.c >&5
183configure:3392: $? = 0
184configure:3395: test -s conftest.o
185configure:3398: $? = 0
186configure:3408: result: yes
187configure:3376: checking for sys/stat.h
188configure:3389: gcc -c -g -O2 conftest.c >&5
189configure:3392: $? = 0
190configure:3395: test -s conftest.o
191configure:3398: $? = 0
192configure:3408: result: yes
193configure:3376: checking for stdlib.h
194configure:3389: gcc -c -g -O2 conftest.c >&5
195configure:3392: $? = 0
196configure:3395: test -s conftest.o
197configure:3398: $? = 0
198configure:3408: result: yes
199configure:3376: checking for string.h
200configure:3389: gcc -c -g -O2 conftest.c >&5
201configure:3392: $? = 0
202configure:3395: test -s conftest.o
203configure:3398: $? = 0
204configure:3408: result: yes
205configure:3376: checking for memory.h
206configure:3389: gcc -c -g -O2 conftest.c >&5
207configure:3392: $? = 0
208configure:3395: test -s conftest.o
209configure:3398: $? = 0
210configure:3408: result: yes
211configure:3376: checking for strings.h
212configure:3389: gcc -c -g -O2 conftest.c >&5
213configure:3392: $? = 0
214configure:3395: test -s conftest.o
215configure:3398: $? = 0
216configure:3408: result: yes
217configure:3376: checking for inttypes.h
218configure:3389: gcc -c -g -O2 conftest.c >&5
219configure:3392: $? = 0
220configure:3395: test -s conftest.o
221configure:3398: $? = 0
222configure:3408: result: yes
223configure:3376: checking for stdint.h
224configure:3389: gcc -c -g -O2 conftest.c >&5
225configure:3392: $? = 0
226configure:3395: test -s conftest.o
227configure:3398: $? = 0
228configure:3408: result: yes
229configure:3376: checking for unistd.h
230configure:3389: gcc -c -g -O2 conftest.c >&5
231configure:3392: $? = 0
232configure:3395: test -s conftest.o
233configure:3398: $? = 0
234configure:3408: result: yes
235configure:3434: checking dlfcn.h usability
236configure:3443: gcc -c -g -O2 conftest.c >&5
237configure:3446: $? = 0
238configure:3449: test -s conftest.o
239configure:3452: $? = 0
240configure:3461: result: yes
241configure:3465: checking dlfcn.h presence
242configure:3472: gcc -E conftest.c
243configure:3478: $? = 0
244configure:3496: result: yes
245configure:3514: checking for dlfcn.h
246configure:3521: result: yes
247configure:3718: checking for ranlib
248configure:3734: found /usr/bin/ranlib
249configure:3745: result: ranlib
250configure:3798: checking for strip
251configure:3814: found /usr/bin/strip
252configure:3825: result: strip
253configure:4032: checking for objdir
254configure:4043: result: .libs
255configure:4064: checking for gcc option to produce PIC
256configure:4214: result: -fno-common
257configure:4218: checking if gcc PIC flag -fno-common works
258configure:4238: gcc -c -g -O2 -fno-common -DPIC conftest.c >&5
259configure:4241: $? = 0
260configure:4244: test -s conftest.o
261configure:4247: $? = 0
262configure:4284: result: yes
263configure:4304: checking if gcc static flag -static works
264configure:4325: gcc -o conftest -g -O2 -static conftest.c >&5
265ld_classic: can't locate file for: -lcrt0.o
266collect2: ld returned 1 exit status
267configure:4328: $? = 1
268configure: failed program was:
269#line 4312 "configure"
270#include "confdefs.h"
271
272int
273main ()
274{
275
276 ;
277 return 0;
278}
279configure:4349: result: no
280configure:4365: checking if gcc supports -c -o file.o
281configure:4385: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
282configure:4409: result: yes
283configure:4414: checking if gcc supports -c -o file.lo
284configure:4438: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
285configure:4441: $? = 0
286configure:4444: test -s conftest.lo
287configure:4447: $? = 0
288configure:4468: result: yes
289configure:4507: checking if gcc supports -fno-rtti -fno-exceptions
290configure:4526: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
291cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
292cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
293configure:4529: $? = 0
294configure:4532: test -s conftest.o
295configure:4535: $? = 0
296configure:4551: result: yes
297configure:4566: checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
298configure:5246: result: yes
299configure:5255: checking how to hardcode library paths into programs
300configure:5279: result: unsupported
301configure:5288: checking whether stripping libraries is possible
302configure:5296: result: no
303configure:5308: checking dynamic linker characteristics
304configure:5701: result: darwin9.2.1 dyld
305configure:5710: checking if libtool supports shared libraries
306configure:5712: result: yes
307configure:5719: checking whether to build shared libraries
308configure:5740: result: no
309configure:5747: checking whether to build static libraries
310configure:5751: result: yes
311configure:6998: checking for an ANSI C-conforming const
312configure:7062: gcc -c -g -O2 conftest.c >&5
313configure:7065: $? = 0
314configure:7068: test -s conftest.o
315configure:7071: $? = 0
316configure:7081: result: yes
317configure:7102: checking for stdlib.h
318configure:7107: result: yes
319configure:7102: checking for string.h
320configure:7107: result: yes
321configure:7111: checking sys/file.h usability
322configure:7120: gcc -c -g -O2 conftest.c >&5
323configure:7123: $? = 0
324configure:7126: test -s conftest.o
325configure:7129: $? = 0
326configure:7138: result: yes
327configure:7142: checking sys/file.h presence
328configure:7149: gcc -E conftest.c
329configure:7155: $? = 0
330configure:7173: result: yes
331configure:7191: checking for sys/file.h
332configure:7198: result: yes
333configure:7102: checking for unistd.h
334configure:7107: result: yes
335configure:7111: checking fcntl.h usability
336configure:7120: gcc -c -g -O2 conftest.c >&5
337configure:7123: $? = 0
338configure:7126: test -s conftest.o
339configure:7129: $? = 0
340configure:7138: result: yes
341configure:7142: checking fcntl.h presence
342configure:7149: gcc -E conftest.c
343configure:7155: $? = 0
344configure:7173: result: yes
345configure:7191: checking for fcntl.h
346configure:7198: result: yes
347configure:7102: checking for sys/types.h
348configure:7107: result: yes
349configure:7111: checking memory.y usability
350configure:7120: gcc -c -g -O2 conftest.c >&5
351configure:7148:20: error: memory.y: No such file or directory
352configure:7123: $? = 1
353configure: failed program was:
354#line 7113 "configure"
355#include "confdefs.h"
356#include <stdio.h>
357#if HAVE_SYS_TYPES_H
358# include <sys/types.h>
359#endif
360#if HAVE_SYS_STAT_H
361# include <sys/stat.h>
362#endif
363#if STDC_HEADERS
364# include <stdlib.h>
365# include <stddef.h>
366#else
367# if HAVE_STDLIB_H
368# include <stdlib.h>
369# endif
370#endif
371#if HAVE_STRING_H
372# if !STDC_HEADERS && HAVE_MEMORY_H
373# include <memory.h>
374# endif
375# include <string.h>
376#endif
377#if HAVE_STRINGS_H
378# include <strings.h>
379#endif
380#if HAVE_INTTYPES_H
381# include <inttypes.h>
382#else
383# if HAVE_STDINT_H
384# include <stdint.h>
385# endif
386#endif
387#if HAVE_UNISTD_H
388# include <unistd.h>
389#endif
390#include <memory.y>
391configure:7138: result: no
392configure:7142: checking memory.y presence
393configure:7149: gcc -E conftest.c
394configure:7145:20: error: memory.y: No such file or directory
395configure:7155: $? = 1
396configure: failed program was:
397#line 7144 "configure"
398#include "confdefs.h"
399#include <memory.y>
400configure:7173: result: no
401configure:7191: checking for memory.y
402configure:7198: result: no
403configure:7212: checking for main in -ldbm
404configure:7233: gcc -o conftest -g -O2 conftest.c -ldbm >&5
405configure:7236: $? = 0
406configure:7239: test -s conftest
407configure:7242: $? = 0
408configure:7253: result: yes
409configure:7265: checking for main in -lndbm
410configure:7286: gcc -o conftest -g -O2 conftest.c -lndbm -ldbm >&5
411ld: library not found for -lndbm
412collect2: ld returned 1 exit status
413configure:7289: $? = 1
414configure: failed program was:
415#line 7272 "configure"
416#include "confdefs.h"
417
418
419int
420main ()
421{
422main ();
423 ;
424 return 0;
425}
426configure:7306: result: no
427configure:7325: checking for rename
428configure:7362: gcc -o conftest -g -O2 conftest.c -ldbm >&5
429configure:7365: $? = 0
430configure:7368: test -s conftest
431configure:7371: $? = 0
432configure:7381: result: yes
433configure:7325: checking for ftruncate
434configure:7362: gcc -o conftest -g -O2 conftest.c -ldbm >&5
435configure:7365: $? = 0
436configure:7368: test -s conftest
437configure:7371: $? = 0
438configure:7381: result: yes
439configure:7325: checking for flock
440configure:7362: gcc -o conftest -g -O2 conftest.c -ldbm >&5
441configure:7365: $? = 0
442configure:7368: test -s conftest
443configure:7371: $? = 0
444configure:7381: result: yes
445configure:7325: checking for bcopy
446configure:7362: gcc -o conftest -g -O2 conftest.c -ldbm >&5
447configure:7340: warning: conflicting types for built-in function 'bcopy'
448configure:7365: $? = 0
449configure:7368: test -s conftest
450configure:7371: $? = 0
451configure:7381: result: yes
452configure:7325: checking for fsync
453configure:7362: gcc -o conftest -g -O2 conftest.c -ldbm >&5
454configure:7365: $? = 0
455configure:7368: test -s conftest
456configure:7371: $? = 0
457configure:7381: result: yes
458configure:7395: checking for getopt
459configure:7432: gcc -o conftest -g -O2 conftest.c -ldbm >&5
460configure:7435: $? = 0
461configure:7438: test -s conftest
462configure:7441: $? = 0
463configure:7451: result: yes
464configure:7464: checking for off_t
465configure:7485: gcc -c -g -O2 conftest.c >&5
466configure:7488: $? = 0
467configure:7491: test -s conftest.o
468configure:7494: $? = 0
469configure:7504: result: yes
470configure:7516: checking for struct stat.st_blksize
471configure:7536: gcc -c -g -O2 conftest.c >&5
472configure:7539: $? = 0
473configure:7542: test -s conftest.o
474configure:7545: $? = 0
475configure:7587: result: yes
476configure:7695: creating ./config.status
477
478## ---------------------- ##
479## Running config.status. ##
480## ---------------------- ##
481
482This file was extended by gdbm config.status 1.8.3, which was
483generated by GNU Autoconf 2.54. Invocation command line was
484
485 CONFIG_FILES =
486 CONFIG_HEADERS =
487 CONFIG_LINKS =
488 CONFIG_COMMANDS =
489 $ ./config.status
490
491on rata.cs.waikato.ac.nz
492
493config.status:607: creating Makefile
494config.status:711: creating autoconf.h
495
496## ---------------- ##
497## Cache variables. ##
498## ---------------- ##
499
500ac_cv_build=i386-apple-darwin9.2.1
501ac_cv_build_alias=i386-apple-darwin9.2.1
502ac_cv_c_compiler_gnu=yes
503ac_cv_c_const=yes
504ac_cv_env_CC_set=
505ac_cv_env_CC_value=
506ac_cv_env_CFLAGS_set=
507ac_cv_env_CFLAGS_value=
508ac_cv_env_CPPFLAGS_set=
509ac_cv_env_CPPFLAGS_value=
510ac_cv_env_CPP_set=
511ac_cv_env_CPP_value=
512ac_cv_env_LDFLAGS_set=
513ac_cv_env_LDFLAGS_value=
514ac_cv_env_build_alias_set=
515ac_cv_env_build_alias_value=
516ac_cv_env_host_alias_set=
517ac_cv_env_host_alias_value=
518ac_cv_env_target_alias_set=
519ac_cv_env_target_alias_value=
520ac_cv_exeext=
521ac_cv_func_bcopy=yes
522ac_cv_func_flock=yes
523ac_cv_func_fsync=yes
524ac_cv_func_ftruncate=yes
525ac_cv_func_getopt=yes
526ac_cv_func_rename=yes
527ac_cv_header_dlfcn_h=yes
528ac_cv_header_fcntl_h=yes
529ac_cv_header_inttypes_h=yes
530ac_cv_header_memory_h=yes
531ac_cv_header_memory_y=no
532ac_cv_header_stdc=yes
533ac_cv_header_stdint_h=yes
534ac_cv_header_stdlib_h=yes
535ac_cv_header_string_h=yes
536ac_cv_header_strings_h=yes
537ac_cv_header_sys_file_h=yes
538ac_cv_header_sys_stat_h=yes
539ac_cv_header_sys_types_h=yes
540ac_cv_header_unistd_h=yes
541ac_cv_host=i386-apple-darwin9.2.1
542ac_cv_host_alias=i386-apple-darwin9.2.1
543ac_cv_lib_dbm_main=yes
544ac_cv_lib_ndbm_main=no
545ac_cv_member_struct_stat_st_blksize=yes
546ac_cv_objext=o
547ac_cv_path_install='/usr/bin/install -c'
548ac_cv_prog_CPP='gcc -E'
549ac_cv_prog_ac_ct_CC=gcc
550ac_cv_prog_ac_ct_RANLIB=ranlib
551ac_cv_prog_ac_ct_STRIP=strip
552ac_cv_prog_cc_g=yes
553ac_cv_prog_cc_stdc=
554ac_cv_prog_egrep='grep -E'
555ac_cv_type_off_t=yes
556lt_cv_compiler_c_o=yes
557lt_cv_compiler_o_lo=yes
558lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
559lt_cv_file_magic_cmd='/usr/bin/file -L'
560lt_cv_file_magic_test_file=/usr/lib/libSystem.dylib
561lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
562lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
563lt_cv_ld_reload_flag=-r
564lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
565lt_cv_path_NM='/usr/bin/nm -p'
566lt_cv_prog_cc_can_build_shared=yes
567lt_cv_prog_cc_no_builtin=
568lt_cv_prog_cc_pic=' -fno-common'
569lt_cv_prog_cc_pic_works=yes
570lt_cv_prog_cc_shlib=
571lt_cv_prog_cc_static=
572lt_cv_prog_cc_static_works=no
573lt_cv_prog_cc_wl=-Wl,
574lt_cv_prog_gnu_ld=no
575lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
576
577## ----------------- ##
578## Output variables. ##
579## ----------------- ##
580
581CC='gcc'
582CFLAGS='-g -O2'
583CPP='gcc -E'
584CPPFLAGS=''
585DEFS='-DHAVE_CONFIG_H'
586ECHO='/bin/echo'
587ECHO_C='ECHO_N=''
588ECHO_T=''
589EGREP='grep -E'
590EXEEXT=''
591INSTALL_DATA='${INSTALL} -m 644'
592INSTALL_PROGRAM='${INSTALL}'
593INSTALL_SCRIPT='${INSTALL}'
594LDFLAGS=''
595LIBOBJS=''
596LIBS='-ldbm '
597LIBTOOL='$(SHELL) $(top_builddir)/libtool'
598LN_S='ln -s'
599LTLIBOBJS=''
600OBJEXT='o'
601PACKAGE_BUGREPORT=''
602PACKAGE_NAME='gdbm'
603PACKAGE_STRING='gdbm 1.8.3'
604PACKAGE_TARNAME='gdbm'
605PACKAGE_VERSION='1.8.3'
606PATH_SEPARATOR=':'
607RANLIB='ranlib'
608SHELL='/bin/sh'
609STRIP='strip'
610ac_ct_CC='gcc'
611ac_ct_RANLIB='ranlib'
612ac_ct_STRIP='strip'
613bindir='${exec_prefix}/bin'
614build='i386-apple-darwin9.2.1'
615build_alias=''
616build_cpu='i386'
617build_os='darwin9.2.1'
618build_vendor='apple'
619datadir='${prefix}/share'
620exec_prefix='${prefix}'
621host='i386-apple-darwin9.2.1'
622host_alias=''
623host_cpu='i386'
624host_os='darwin9.2.1'
625host_vendor='apple'
626includedir='${prefix}/include'
627infodir='${prefix}/info'
628libdir='${exec_prefix}/lib'
629libexecdir='${exec_prefix}/libexec'
630localstatedir='${prefix}/var'
631mandir='${prefix}/man'
632oldincludedir='/usr/include'
633prefix='/usr/local'
634program_transform_name='s,x,x,'
635sbindir='${exec_prefix}/sbin'
636sharedstatedir='${prefix}/com'
637sysconfdir='${prefix}/etc'
638target_alias=''
639
640## ----------- ##
641## confdefs.h. ##
642## ----------- ##
643
644#define HAVE_BCOPY 1
645#define HAVE_DLFCN_H 1
646#define HAVE_FCNTL_H 1
647#define HAVE_FLOCK 1
648#define HAVE_FSYNC 1
649#define HAVE_FTRUNCATE 1
650#define HAVE_GETOPT 1
651#define HAVE_INTTYPES_H 1
652#define HAVE_LIBDBM 1
653#define HAVE_MEMORY_H 1
654#define HAVE_RENAME 1
655#define HAVE_STDINT_H 1
656#define HAVE_STDLIB_H 1
657#define HAVE_STDLIB_H 1
658#define HAVE_STRINGS_H 1
659#define HAVE_STRING_H 1
660#define HAVE_STRING_H 1
661#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
662#define HAVE_SYS_FILE_H 1
663#define HAVE_SYS_STAT_H 1
664#define HAVE_SYS_TYPES_H 1
665#define HAVE_SYS_TYPES_H 1
666#define HAVE_UNISTD_H 1
667#define HAVE_UNISTD_H 1
668#define PACKAGE_BUGREPORT ""
669#define PACKAGE_NAME "gdbm"
670#define PACKAGE_STRING "gdbm 1.8.3"
671#define PACKAGE_TARNAME "gdbm"
672#define PACKAGE_VERSION "1.8.3"
673#define STDC_HEADERS 1
674
675configure: exit 0
Note: See TracBrowser for help on using the repository browser.