Ticket #15348: config.log

File config.log, 35.7 KB (added by sonikbuddha@…, 16 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 configure, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = hesperides.sonicbuddha.lan
14uname -m = i386
15uname -r = 9.2.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.2.2: Tue Mar  4 21:17:34 PST 2008; root:xnu-1228.4.31~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
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 9.2.2: Tue Mar  4 21:17:34 PST 2008; root:xnu-1228.4.31~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: 95 tasks, 353 threads, 2 processors
34Load average: 7.80, Mach factor: 0.23
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
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2045: checking for a BSD-compatible install
53configure:2101: result: /usr/bin/install
54configure:2112: checking whether build environment is sane
55configure:2155: result: yes
56configure:2183: checking for a thread-safe mkdir -p
57configure:2222: result: ./install-sh -c -d
58configure:2235: checking for gawk
59configure:2265: result: no
60configure:2235: checking for mawk
61configure:2265: result: no
62configure:2235: checking for nawk
63configure:2265: result: no
64configure:2235: checking for awk
65configure:2251: found /usr/bin/awk
66configure:2262: result: awk
67configure:2273: checking whether make sets $(MAKE)
68configure:2294: result: yes
69configure:2609: checking for C++ compiler version
70configure:2616: /usr/bin/g++-4.0 --version >&5
71i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
72Copyright (C) 2005 Free Software Foundation, Inc.
73This is free software; see the source for copying conditions.  There is NO
74warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
75
76configure:2619: $? = 0
77configure:2626: /usr/bin/g++-4.0 -v >&5
78Using built-in specs.
79Target: i686-apple-darwin9
80Configured with: /var/tmp/gcc/gcc-5465~16/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=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
81Thread model: posix
82gcc version 4.0.1 (Apple Inc. build 5465)
83configure:2629: $? = 0
84configure:2636: /usr/bin/g++-4.0 -V >&5
85g++-4.0: argument to `-V' is missing
86configure:2639: $? = 1
87configure:2662: checking for C++ compiler default output file name
88configure:2689: /usr/bin/g++-4.0 -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  >&5
89configure:2692: $? = 0
90configure:2730: result: a.out
91configure:2747: checking whether the C++ compiler works
92configure:2757: ./a.out
93configure:2760: $? = 0
94configure:2777: result: yes
95configure:2784: checking whether we are cross compiling
96configure:2786: result: no
97configure:2789: checking for suffix of executables
98configure:2796: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  >&5
99configure:2799: $? = 0
100configure:2823: result:
101configure:2829: checking for suffix of object files
102configure:2855: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
103configure:2858: $? = 0
104configure:2881: result: o
105configure:2885: checking whether we are using the GNU C++ compiler
106configure:2914: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
107configure:2920: $? = 0
108configure:2937: result: yes
109configure:2942: checking whether /usr/bin/g++-4.0 accepts -g
110configure:2972: /usr/bin/g++-4.0 -c -g -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
111configure:2978: $? = 0
112configure:3077: result: yes
113configure:3111: checking for style of include used by make
114configure:3139: result: GNU
115configure:3164: checking dependency style of /usr/bin/g++-4.0
116configure:3255: result: gcc3
117configure:3291: checking whether NLS is requested
118configure:3300: result: yes
119configure:3338: checking for msgfmt
120configure:3369: result: /opt/local/bin/msgfmt
121configure:3378: checking for gmsgfmt
122configure:3409: result: /opt/local/bin/msgfmt
123configure:3449: checking for xgettext
124configure:3480: result: /opt/local/bin/xgettext
125configure:3520: checking for msgmerge
126configure:3550: result: /opt/local/bin/msgmerge
127configure:3649: checking for gcc
128configure:3676: result: /usr/bin/gcc-4.0
129configure:3914: checking for C compiler version
130configure:3921: /usr/bin/gcc-4.0 --version >&5
131i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
132Copyright (C) 2005 Free Software Foundation, Inc.
133This is free software; see the source for copying conditions.  There is NO
134warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
135
136configure:3924: $? = 0
137configure:3931: /usr/bin/gcc-4.0 -v >&5
138Using built-in specs.
139Target: i686-apple-darwin9
140Configured with: /var/tmp/gcc/gcc-5465~16/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=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
141Thread model: posix
142gcc version 4.0.1 (Apple Inc. build 5465)
143configure:3934: $? = 0
144configure:3941: /usr/bin/gcc-4.0 -V >&5
145gcc-4.0: argument to `-V' is missing
146configure:3944: $? = 1
147configure:3947: checking whether we are using the GNU C compiler
148configure:3976: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
149configure:3982: $? = 0
150configure:3999: result: yes
151configure:4004: checking whether /usr/bin/gcc-4.0 accepts -g
152configure:4034: /usr/bin/gcc-4.0 -c -g -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
153configure:4040: $? = 0
154configure:4139: result: yes
155configure:4156: checking for /usr/bin/gcc-4.0 option to accept ISO C89
156configure:4230: /usr/bin/gcc-4.0  -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
157configure:4236: $? = 0
158configure:4259: result: none needed
159configure:4279: checking dependency style of /usr/bin/gcc-4.0
160configure:4370: result: gcc3
161configure:4391: checking build system type
162configure:4409: result: i386-apple-darwin9.2.2
163configure:4431: checking host system type
164configure:4446: result: i386-apple-darwin9.2.2
165configure:4492: checking for ld used by GCC
166configure:4556: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
167configure:4565: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
168configure:4578: result: no
169configure:4584: checking for shared library run path origin
170configure:4597: result: done
171configure:5021: checking for CFPreferencesCopyAppValue
172configure:5049: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  -Wl,-framework -Wl,CoreFoundation >&5
173configure:5055: $? = 0
174configure:5073: result: yes
175configure:5082: checking for CFLocaleCopyCurrent
176configure:5110: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  -Wl,-framework -Wl,CoreFoundation >&5
177configure:5116: $? = 0
178configure:5134: result: yes
179configure:5185: checking for GNU gettext in libc
180configure:5215: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  >&5
181Undefined symbols:
182  "__nl_msg_cat_cntr", referenced from:
183      __nl_msg_cat_cntr$non_lazy_ptr in ccxDSwVg.o
184  "__nl_domain_bindings", referenced from:
185      __nl_domain_bindings$non_lazy_ptr in ccxDSwVg.o
186  "_libintl_bindtextdomain", referenced from:
187      _main in ccxDSwVg.o
188  "_libintl_gettext", referenced from:
189      _main in ccxDSwVg.o
190ld: symbol(s) not found
191collect2: ld returned 1 exit status
192configure:5221: $? = 1
193configure: failed program was:
194| /* confdefs.h.  */
195| #define PACKAGE_NAME ""
196| #define PACKAGE_TARNAME ""
197| #define PACKAGE_VERSION ""
198| #define PACKAGE_STRING ""
199| #define PACKAGE_BUGREPORT ""
200| #define PACKAGE "encfs"
201| #define VERSION "1.4.2"
202| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
203| #define HAVE_CFLOCALECOPYCURRENT 1
204| /* end confdefs.h.  */
205| #include <libintl.h>
206|
207| extern int _nl_msg_cat_cntr;
208| extern int *_nl_domain_bindings;
209| int
210| main ()
211| {
212| bindtextdomain ("", "");
213| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
214|   ;
215|   return 0;
216| }
217configure:5239: result: no
218configure:5273: checking for iconv
219configure:5305: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  >&5
220Undefined symbols:
221  "_libiconv_open", referenced from:
222      _main in cc8UrJsZ.o
223  "_libiconv_close", referenced from:
224      _main in cc8UrJsZ.o
225  "_libiconv", referenced from:
226      _main in cc8UrJsZ.o
227ld: symbol(s) not found
228collect2: ld returned 1 exit status
229configure:5311: $? = 1
230configure: failed program was:
231| /* confdefs.h.  */
232| #define PACKAGE_NAME ""
233| #define PACKAGE_TARNAME ""
234| #define PACKAGE_VERSION ""
235| #define PACKAGE_STRING ""
236| #define PACKAGE_BUGREPORT ""
237| #define PACKAGE "encfs"
238| #define VERSION "1.4.2"
239| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
240| #define HAVE_CFLOCALECOPYCURRENT 1
241| /* end confdefs.h.  */
242| #include <stdlib.h>
243| #include <iconv.h>
244| int
245| main ()
246| {
247| iconv_t cd = iconv_open("","");
248|        iconv(cd,NULL,NULL,NULL,NULL);
249|        iconv_close(cd);
250|   ;
251|   return 0;
252| }
253configure:5354: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp  -liconv >&5
254configure:5360: $? = 0
255configure:5381: result: yes
256configure:5391: checking how to link with libiconv
257configure:5393: result: -liconv
258configure:5782: checking for GNU gettext in libintl
259configure:5820: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10  -L/opt/local/lib conftest.cpp  -lintl -liconv -lc  >&5
260configure:5826: $? = 0
261configure:5903: result: yes
262configure:5940: checking whether to use NLS
263configure:5942: result: yes
264configure:5945: checking where the gettext function comes from
265configure:5956: result: external libintl
266configure:5964: checking how to link with libintl
267configure:5966: result: -lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation
268configure:6122: checking for a sed that does not truncate output
269configure:6178: result: /usr/bin/sed
270configure:6181: checking for grep that handles long lines and -e
271configure:6255: result: /usr/bin/grep
272configure:6260: checking for egrep
273configure:6338: result: /usr/bin/grep -E
274configure:6354: checking for ld used by /usr/bin/gcc-4.0
275configure:6421: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
276configure:6430: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
277configure:6445: result: no
278configure:6450: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
279configure:6457: result: -r
280configure:6475: checking for BSD-compatible nm
281configure:6524: result: /usr/bin/nm -p
282configure:6528: checking whether ln -s works
283configure:6532: result: yes
284configure:6539: checking how to recognize dependent libraries
285configure:6725: result: pass_all
286configure:6966: checking how to run the C preprocessor
287configure:7082: result: /usr/bin/cpp-4.0
288configure:7111: /usr/bin/cpp-4.0 -I/opt/local/include -D__FreeBSD__=10 conftest.c
289configure:7117: $? = 0
290configure:7148: /usr/bin/cpp-4.0 -I/opt/local/include -D__FreeBSD__=10 conftest.c
291conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
292configure:7154: $? = 1
293configure: failed program was:
294| /* confdefs.h.  */
295| #define PACKAGE_NAME ""
296| #define PACKAGE_TARNAME ""
297| #define PACKAGE_VERSION ""
298| #define PACKAGE_STRING ""
299| #define PACKAGE_BUGREPORT ""
300| #define PACKAGE "encfs"
301| #define VERSION "1.4.2"
302| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
303| #define HAVE_CFLOCALECOPYCURRENT 1
304| #define HAVE_ICONV 1
305| #define ENABLE_NLS 1
306| #define HAVE_GETTEXT 1
307| #define HAVE_DCGETTEXT 1
308| /* end confdefs.h.  */
309| #include <ac_nonexistent.h>
310configure:7192: checking for ANSI C header files
311configure:7222: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
312configure:7228: $? = 0
313configure:7327: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.c  >&5
314configure:7330: $? = 0
315configure:7336: ./conftest
316configure:7339: $? = 0
317configure:7356: result: yes
318configure:7380: checking for sys/types.h
319configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
320configure:7407: $? = 0
321configure:7423: result: yes
322configure:7380: checking for sys/stat.h
323configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
324configure:7407: $? = 0
325configure:7423: result: yes
326configure:7380: checking for stdlib.h
327configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
328configure:7407: $? = 0
329configure:7423: result: yes
330configure:7380: checking for string.h
331configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
332configure:7407: $? = 0
333configure:7423: result: yes
334configure:7380: checking for memory.h
335configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
336configure:7407: $? = 0
337configure:7423: result: yes
338configure:7380: checking for strings.h
339configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
340configure:7407: $? = 0
341configure:7423: result: yes
342configure:7380: checking for inttypes.h
343configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
344configure:7407: $? = 0
345configure:7423: result: yes
346configure:7380: checking for stdint.h
347configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
348configure:7407: $? = 0
349configure:7423: result: yes
350configure:7380: checking for unistd.h
351configure:7401: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
352configure:7407: $? = 0
353configure:7423: result: yes
354configure:7450: checking dlfcn.h usability
355configure:7467: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.c >&5
356configure:7473: $? = 0
357configure:7487: result: yes
358configure:7491: checking dlfcn.h presence
359configure:7506: /usr/bin/cpp-4.0 -I/opt/local/include -D__FreeBSD__=10 conftest.c
360configure:7512: $? = 0
361configure:7526: result: yes
362configure:7554: checking for dlfcn.h
363configure:7562: result: yes
364configure:7585: checking how to run the C++ preprocessor
365configure:7621: /usr/bin/g++-4.0 -E -I/opt/local/include -D__FreeBSD__=10 conftest.cpp
366configure:7627: $? = 0
367configure:7658: /usr/bin/g++-4.0 -E -I/opt/local/include -D__FreeBSD__=10 conftest.cpp
368conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
369configure:7664: $? = 1
370configure: failed program was:
371| /* confdefs.h.  */
372| #define PACKAGE_NAME ""
373| #define PACKAGE_TARNAME ""
374| #define PACKAGE_VERSION ""
375| #define PACKAGE_STRING ""
376| #define PACKAGE_BUGREPORT ""
377| #define PACKAGE "encfs"
378| #define VERSION "1.4.2"
379| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
380| #define HAVE_CFLOCALECOPYCURRENT 1
381| #define HAVE_ICONV 1
382| #define ENABLE_NLS 1
383| #define HAVE_GETTEXT 1
384| #define HAVE_DCGETTEXT 1
385| #define STDC_HEADERS 1
386| #define HAVE_SYS_TYPES_H 1
387| #define HAVE_SYS_STAT_H 1
388| #define HAVE_STDLIB_H 1
389| #define HAVE_STRING_H 1
390| #define HAVE_MEMORY_H 1
391| #define HAVE_STRINGS_H 1
392| #define HAVE_INTTYPES_H 1
393| #define HAVE_STDINT_H 1
394| #define HAVE_UNISTD_H 1
395| #define HAVE_DLFCN_H 1
396| /* end confdefs.h.  */
397| #include <ac_nonexistent.h>
398configure:7697: result: /usr/bin/g++-4.0 -E
399configure:7726: /usr/bin/g++-4.0 -E -I/opt/local/include -D__FreeBSD__=10 conftest.cpp
400configure:7732: $? = 0
401configure:7763: /usr/bin/g++-4.0 -E -I/opt/local/include -D__FreeBSD__=10 conftest.cpp
402conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
403configure:7769: $? = 1
404configure: failed program was:
405| /* confdefs.h.  */
406| #define PACKAGE_NAME ""
407| #define PACKAGE_TARNAME ""
408| #define PACKAGE_VERSION ""
409| #define PACKAGE_STRING ""
410| #define PACKAGE_BUGREPORT ""
411| #define PACKAGE "encfs"
412| #define VERSION "1.4.2"
413| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
414| #define HAVE_CFLOCALECOPYCURRENT 1
415| #define HAVE_ICONV 1
416| #define ENABLE_NLS 1
417| #define HAVE_GETTEXT 1
418| #define HAVE_DCGETTEXT 1
419| #define STDC_HEADERS 1
420| #define HAVE_SYS_TYPES_H 1
421| #define HAVE_SYS_STAT_H 1
422| #define HAVE_STDLIB_H 1
423| #define HAVE_STRING_H 1
424| #define HAVE_MEMORY_H 1
425| #define HAVE_STRINGS_H 1
426| #define HAVE_INTTYPES_H 1
427| #define HAVE_STDINT_H 1
428| #define HAVE_UNISTD_H 1
429| #define HAVE_DLFCN_H 1
430| /* end confdefs.h.  */
431| #include <ac_nonexistent.h>
432configure:7861: checking for g77
433configure:7891: result: no
434configure:7861: checking for xlf
435configure:7891: result: no
436configure:7861: checking for f77
437configure:7891: result: no
438configure:7861: checking for frt
439configure:7891: result: no
440configure:7861: checking for pgf77
441configure:7891: result: no
442configure:7861: checking for cf77
443configure:7891: result: no
444configure:7861: checking for fort77
445configure:7891: result: no
446configure:7861: checking for fl32
447configure:7891: result: no
448configure:7861: checking for af77
449configure:7891: result: no
450configure:7861: checking for xlf90
451configure:7891: result: no
452configure:7861: checking for f90
453configure:7891: result: no
454configure:7861: checking for pgf90
455configure:7891: result: no
456configure:7861: checking for pghpf
457configure:7891: result: no
458configure:7861: checking for epcf90
459configure:7891: result: no
460configure:7861: checking for gfortran
461configure:7891: result: no
462configure:7861: checking for g95
463configure:7891: result: no
464configure:7861: checking for xlf95
465configure:7891: result: no
466configure:7861: checking for f95
467configure:7891: result: no
468configure:7861: checking for fort
469configure:7891: result: no
470configure:7861: checking for ifort
471configure:7891: result: no
472configure:7861: checking for ifc
473configure:7891: result: no
474configure:7861: checking for efc
475configure:7891: result: no
476configure:7861: checking for pgf95
477configure:7891: result: no
478configure:7861: checking for lf95
479configure:7891: result: no
480configure:7861: checking for ftn
481configure:7891: result: no
482configure:7918: checking for Fortran 77 compiler version
483configure:7925:  --version >&5
484./configure: line 7926: --version: command not found
485configure:7928: $? = 127
486configure:7935:  -v >&5
487./configure: line 7936: -v: command not found
488configure:7938: $? = 127
489configure:7945:  -V >&5
490./configure: line 7946: -V: command not found
491configure:7948: $? = 127
492configure:7956: checking whether we are using the GNU Fortran 77 compiler
493configure:7975:  -c -O2 conftest.F >&5
494./configure: line 7976: -c: command not found
495configure:7981: $? = 127
496configure: failed program was:
497|       program main
498| #ifndef __GNUC__
499|        choke me
500| #endif
501|
502|       end
503configure:7998: result: no
504configure:8004: checking whether  accepts -g
505configure:8021:  -c -g conftest.f >&5
506./configure: line 8022: -c: command not found
507configure:8027: $? = 127
508configure: failed program was:
509|       program main
510|
511|       end
512configure:8043: result: no
513configure:8073: checking the maximum length of command line arguments
514configure:8185: result: 196608
515configure:8197: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object
516configure:8302: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
517configure:8305: $? = 0
518configure:8309: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
519configure:8312: $? = 0
520cannot find nm_test_var in conftest.nm
521configure:8302: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
522configure:8305: $? = 0
523configure:8309: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
524configure:8312: $? = 0
525configure:8364: /usr/bin/g++-4.0 -o conftest -O2 -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.cpp conftstm.o >&5
526configure:8367: $? = 0
527configure:8405: result: ok
528configure:8409: checking for objdir
529configure:8424: result: .libs
530configure:8516: checking for ar
531configure:8532: found /usr/bin/ar
532configure:8543: result: ar
533configure:8612: checking for ranlib
534configure:8628: found /usr/bin/ranlib
535configure:8639: result: ranlib
536configure:8708: checking for strip
537configure:8724: found /usr/bin/strip
538configure:8735: result: strip
539configure:9021: checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions
540configure:9039: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -fno-rtti -fno-exceptions conftest.c >&5
541cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
542configure:9043: $? = 0
543configure:9056: result: no
544configure:9071: checking for /usr/bin/gcc-4.0 option to produce PIC
545configure:9303: result: -fno-common
546configure:9311: checking if /usr/bin/gcc-4.0 PIC flag -fno-common works
547configure:9329: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -fno-common -DPIC conftest.c >&5
548configure:9333: $? = 0
549configure:9346: result: yes
550configure:9374: checking if /usr/bin/gcc-4.0 static flag -static works
551configure:9402: result: no
552configure:9412: checking if /usr/bin/gcc-4.0 supports -c -o file.o
553configure:9433: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -o out/conftest2.o conftest.c >&5
554configure:9437: $? = 0
555configure:9459: result: yes
556configure:9485: checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
557configure:10466: result: yes
558configure:10533: checking dynamic linker characteristics
559configure:11147: result: darwin9.2.2 dyld
560configure:11156: checking how to hardcode library paths into programs
561configure:11181: result: immediate
562configure:11195: checking whether stripping libraries is possible
563configure:11209: result: yes
564configure:12002: checking if libtool supports shared libraries
565configure:12004: result: yes
566configure:12007: checking whether to build shared libraries
567configure:12028: result: yes
568configure:12031: checking whether to build static libraries
569configure:12035: result: no
570configure:12128: creating libtool
571configure:12716: checking for ld used by /usr/bin/g++-4.0
572configure:12783: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
573configure:12792: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
574configure:12807: result: no
575configure:12858: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
576configure:13832: result: yes
577configure:13850: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 conftest.cpp >&5
578configure:13853: $? = 0
579configure:14005: checking for /usr/bin/g++-4.0 option to produce PIC
580configure:14289: result: -fno-common
581configure:14297: checking if /usr/bin/g++-4.0 PIC flag -fno-common works
582configure:14315: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -fno-common -DPIC conftest.cpp >&5
583configure:14319: $? = 0
584configure:14332: result: yes
585configure:14360: checking if /usr/bin/g++-4.0 static flag -static works
586configure:14388: result: no
587configure:14398: checking if /usr/bin/g++-4.0 supports -c -o file.o
588configure:14419: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -o out/conftest2.o conftest.cpp >&5
589configure:14423: $? = 0
590configure:14445: result: yes
591configure:14471: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
592configure:14499: result: yes
593configure:14566: checking dynamic linker characteristics
594configure:15128: result: darwin9.2.2 dyld
595configure:15137: checking how to hardcode library paths into programs
596configure:15162: result: immediate
597configure:21551: checking for the pthreads library -lpthreads
598configure:21594: /usr/bin/gcc-4.0 -o conftest -O2  -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.c -lpthreads  >&5
599ld: library not found for -lpthreads
600collect2: ld returned 1 exit status
601configure:21600: $? = 1
602configure: failed program was:
603| /* confdefs.h.  */
604| #define PACKAGE_NAME ""
605| #define PACKAGE_TARNAME ""
606| #define PACKAGE_VERSION ""
607| #define PACKAGE_STRING ""
608| #define PACKAGE_BUGREPORT ""
609| #define PACKAGE "encfs"
610| #define VERSION "1.4.2"
611| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
612| #define HAVE_CFLOCALECOPYCURRENT 1
613| #define HAVE_ICONV 1
614| #define ENABLE_NLS 1
615| #define HAVE_GETTEXT 1
616| #define HAVE_DCGETTEXT 1
617| #define STDC_HEADERS 1
618| #define HAVE_SYS_TYPES_H 1
619| #define HAVE_SYS_STAT_H 1
620| #define HAVE_STDLIB_H 1
621| #define HAVE_STRING_H 1
622| #define HAVE_MEMORY_H 1
623| #define HAVE_STRINGS_H 1
624| #define HAVE_INTTYPES_H 1
625| #define HAVE_STDINT_H 1
626| #define HAVE_UNISTD_H 1
627| #define HAVE_DLFCN_H 1
628| /* end confdefs.h.  */
629| #include <pthread.h>
630| int
631| main ()
632| {
633| pthread_t th; pthread_join(th, 0);
634|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
635|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
636|   ;
637|   return 0;
638| }
639configure:21620: result: no
640configure:21496: checking whether pthreads work without any flags
641configure:21594: /usr/bin/gcc-4.0 -o conftest -O2  -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.c   >&5
642configure:21600: $? = 0
643configure:21620: result: yes
644configure:21640: checking for joinable pthread attribute
645configure:21663: /usr/bin/gcc-4.0 -o conftest -O2  -I/opt/local/include -D__FreeBSD__=10 -L/opt/local/lib conftest.c   >&5
646configure:21669: $? = 0
647configure:21737: result: PTHREAD_CREATE_JOINABLE
648configure:21744: checking if more special flags are required for pthreads
649configure:21751: result: -D_THREAD_SAFE
650configure:21763: checking for cc_r
651configure:21791: result: /usr/bin/gcc-4.0
652configure:21877: checking for boostlib >= 1.33
653configure:21941: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -I/opt/local/include conftest.cpp >&5
654configure:21947: $? = 0
655configure:21953: result: yes
656configure:22150: WARNING: BOOST_CPPFLAGS -I/opt/local/include
657configure:22158: checking whether the Boost::Serialization library is available
658configure:22196: /usr/bin/g++-4.0 -c -O2 -I/opt/local/include -D__FreeBSD__=10 -I/opt/local/include conftest.cpp >&5
659configure:22202: $? = 0
660configure:22224: result: yes
661configure:22450: error: Could not link against  !
662
663## ---------------- ##
664## Cache variables. ##
665## ---------------- ##
666
667ac_cv_build=i386-apple-darwin9.2.2
668ac_cv_c_compiler_gnu=yes
669ac_cv_cxx_compiler_gnu=yes
670ac_cv_env_CCC_set=
671ac_cv_env_CCC_value=
672ac_cv_env_CC_set=set
673ac_cv_env_CC_value=/usr/bin/gcc-4.0
674ac_cv_env_CFLAGS_set=set
675ac_cv_env_CFLAGS_value=-O2
676ac_cv_env_CPPFLAGS_set=set
677ac_cv_env_CPPFLAGS_value='-I/opt/local/include -D__FreeBSD__=10'
678ac_cv_env_CPP_set=set
679ac_cv_env_CPP_value=/usr/bin/cpp-4.0
680ac_cv_env_CXXCPP_set=
681ac_cv_env_CXXCPP_value=
682ac_cv_env_CXXFLAGS_set=set
683ac_cv_env_CXXFLAGS_value=-O2
684ac_cv_env_CXX_set=set
685ac_cv_env_CXX_value=/usr/bin/g++-4.0
686ac_cv_env_F77_set=
687ac_cv_env_F77_value=
688ac_cv_env_FFLAGS_set=set
689ac_cv_env_FFLAGS_value=-O2
690ac_cv_env_LDFLAGS_set=set
691ac_cv_env_LDFLAGS_value=-L/opt/local/lib
692ac_cv_env_LIBS_set=
693ac_cv_env_LIBS_value=
694ac_cv_env_OPENSSL_CFLAGS_set=
695ac_cv_env_OPENSSL_CFLAGS_value=
696ac_cv_env_OPENSSL_LIBS_set=
697ac_cv_env_OPENSSL_LIBS_value=
698ac_cv_env_PKG_CONFIG_set=
699ac_cv_env_PKG_CONFIG_value=
700ac_cv_env_RLOG_CFLAGS_set=
701ac_cv_env_RLOG_CFLAGS_value=
702ac_cv_env_RLOG_LIBS_set=
703ac_cv_env_RLOG_LIBS_value=
704ac_cv_env_build_alias_set=
705ac_cv_env_build_alias_value=
706ac_cv_env_host_alias_set=
707ac_cv_env_host_alias_value=
708ac_cv_env_target_alias_set=
709ac_cv_env_target_alias_value=
710ac_cv_f77_compiler_gnu=no
711ac_cv_header_dlfcn_h=yes
712ac_cv_header_inttypes_h=yes
713ac_cv_header_memory_h=yes
714ac_cv_header_stdc=yes
715ac_cv_header_stdint_h=yes
716ac_cv_header_stdlib_h=yes
717ac_cv_header_string_h=yes
718ac_cv_header_strings_h=yes
719ac_cv_header_sys_stat_h=yes
720ac_cv_header_sys_types_h=yes
721ac_cv_header_unistd_h=yes
722ac_cv_host=i386-apple-darwin9.2.2
723ac_cv_objext=o
724ac_cv_path_EGREP='/usr/bin/grep -E'
725ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
726ac_cv_path_GREP=/usr/bin/grep
727ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
728ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
729ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
730ac_cv_prog_AWK=awk
731ac_cv_prog_CPP=/usr/bin/cpp-4.0
732ac_cv_prog_CXXCPP='/usr/bin/g++-4.0 -E'
733ac_cv_prog_PTHREAD_CC=/usr/bin/gcc-4.0
734ac_cv_prog_ac_ct_AR=ar
735ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
736ac_cv_prog_ac_ct_RANLIB=ranlib
737ac_cv_prog_ac_ct_STRIP=strip
738ac_cv_prog_cc_c89=
739ac_cv_prog_cc_g=yes
740ac_cv_prog_cxx_g=yes
741ac_cv_prog_f77_g=no
742ac_cv_prog_make_make_set=yes
743acl_cv_hardcode_direct=no
744acl_cv_hardcode_libdir_flag_spec=
745acl_cv_hardcode_libdir_separator=
746acl_cv_hardcode_minus_L=no
747acl_cv_libext=a
748acl_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
749acl_cv_prog_gnu_ld=no
750acl_cv_rpath=done
751acl_cv_shlibext=dylib
752acl_cv_wl=-Wl,
753am_cv_CC_dependencies_compiler_type=gcc3
754am_cv_CXX_dependencies_compiler_type=gcc3
755am_cv_func_iconv=yes
756am_cv_lib_iconv=yes
757ax_cv_boost_serialization=yes
758gt_cv_func_CFLocaleCopyCurrent=yes
759gt_cv_func_CFPreferencesCopyAppValue=yes
760gt_cv_func_gnugettext1_libc=no
761gt_cv_func_gnugettext1_libintl=yes
762lt_cv_deplibs_check_method=pass_all
763lt_cv_file_magic_cmd='$MAGIC_CMD'
764lt_cv_file_magic_test_file=
765lt_cv_ld_reload_flag=-r
766lt_cv_objdir=.libs
767lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
768lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
769lt_cv_path_NM='/usr/bin/nm -p'
770lt_cv_path_SED=/usr/bin/sed
771lt_cv_prog_compiler_c_o=yes
772lt_cv_prog_compiler_c_o_CXX=yes
773lt_cv_prog_compiler_rtti_exceptions=no
774lt_cv_prog_gnu_ld=no
775lt_cv_prog_gnu_ldcxx=no
776lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
777lt_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'\'''
778lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
779lt_cv_sys_max_cmd_len=196608
780lt_lt_cv_prog_compiler_c_o='"yes"'
781lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
782lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
783lt_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'\''"'
784lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
785
786## ----------------- ##
787## Output variables. ##
788## ----------------- ##
789
790ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run aclocal-1.10'
791AMDEPBACKSLASH='\'
792AMDEP_FALSE='#'
793AMDEP_TRUE=''
794AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run tar'
795AR='ar'
796AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run autoconf'
797AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run autoheader'
798AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run automake-1.10'
799AWK='awk'
800BOOST_CPPFLAGS='-I/opt/local/include'
801BOOST_LDFLAGS='-L/opt/local/lib'
802BOOST_SERIALIZATION_LIB=''
803BUILD_MANHTML_FALSE=''
804BUILD_MANHTML_TRUE=''
805BUILD_MAN_FALSE=''
806BUILD_MAN_TRUE=''
807BUILD_NLS_FALSE=''
808BUILD_NLS_TRUE=''
809BUILD_OPENSSL_FALSE=''
810BUILD_OPENSSL_TRUE=''
811BUILD_SSLCIPHER_FALSE=''
812BUILD_SSLCIPHER_TRUE=''
813BUILD_STATIC_FALSE=''
814BUILD_STATIC_TRUE='#'
815CC='/usr/bin/gcc-4.0'
816CCDEPMODE='depmode=gcc3'
817CFLAGS='-O2'
818CPP='/usr/bin/cpp-4.0'
819CPPFLAGS='-I/opt/local/include -D__FreeBSD__=10 -I/opt/local/include'
820CXX='/usr/bin/g++-4.0'
821CXXCPP='/usr/bin/g++-4.0 -E'
822CXXDEPMODE='depmode=gcc3'
823CXXFLAGS='-O2'
824CYGPATH_W='echo'
825DEFS=''
826DEPDIR='.deps'
827ECHO='/bin/echo'
828ECHO_C='ECHO_N=''
829ECHO_T=''
830EGREP='/usr/bin/grep -E'
831EXEEXT=''
832F77=''
833FFLAGS='-O2'
834FUSE_LIBS=''
835GMSGFMT='/opt/local/bin/msgfmt'
836GREP='/usr/bin/grep'
837HAVE_EVP_AES=''
838HAVE_EVP_BF=''
839HAVE_HMAC_INIT_EX=''
840HAVE_SSL=''
841INSTALL_DATA='${INSTALL} -m 644'
842INSTALL_PROGRAM='${INSTALL}'
843INSTALL_SCRIPT='${INSTALL}'
844INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
845INTLLIBS='-lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation'
846INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
847LDFLAGS='-L/opt/local/lib -L/opt/local/lib'
848LIBICONV='-liconv'
849LIBINTL='-lintl -liconv -lc  -Wl,-framework -Wl,CoreFoundation'
850LIBOBJS=''
851LIBS=''
852LIBTOOL='$(SHELL) $(top_builddir)/libtool'
853LN_S='ln -s'
854LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
855LTLIBINTL='-L/opt/local/lib -lintl -L/opt/local/lib -liconv -lc -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
856LTLIBOBJS=''
857MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/missing --run makeinfo'
858MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
859MSGFMT='/opt/local/bin/msgfmt'
860MSGMERGE='/opt/local/bin/msgmerge'
861OBJEXT='o'
862OPENSSL_CFLAGS=''
863OPENSSL_LIBS=''
864PACKAGE='encfs'
865PACKAGE_BUGREPORT=''
866PACKAGE_NAME=''
867PACKAGE_STRING=''
868PACKAGE_TARNAME=''
869PACKAGE_VERSION=''
870PATH_SEPARATOR=':'
871PKG_CONFIG=''
872POD2HTML=''
873POD2MAN=''
874POSUB='po'
875PTHREAD_CC='/usr/bin/gcc-4.0'
876PTHREAD_CFLAGS='-D_THREAD_SAFE '
877PTHREAD_LIBS=''
878RANLIB='ranlib'
879RLOG_CFLAGS=''
880RLOG_LIBS=''
881SED='/usr/bin/sed'
882SET_MAKE=''
883SHELL='/bin/sh'
884STRIP='strip'
885USE_NLS='yes'
886VERSION='1.4.2'
887XGETTEXT='/opt/local/bin/xgettext'
888ac_ct_CC='/usr/bin/gcc-4.0'
889ac_ct_CXX=''
890ac_ct_F77=''
891acx_pthread_config=''
892am__fastdepCC_FALSE='#'
893am__fastdepCC_TRUE=''
894am__fastdepCXX_FALSE='#'
895am__fastdepCXX_TRUE=''
896am__include='include'
897am__isrc=''
898am__leading_dot='.'
899am__quote=''
900am__tar='${AMTAR} chof - "$$tardir"'
901am__untar='${AMTAR} xf -'
902bindir='${exec_prefix}/bin'
903build='i386-apple-darwin9.2.2'
904build_alias=''
905build_cpu='i386'
906build_os='darwin9.2.2'
907build_vendor='apple'
908datadir='${datarootdir}'
909datarootdir='${prefix}/share'
910docdir='${datarootdir}/doc/${PACKAGE}'
911dvidir='${docdir}'
912exec_prefix='NONE'
913host='i386-apple-darwin9.2.2'
914host_alias=''
915host_cpu='i386'
916host_os='darwin9.2.2'
917host_vendor='apple'
918htmldir='${docdir}'
919includedir='${prefix}/include'
920infodir='${datarootdir}/info'
921install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.4.2/install-sh'
922libdir='${exec_prefix}/lib'
923libexecdir='${exec_prefix}/libexec'
924localedir='${datarootdir}/locale'
925localstatedir='${prefix}/var'
926mandir='${datarootdir}/man'
927mkdir_p='$(top_builddir)/./install-sh -c -d'
928oldincludedir='/usr/include'
929pdfdir='${docdir}'
930prefix='/opt/local'
931program_transform_name='s,x,x,'
932psdir='${docdir}'
933sbindir='${exec_prefix}/sbin'
934sharedstatedir='${prefix}/com'
935sysconfdir='${prefix}/etc'
936target_alias=''
937
938## ----------- ##
939## confdefs.h. ##
940## ----------- ##
941
942#define PACKAGE_NAME ""
943#define PACKAGE_TARNAME ""
944#define PACKAGE_VERSION ""
945#define PACKAGE_STRING ""
946#define PACKAGE_BUGREPORT ""
947#define PACKAGE "encfs"
948#define VERSION "1.4.2"
949#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
950#define HAVE_CFLOCALECOPYCURRENT 1
951#define HAVE_ICONV 1
952#define ENABLE_NLS 1
953#define HAVE_GETTEXT 1
954#define HAVE_DCGETTEXT 1
955#define STDC_HEADERS 1
956#define HAVE_SYS_TYPES_H 1
957#define HAVE_SYS_STAT_H 1
958#define HAVE_STDLIB_H 1
959#define HAVE_STRING_H 1
960#define HAVE_MEMORY_H 1
961#define HAVE_STRINGS_H 1
962#define HAVE_INTTYPES_H 1
963#define HAVE_STDINT_H 1
964#define HAVE_UNISTD_H 1
965#define HAVE_DLFCN_H 1
966#define HAVE_PTHREAD 1
967#define HAVE_BOOST
968#define HAVE_BOOST_SERIALIZATION
969
970configure: exit 1