Ticket #37860: config.log

File config.log, 74.9 KB (added by ryandesign (Ryan Carsten Schmidt), 11 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 peekabot configure 0.8.4, which was
5generated by GNU Autoconf 2.66.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --disable-server
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = poppins.local
14uname -m = x86_64
15uname -r = 12.2.1
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~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 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/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: 428 tasks, 1166 threads, 8 processors
34Load average: 2.47, Mach factor: 5.52
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /Users/rschmidt/macports/users/ryandesign/no_default_gcc
40PATH: /opt/local/bin
41PATH: /opt/local/sbin
42PATH: /bin
43PATH: /sbin
44PATH: /usr/bin
45PATH: /usr/sbin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2480: checking for a BSD-compatible install
53configure:2548: result: /usr/bin/install -c
54configure:2559: checking whether build environment is sane
55configure:2609: result: yes
56configure:2750: checking for a thread-safe mkdir -p
57configure:2789: result: /opt/local/bin/gmkdir -p
58configure:2802: checking for gawk
59configure:2818: found /opt/local/bin/gawk
60configure:2829: result: gawk
61configure:2840: checking whether make sets $(MAKE)
62configure:2862: result: yes
63configure:3056: checking for gcc
64configure:3083: result: ccache /usr/bin/clang
65configure:3312: checking for C compiler version
66configure:3321: ccache /usr/bin/clang --version >&5
67Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
68Target: x86_64-apple-darwin12.2.1
69Thread model: posix
70configure:3332: $? = 0
71configure:3321: ccache /usr/bin/clang -v >&5
72Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
73Target: x86_64-apple-darwin12.2.1
74Thread model: posix
75configure:3332: $? = 0
76configure:3321: ccache /usr/bin/clang -V >&5
77clang: error: argument to '-V' is missing (expected 1 value)
78clang: error: no input files
79configure:3332: $? = 1
80configure:3321: ccache /usr/bin/clang -qversion >&5
81clang: error: no input files
82configure:3332: $? = 1
83configure:3352: checking whether the C compiler works
84configure:3374: ccache /usr/bin/clang -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c  >&5
85configure:3378: $? = 0
86configure:3426: result: yes
87configure:3429: checking for C compiler default output file name
88configure:3431: result: a.out
89configure:3437: checking for suffix of executables
90configure:3444: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c  >&5
91configure:3448: $? = 0
92configure:3470: result:
93configure:3492: checking whether we are cross compiling
94configure:3500: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c  >&5
95configure:3504: $? = 0
96configure:3511: ./conftest
97configure:3515: $? = 0
98configure:3530: result: no
99configure:3535: checking for suffix of object files
100configure:3557: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
101configure:3561: $? = 0
102configure:3582: result: o
103configure:3586: checking whether we are using the GNU C compiler
104configure:3605: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
105configure:3605: $? = 0
106configure:3614: result: yes
107configure:3623: checking whether ccache /usr/bin/clang accepts -g
108configure:3643: ccache /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
109clang: warning: argument unused during compilation: '-I /opt/local/include'
110configure:3643: $? = 0
111configure: failed program was:
112| /* confdefs.h */
113| #define PACKAGE_NAME "peekabot"
114| #define PACKAGE_TARNAME "peekabot"
115| #define PACKAGE_VERSION "0.8.4"
116| #define PACKAGE_STRING "peekabot 0.8.4"
117| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
118| #define PACKAGE_URL ""
119| #define PACKAGE "peekabot"
120| #define VERSION "0.8.4"
121| /* end confdefs.h.  */
122|
123| int
124| main ()
125| {
126|
127|   ;
128|   return 0;
129| }
130configure:3658: ccache /usr/bin/clang -c  -I/opt/local/include conftest.c >&5
131clang: warning: argument unused during compilation: '-I /opt/local/include'
132configure:3658: $? = 0
133configure: failed program was:
134| /* confdefs.h */
135| #define PACKAGE_NAME "peekabot"
136| #define PACKAGE_TARNAME "peekabot"
137| #define PACKAGE_VERSION "0.8.4"
138| #define PACKAGE_STRING "peekabot 0.8.4"
139| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
140| #define PACKAGE_URL ""
141| #define PACKAGE "peekabot"
142| #define VERSION "0.8.4"
143| /* end confdefs.h.  */
144|
145| int
146| main ()
147| {
148|
149|   ;
150|   return 0;
151| }
152configure:3674: ccache /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
153clang: warning: argument unused during compilation: '-I /opt/local/include'
154configure:3674: $? = 0
155configure:3684: result: yes
156configure:3701: checking for ccache /usr/bin/clang option to accept ISO C89
157configure:3765: ccache /usr/bin/clang  -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
158configure:3765: $? = 0
159configure:3778: result: none needed
160configure:3809: checking for style of include used by make
161configure:3837: result: GNU
162configure:3862: checking dependency style of ccache /usr/bin/clang
163configure:3972: result: none
164configure:4099: checking for C++ compiler version
165configure:4108: ccache /usr/bin/clang++ --version >&5
166Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
167Target: x86_64-apple-darwin12.2.1
168Thread model: posix
169configure:4119: $? = 0
170configure:4108: ccache /usr/bin/clang++ -v >&5
171Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
172Target: x86_64-apple-darwin12.2.1
173Thread model: posix
174configure:4119: $? = 0
175configure:4108: ccache /usr/bin/clang++ -V >&5
176clang: error: argument to '-V' is missing (expected 1 value)
177clang: error: no input files
178configure:4119: $? = 1
179configure:4108: ccache /usr/bin/clang++ -qversion >&5
180clang: error: no input files
181configure:4119: $? = 1
182configure:4123: checking whether we are using the GNU C++ compiler
183configure:4142: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.cpp >&5
184configure:4142: $? = 0
185configure:4151: result: yes
186configure:4160: checking whether ccache /usr/bin/clang++ accepts -g
187configure:4180: ccache /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
188clang: warning: argument unused during compilation: '-I /opt/local/include'
189configure:4180: $? = 0
190configure: failed program was:
191| /* confdefs.h */
192| #define PACKAGE_NAME "peekabot"
193| #define PACKAGE_TARNAME "peekabot"
194| #define PACKAGE_VERSION "0.8.4"
195| #define PACKAGE_STRING "peekabot 0.8.4"
196| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
197| #define PACKAGE_URL ""
198| #define PACKAGE "peekabot"
199| #define VERSION "0.8.4"
200| /* end confdefs.h.  */
201|
202| int
203| main ()
204| {
205|
206|   ;
207|   return 0;
208| }
209configure:4195: ccache /usr/bin/clang++ -c  -I/opt/local/include conftest.cpp >&5
210clang: warning: argument unused during compilation: '-I /opt/local/include'
211configure:4195: $? = 0
212configure: failed program was:
213| /* confdefs.h */
214| #define PACKAGE_NAME "peekabot"
215| #define PACKAGE_TARNAME "peekabot"
216| #define PACKAGE_VERSION "0.8.4"
217| #define PACKAGE_STRING "peekabot 0.8.4"
218| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
219| #define PACKAGE_URL ""
220| #define PACKAGE "peekabot"
221| #define VERSION "0.8.4"
222| /* end confdefs.h.  */
223|
224| int
225| main ()
226| {
227|
228|   ;
229|   return 0;
230| }
231configure:4211: ccache /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
232clang: warning: argument unused during compilation: '-I /opt/local/include'
233configure:4211: $? = 0
234configure:4221: result: yes
235configure:4246: checking dependency style of ccache /usr/bin/clang++
236configure:4356: result: none
237configure:4400: checking build system type
238configure:4414: result: x86_64-apple-darwin12.2.1
239configure:4434: checking host system type
240configure:4447: result: x86_64-apple-darwin12.2.1
241configure:4488: checking how to print strings
242configure:4515: result: printf
243configure:4536: checking for a sed that does not truncate output
244configure:4600: result: /opt/local/bin/gsed
245configure:4618: checking for grep that handles long lines and -e
246configure:4676: result: /opt/local/bin/grep
247configure:4681: checking for egrep
248configure:4743: result: /opt/local/bin/grep -E
249configure:4748: checking for fgrep
250configure:4810: result: /opt/local/bin/grep -F
251configure:4845: checking for ld used by ccache /usr/bin/clang
252configure:4912: result: /usr/bin/ld
253configure:4919: checking if the linker (/usr/bin/ld) is GNU ld
254configure:4934: result: no
255configure:4946: checking for BSD- or MS-compatible name lister (nm)
256configure:4995: result: /opt/local/bin/nm
257configure:5125: checking the name lister (/opt/local/bin/nm) interface
258configure:5132: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
259configure:5135: /opt/local/bin/nm "conftest.o"
260configure:5138: output
2610000000000000000 S _some_variable
262configure:5145: result: BSD nm
263configure:5148: checking whether ln -s works
264configure:5152: result: yes
265configure:5160: checking the maximum length of command line arguments
266configure:5285: result: 196608
267configure:5302: checking whether the shell understands some XSI constructs
268configure:5312: result: yes
269configure:5316: checking whether the shell understands "+="
270configure:5322: result: yes
271configure:5357: checking for /usr/bin/ld option to reload object files
272configure:5364: result: -r
273configure:5433: checking for objdump
274configure:5463: result: no
275configure:5492: checking how to recognize dependent libraries
276configure:5694: result: pass_all
277configure:5754: checking for ar
278configure:5770: found /opt/local/bin/ar
279configure:5781: result: ar
280configure:5859: checking for strip
281configure:5875: found /opt/local/bin/strip
282configure:5886: result: strip
283configure:5958: checking for ranlib
284configure:5974: found /opt/local/bin/ranlib
285configure:5985: result: ranlib
286configure:6087: checking command to parse /opt/local/bin/nm output from ccache /usr/bin/clang object
287configure:6205: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
288configure:6208: $? = 0
289configure:6212: /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
290configure:6215: $? = 0
291cannot find nm_test_var in conftest.nm
292configure:6205: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
293configure:6208: $? = 0
294configure:6212: /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
295configure:6215: $? = 0
296configure:6269: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c conftstm.o >&5
297configure:6272: $? = 0
298configure:6310: result: ok
299configure:6575: checking for dsymutil
300configure:6591: found /usr/bin/dsymutil
301configure:6602: result: dsymutil
302configure:6667: checking for nmedit
303configure:6683: found /opt/local/bin/nmedit
304configure:6694: result: nmedit
305configure:6759: checking for lipo
306configure:6775: found /opt/local/bin/lipo
307configure:6786: result: lipo
308configure:6851: checking for otool
309configure:6867: found /opt/local/bin/otool
310configure:6878: result: otool
311configure:6943: checking for otool64
312configure:6973: result: no
313configure:7018: checking for -single_module linker flag
314ccache /usr/bin/clang -pipe -O2 -arch x86_64 -arch i386 -L/opt/local/lib -arch x86_64 -arch i386 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
315configure:7045: result: yes
316configure:7047: checking for -exported_symbols_list linker flag
317configure:7067: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
318configure:7067: $? = 0
319configure:7077: result: yes
320configure:7079: checking for -force_load linker flag
321ccache /usr/bin/clang -pipe -O2 -arch x86_64 -arch i386 -c -o conftest.o conftest.c
322ar cru libconftest.a conftest.o
323ranlib libconftest.a
324ccache /usr/bin/clang -pipe -O2 -arch x86_64 -arch i386 -L/opt/local/lib -arch x86_64 -arch i386 -o conftest conftest.c -Wl,-force_load,./libconftest.a
325configure:7109: result: yes
326configure:7151: checking how to run the C preprocessor
327configure:7182: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
328configure:7182: $? = 0
329configure:7196: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
330conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
331#include <ac_nonexistent.h>
332         ^
3331 error generated.
334configure:7196: $? = 1
335configure: failed program was:
336| /* confdefs.h */
337| #define PACKAGE_NAME "peekabot"
338| #define PACKAGE_TARNAME "peekabot"
339| #define PACKAGE_VERSION "0.8.4"
340| #define PACKAGE_STRING "peekabot 0.8.4"
341| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
342| #define PACKAGE_URL ""
343| #define PACKAGE "peekabot"
344| #define VERSION "0.8.4"
345| /* end confdefs.h.  */
346| #include <ac_nonexistent.h>
347configure:7221: result: ccache /usr/bin/clang -E
348configure:7241: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
349configure:7241: $? = 0
350configure:7255: ccache /usr/bin/clang -E -I/opt/local/include conftest.c
351conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
352#include <ac_nonexistent.h>
353         ^
3541 error generated.
355configure:7255: $? = 1
356configure: failed program was:
357| /* confdefs.h */
358| #define PACKAGE_NAME "peekabot"
359| #define PACKAGE_TARNAME "peekabot"
360| #define PACKAGE_VERSION "0.8.4"
361| #define PACKAGE_STRING "peekabot 0.8.4"
362| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
363| #define PACKAGE_URL ""
364| #define PACKAGE "peekabot"
365| #define VERSION "0.8.4"
366| /* end confdefs.h.  */
367| #include <ac_nonexistent.h>
368configure:7284: checking for ANSI C header files
369configure:7304: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
370configure:7304: $? = 0
371configure:7377: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c  >&5
372configure:7377: $? = 0
373configure:7377: ./conftest
374configure:7377: $? = 0
375configure:7388: result: yes
376configure:7401: checking for sys/types.h
377configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
378configure:7401: $? = 0
379configure:7401: result: yes
380configure:7401: checking for sys/stat.h
381configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
382configure:7401: $? = 0
383configure:7401: result: yes
384configure:7401: checking for stdlib.h
385configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
386configure:7401: $? = 0
387configure:7401: result: yes
388configure:7401: checking for string.h
389configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
390configure:7401: $? = 0
391configure:7401: result: yes
392configure:7401: checking for memory.h
393configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
394configure:7401: $? = 0
395configure:7401: result: yes
396configure:7401: checking for strings.h
397configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
398configure:7401: $? = 0
399configure:7401: result: yes
400configure:7401: checking for inttypes.h
401configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
402configure:7401: $? = 0
403configure:7401: result: yes
404configure:7401: checking for stdint.h
405configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
406configure:7401: $? = 0
407configure:7401: result: yes
408configure:7401: checking for unistd.h
409configure:7401: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
410configure:7401: $? = 0
411configure:7401: result: yes
412configure:7415: checking for dlfcn.h
413configure:7415: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
414configure:7415: $? = 0
415configure:7415: result: yes
416configure:7603: checking for objdir
417configure:7618: result: .libs
418configure:7889: checking if ccache /usr/bin/clang supports -fno-rtti -fno-exceptions
419configure:7907: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
420configure:7911: $? = 0
421configure:7924: result: yes
422configure:7944: checking for ccache /usr/bin/clang option to produce PIC
423configure:8229: result: -fno-common -DPIC
424configure:8241: checking if ccache /usr/bin/clang PIC flag -fno-common -DPIC works
425configure:8259: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
426configure:8263: $? = 0
427configure:8276: result: yes
428configure:8300: checking if ccache /usr/bin/clang static flag -static works
429configure:8328: result: no
430configure:8343: checking if ccache /usr/bin/clang supports -c -o file.o
431configure:8364: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.c >&5
432configure:8368: $? = 0
433configure:8390: result: yes
434configure:8398: checking if ccache /usr/bin/clang supports -c -o file.o
435configure:8445: result: yes
436configure:8478: checking whether the ccache /usr/bin/clang linker (/usr/bin/ld) supports shared libraries
437configure:9553: result: yes
438configure:9798: checking dynamic linker characteristics
439configure:10479: result: darwin12.2.1 dyld
440configure:10586: checking how to hardcode library paths into programs
441configure:10611: result: immediate
442configure:11151: checking whether stripping libraries is possible
443configure:11165: result: yes
444configure:11191: checking if libtool supports shared libraries
445configure:11193: result: yes
446configure:11196: checking whether to build shared libraries
447configure:11217: result: yes
448configure:11220: checking whether to build static libraries
449configure:11224: result: yes
450configure:11247: checking how to run the C++ preprocessor
451configure:11274: ccache /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
452configure:11274: $? = 0
453configure:11288: ccache /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
454conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
455#include <ac_nonexistent.h>
456         ^
4571 error generated.
458configure:11288: $? = 1
459configure: failed program was:
460| /* confdefs.h */
461| #define PACKAGE_NAME "peekabot"
462| #define PACKAGE_TARNAME "peekabot"
463| #define PACKAGE_VERSION "0.8.4"
464| #define PACKAGE_STRING "peekabot 0.8.4"
465| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
466| #define PACKAGE_URL ""
467| #define PACKAGE "peekabot"
468| #define VERSION "0.8.4"
469| #define STDC_HEADERS 1
470| #define HAVE_SYS_TYPES_H 1
471| #define HAVE_SYS_STAT_H 1
472| #define HAVE_STDLIB_H 1
473| #define HAVE_STRING_H 1
474| #define HAVE_MEMORY_H 1
475| #define HAVE_STRINGS_H 1
476| #define HAVE_INTTYPES_H 1
477| #define HAVE_STDINT_H 1
478| #define HAVE_UNISTD_H 1
479| #define HAVE_DLFCN_H 1
480| #define LT_OBJDIR ".libs/"
481| /* end confdefs.h.  */
482| #include <ac_nonexistent.h>
483configure:11313: result: ccache /usr/bin/clang++ -E
484configure:11333: ccache /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
485configure:11333: $? = 0
486configure:11347: ccache /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
487conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
488#include <ac_nonexistent.h>
489         ^
4901 error generated.
491configure:11347: $? = 1
492configure: failed program was:
493| /* confdefs.h */
494| #define PACKAGE_NAME "peekabot"
495| #define PACKAGE_TARNAME "peekabot"
496| #define PACKAGE_VERSION "0.8.4"
497| #define PACKAGE_STRING "peekabot 0.8.4"
498| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
499| #define PACKAGE_URL ""
500| #define PACKAGE "peekabot"
501| #define VERSION "0.8.4"
502| #define STDC_HEADERS 1
503| #define HAVE_SYS_TYPES_H 1
504| #define HAVE_SYS_STAT_H 1
505| #define HAVE_STDLIB_H 1
506| #define HAVE_STRING_H 1
507| #define HAVE_MEMORY_H 1
508| #define HAVE_STRINGS_H 1
509| #define HAVE_INTTYPES_H 1
510| #define HAVE_STDINT_H 1
511| #define HAVE_UNISTD_H 1
512| #define HAVE_DLFCN_H 1
513| #define LT_OBJDIR ".libs/"
514| /* end confdefs.h.  */
515| #include <ac_nonexistent.h>
516configure:11515: checking for ld used by ccache /usr/bin/clang++
517configure:11582: result: /usr/bin/ld
518configure:11589: checking if the linker (/usr/bin/ld) is GNU ld
519configure:11604: result: no
520configure:11659: checking whether the ccache /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
521configure:12591: result: yes
522configure:12619: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.cpp >&5
523configure:12622: $? = 0
524configure:12804: checking for ccache /usr/bin/clang++ option to produce PIC
525configure:13126: result: -fno-common -DPIC
526configure:13135: checking if ccache /usr/bin/clang++ PIC flag -fno-common -DPIC works
527configure:13153: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
528configure:13157: $? = 0
529configure:13170: result: yes
530configure:13191: checking if ccache /usr/bin/clang++ static flag -static works
531configure:13219: result: no
532configure:13231: checking if ccache /usr/bin/clang++ supports -c -o file.o
533configure:13252: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
534configure:13256: $? = 0
535configure:13278: result: yes
536configure:13283: checking if ccache /usr/bin/clang++ supports -c -o file.o
537configure:13330: result: yes
538configure:13360: checking whether the ccache /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
539configure:13388: result: yes
540configure:13531: checking dynamic linker characteristics
541configure:14146: result: darwin12.2.1 dyld
542configure:14199: checking how to hardcode library paths into programs
543configure:14224: result: immediate
544configure:14283: checking whether ccache /usr/bin/clang and cc understand -c and -o together
545configure:14314: ccache /usr/bin/clang -c conftest.c -o conftest2.o >&5
546configure:14318: $? = 0
547configure:14324: ccache /usr/bin/clang -c conftest.c -o conftest2.o >&5
548configure:14328: $? = 0
549configure:14339: cc -c conftest.c >&5
550cc -c conftest.c
551cc: Error: You should be using ${configure.cc}
552See https://trac.macports.org/wiki/UsingTheRightCompiler
553configure:14343: $? = 1
554configure:14383: result: yes
555configure:14408: checking for grep that handles long lines and -e
556configure:14466: result: /opt/local/bin/grep
557configure:14474: checking whether __ELF__ is declared
558configure:14474: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
559conftest.c:63:10: error: use of undeclared identifier '__ELF__'
560  (void) __ELF__;
561         ^
5621 error generated.
563configure:14474: $? = 1
564configure: failed program was:
565| /* confdefs.h */
566| #define PACKAGE_NAME "peekabot"
567| #define PACKAGE_TARNAME "peekabot"
568| #define PACKAGE_VERSION "0.8.4"
569| #define PACKAGE_STRING "peekabot 0.8.4"
570| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
571| #define PACKAGE_URL ""
572| #define PACKAGE "peekabot"
573| #define VERSION "0.8.4"
574| #define STDC_HEADERS 1
575| #define HAVE_SYS_TYPES_H 1
576| #define HAVE_SYS_STAT_H 1
577| #define HAVE_STDLIB_H 1
578| #define HAVE_STRING_H 1
579| #define HAVE_MEMORY_H 1
580| #define HAVE_STRINGS_H 1
581| #define HAVE_INTTYPES_H 1
582| #define HAVE_STDINT_H 1
583| #define HAVE_UNISTD_H 1
584| #define HAVE_DLFCN_H 1
585| #define LT_OBJDIR ".libs/"
586| /* end confdefs.h.  */
587| #include <stdio.h>
588| #ifdef HAVE_SYS_TYPES_H
589| # include <sys/types.h>
590| #endif
591| #ifdef HAVE_SYS_STAT_H
592| # include <sys/stat.h>
593| #endif
594| #ifdef STDC_HEADERS
595| # include <stdlib.h>
596| # include <stddef.h>
597| #else
598| # ifdef HAVE_STDLIB_H
599| #  include <stdlib.h>
600| # endif
601| #endif
602| #ifdef HAVE_STRING_H
603| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
604| #  include <memory.h>
605| # endif
606| # include <string.h>
607| #endif
608| #ifdef HAVE_STRINGS_H
609| # include <strings.h>
610| #endif
611| #ifdef HAVE_INTTYPES_H
612| # include <inttypes.h>
613| #endif
614| #ifdef HAVE_STDINT_H
615| # include <stdint.h>
616| #endif
617| #ifdef HAVE_UNISTD_H
618| # include <unistd.h>
619| #endif
620| int
621| main ()
622| {
623| #ifndef __ELF__
624| #ifdef __cplusplus
625|   (void) __ELF__;
626| #else
627|   (void) __ELF__;
628| #endif
629| #endif
630|
631|   ;
632|   return 0;
633| }
634configure:14474: result: no
635configure:14494: checking for socketpair
636configure:14494: ccache /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c  >&5
637configure:14494: $? = 0
638configure:14494: result: yes
639configure:14533: checking for Boost headers version >= 103900
640configure:14577: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.cpp >&5
641configure:14577: $? = 0
642configure:14598: result: yes
643configure:14606: checking for Boost's header version
644configure:14623: result: 1_52
645configure:14642: checking boost/bind.hpp usability
646configure:14642: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
647configure:14642: $? = 0
648configure:14642: result: yes
649configure:14642: checking boost/bind.hpp presence
650configure:14642: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
651configure:14642: $? = 0
652configure:14642: result: yes
653configure:14642: checking for boost/bind.hpp
654configure:14642: result: yes
655configure:14666: checking boost/cast.hpp usability
656configure:14666: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
657configure:14666: $? = 0
658configure:14666: result: yes
659configure:14666: checking boost/cast.hpp presence
660configure:14666: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
661configure:14666: $? = 0
662configure:14666: result: yes
663configure:14666: checking for boost/cast.hpp
664configure:14666: result: yes
665configure:14690: checking boost/lexical_cast.hpp usability
666configure:14690: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
667configure:14690: $? = 0
668configure:14690: result: yes
669configure:14690: checking boost/lexical_cast.hpp presence
670configure:14690: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
671configure:14690: $? = 0
672configure:14690: result: yes
673configure:14690: checking for boost/lexical_cast.hpp
674configure:14690: result: yes
675configure:14715: checking boost/function.hpp usability
676configure:14715: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
677configure:14715: $? = 0
678configure:14715: result: yes
679configure:14715: checking boost/function.hpp presence
680configure:14715: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
681configure:14715: $? = 0
682configure:14715: result: yes
683configure:14715: checking for boost/function.hpp
684configure:14715: result: yes
685configure:14739: checking boost/format.hpp usability
686configure:14739: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
687configure:14739: $? = 0
688configure:14739: result: yes
689configure:14739: checking boost/format.hpp presence
690configure:14739: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
691configure:14739: $? = 0
692configure:14739: result: yes
693configure:14739: checking for boost/format.hpp
694configure:14739: result: yes
695configure:14763: checking boost/ref.hpp usability
696configure:14763: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
697configure:14763: $? = 0
698configure:14763: result: yes
699configure:14763: checking boost/ref.hpp presence
700configure:14763: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
701configure:14763: $? = 0
702configure:14763: result: yes
703configure:14763: checking for boost/ref.hpp
704configure:14763: result: yes
705configure:14787: checking boost/scoped_ptr.hpp usability
706configure:14787: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
707configure:14787: $? = 0
708configure:14787: result: yes
709configure:14787: checking boost/scoped_ptr.hpp presence
710configure:14787: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
711configure:14787: $? = 0
712configure:14787: result: yes
713configure:14787: checking for boost/scoped_ptr.hpp
714configure:14787: result: yes
715configure:14811: checking boost/shared_ptr.hpp usability
716configure:14811: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
717configure:14811: $? = 0
718configure:14811: result: yes
719configure:14811: checking boost/shared_ptr.hpp presence
720configure:14811: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
721configure:14811: $? = 0
722configure:14811: result: yes
723configure:14811: checking for boost/shared_ptr.hpp
724configure:14811: result: yes
725configure:14836: checking boost/algorithm/string.hpp usability
726configure:14836: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
727configure:14836: $? = 0
728configure:14836: result: yes
729configure:14836: checking boost/algorithm/string.hpp presence
730configure:14836: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
731configure:14836: $? = 0
732configure:14836: result: yes
733configure:14836: checking for boost/algorithm/string.hpp
734configure:14836: result: yes
735configure:14861: checking boost/utility.hpp usability
736configure:14861: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
737configure:14861: $? = 0
738configure:14861: result: yes
739configure:14861: checking boost/utility.hpp presence
740configure:14861: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
741configure:14861: $? = 0
742configure:14861: result: yes
743configure:14861: checking for boost/utility.hpp
744configure:14861: result: yes
745configure:14885: checking boost/foreach.hpp usability
746configure:14885: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include  conftest.cpp >&5
747configure:14885: $? = 0
748configure:14885: result: yes
749configure:14885: checking boost/foreach.hpp presence
750configure:14885: ccache /usr/bin/clang++ -E -I/opt/local/include  conftest.cpp
751configure:14885: $? = 0
752configure:14885: result: yes
753configure:14885: checking for boost/foreach.hpp
754configure:14885: result: yes
755configure:14908: checking for the flags needed to use pthreads
756configure:14963: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.cpp   >&5
757configure:14963: $? = 0
758configure:14977: result:
759configure:14985: checking for the toolset name used by Boost for ccache /usr/bin/clang++
760configure:15055: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.cpp >&5
761conftest.cpp:39:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
762# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
763  ^
7641 error generated.
765configure:15055: $? = 1
766configure: failed program was:
767| /* confdefs.h */
768| #define PACKAGE_NAME "peekabot"
769| #define PACKAGE_TARNAME "peekabot"
770| #define PACKAGE_VERSION "0.8.4"
771| #define PACKAGE_STRING "peekabot 0.8.4"
772| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
773| #define PACKAGE_URL ""
774| #define PACKAGE "peekabot"
775| #define VERSION "0.8.4"
776| #define STDC_HEADERS 1
777| #define HAVE_SYS_TYPES_H 1
778| #define HAVE_SYS_STAT_H 1
779| #define HAVE_STDLIB_H 1
780| #define HAVE_STRING_H 1
781| #define HAVE_MEMORY_H 1
782| #define HAVE_STRINGS_H 1
783| #define HAVE_INTTYPES_H 1
784| #define HAVE_STDINT_H 1
785| #define HAVE_UNISTD_H 1
786| #define HAVE_DLFCN_H 1
787| #define LT_OBJDIR ".libs/"
788| #define HAVE_SOCKETPAIR 1
789| #define HAVE_BOOST_BIND_HPP 1
790| #define HAVE_BOOST_CAST_HPP 1
791| #define HAVE_BOOST_LEXICAL_CAST_HPP 1
792| #define HAVE_BOOST_FUNCTION_HPP 1
793| #define HAVE_BOOST_FORMAT_HPP 1
794| #define HAVE_BOOST_REF_HPP 1
795| #define HAVE_BOOST_SCOPED_PTR_HPP 1
796| #define HAVE_BOOST_SHARED_PTR_HPP 1
797| #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
798| #define HAVE_BOOST_UTILITY_HPP 1
799| #define HAVE_BOOST_FOREACH_HPP 1
800| /* end confdefs.h.  */
801|
802| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
803| /* OK */
804| #else
805| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
806| #endif
807|
808| int
809| main ()
810| {
811|
812|   ;
813|   return 0;
814| }
815configure:15055: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.cpp >&5
816configure:15055: $? = 0
817configure:15090: result: xgcc42 -xgcc
818configure:15117: ccache /usr/bin/clang -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include conftest.c >&5
819conftest.c:39:3: error: MT not needed
820# error MT not needed
821  ^
8221 error generated.
823configure:15117: $? = 1
824configure: failed program was:
825| /* confdefs.h */
826| #define PACKAGE_NAME "peekabot"
827| #define PACKAGE_TARNAME "peekabot"
828| #define PACKAGE_VERSION "0.8.4"
829| #define PACKAGE_STRING "peekabot 0.8.4"
830| #define PACKAGE_BUGREPORT "http://www.peekabot.org/"
831| #define PACKAGE_URL ""
832| #define PACKAGE "peekabot"
833| #define VERSION "0.8.4"
834| #define STDC_HEADERS 1
835| #define HAVE_SYS_TYPES_H 1
836| #define HAVE_SYS_STAT_H 1
837| #define HAVE_STDLIB_H 1
838| #define HAVE_STRING_H 1
839| #define HAVE_MEMORY_H 1
840| #define HAVE_STRINGS_H 1
841| #define HAVE_INTTYPES_H 1
842| #define HAVE_STDINT_H 1
843| #define HAVE_UNISTD_H 1
844| #define HAVE_DLFCN_H 1
845| #define LT_OBJDIR ".libs/"
846| #define HAVE_SOCKETPAIR 1
847| #define HAVE_BOOST_BIND_HPP 1
848| #define HAVE_BOOST_CAST_HPP 1
849| #define HAVE_BOOST_LEXICAL_CAST_HPP 1
850| #define HAVE_BOOST_FUNCTION_HPP 1
851| #define HAVE_BOOST_FORMAT_HPP 1
852| #define HAVE_BOOST_REF_HPP 1
853| #define HAVE_BOOST_SCOPED_PTR_HPP 1
854| #define HAVE_BOOST_SHARED_PTR_HPP 1
855| #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
856| #define HAVE_BOOST_UTILITY_HPP 1
857| #define HAVE_BOOST_FOREACH_HPP 1
858| /* end confdefs.h.  */
859|
860| #if defined _REENTRANT || defined _MT || defined __MT__
861| /* use -mt */
862| #else
863| # error MT not needed
864| #endif
865|
866| int
867| main ()
868| {
869|
870|   ;
871|   return 0;
872| }
873configure:15145: checking boost/thread.hpp usability
874configure:15145: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   conftest.cpp >&5
875configure:15145: $? = 0
876configure:15145: result: yes
877configure:15145: checking boost/thread.hpp presence
878configure:15145: ccache /usr/bin/clang++ -E -I/opt/local/include   conftest.cpp
879configure:15145: $? = 0
880configure:15145: result: yes
881configure:15145: checking for boost/thread.hpp
882configure:15145: result: yes
883configure:15171: checking for the Boost thread library
884configure:15213: ccache /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   conftest.cpp >&5
885configure:15213: $? = 0
886configure:15264: re-using the existing conftest.o
887configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-1_52   >&5
888ld: library not found for -lboost_thread-xgcc42-mt-1_52
889clang: error: linker command failed with exit code 1 (use -v to see invocation)
890configure:15279: $? = 1
891configure:15264: re-using the existing conftest.o
892configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-1_52   >&5
893ld: library not found for -lboost_thread-xgcc42-mt-1_52
894clang: error: linker command failed with exit code 1 (use -v to see invocation)
895configure:15279: $? = 1
896configure:15264: re-using the existing conftest.o
897configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-1_52   >&5
898ld: library not found for -lboost_thread-xgcc42-mt-1_52
899clang: error: linker command failed with exit code 1 (use -v to see invocation)
900configure:15279: $? = 1
901configure:15264: re-using the existing conftest.o
902configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-1_52   >&5
903ld: library not found for -lboost_thread-xgcc42-1_52
904clang: error: linker command failed with exit code 1 (use -v to see invocation)
905configure:15279: $? = 1
906configure:15264: re-using the existing conftest.o
907configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-1_52   >&5
908ld: library not found for -lboost_thread-xgcc42-1_52
909clang: error: linker command failed with exit code 1 (use -v to see invocation)
910configure:15279: $? = 1
911configure:15264: re-using the existing conftest.o
912configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-1_52   >&5
913ld: library not found for -lboost_thread-xgcc42-1_52
914clang: error: linker command failed with exit code 1 (use -v to see invocation)
915configure:15279: $? = 1
916configure:15264: re-using the existing conftest.o
917configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-d-1_52   >&5
918ld: library not found for -lboost_thread-xgcc42-mt-d-1_52
919clang: error: linker command failed with exit code 1 (use -v to see invocation)
920configure:15279: $? = 1
921configure:15264: re-using the existing conftest.o
922configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-d-1_52   >&5
923ld: library not found for -lboost_thread-xgcc42-mt-d-1_52
924clang: error: linker command failed with exit code 1 (use -v to see invocation)
925configure:15279: $? = 1
926configure:15264: re-using the existing conftest.o
927configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-d-1_52   >&5
928ld: library not found for -lboost_thread-xgcc42-mt-d-1_52
929clang: error: linker command failed with exit code 1 (use -v to see invocation)
930configure:15279: $? = 1
931configure:15264: re-using the existing conftest.o
932configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-d-1_52   >&5
933ld: library not found for -lboost_thread-xgcc42-d-1_52
934clang: error: linker command failed with exit code 1 (use -v to see invocation)
935configure:15279: $? = 1
936configure:15264: re-using the existing conftest.o
937configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-d-1_52   >&5
938ld: library not found for -lboost_thread-xgcc42-d-1_52
939clang: error: linker command failed with exit code 1 (use -v to see invocation)
940configure:15279: $? = 1
941configure:15264: re-using the existing conftest.o
942configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-d-1_52   >&5
943ld: library not found for -lboost_thread-xgcc42-d-1_52
944clang: error: linker command failed with exit code 1 (use -v to see invocation)
945configure:15279: $? = 1
946configure:15264: re-using the existing conftest.o
947configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt   >&5
948ld: library not found for -lboost_thread-xgcc42-mt
949clang: error: linker command failed with exit code 1 (use -v to see invocation)
950configure:15279: $? = 1
951configure:15264: re-using the existing conftest.o
952configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt   >&5
953ld: library not found for -lboost_thread-xgcc42-mt
954clang: error: linker command failed with exit code 1 (use -v to see invocation)
955configure:15279: $? = 1
956configure:15264: re-using the existing conftest.o
957configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-mt   >&5
958ld: library not found for -lboost_thread-xgcc42-mt
959clang: error: linker command failed with exit code 1 (use -v to see invocation)
960configure:15279: $? = 1
961configure:15264: re-using the existing conftest.o
962configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42   >&5
963ld: library not found for -lboost_thread-xgcc42
964clang: error: linker command failed with exit code 1 (use -v to see invocation)
965configure:15279: $? = 1
966configure:15264: re-using the existing conftest.o
967configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42   >&5
968ld: library not found for -lboost_thread-xgcc42
969clang: error: linker command failed with exit code 1 (use -v to see invocation)
970configure:15279: $? = 1
971configure:15264: re-using the existing conftest.o
972configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42   >&5
973ld: library not found for -lboost_thread-xgcc42
974clang: error: linker command failed with exit code 1 (use -v to see invocation)
975configure:15279: $? = 1
976configure:15264: re-using the existing conftest.o
977configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-d   >&5
978ld: library not found for -lboost_thread-xgcc42-mt-d
979clang: error: linker command failed with exit code 1 (use -v to see invocation)
980configure:15279: $? = 1
981configure:15264: re-using the existing conftest.o
982configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-d   >&5
983ld: library not found for -lboost_thread-xgcc42-mt-d
984clang: error: linker command failed with exit code 1 (use -v to see invocation)
985configure:15279: $? = 1
986configure:15264: re-using the existing conftest.o
987configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-d   >&5
988ld: library not found for -lboost_thread-xgcc42-mt-d
989clang: error: linker command failed with exit code 1 (use -v to see invocation)
990configure:15279: $? = 1
991configure:15264: re-using the existing conftest.o
992configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc42-d   >&5
993ld: library not found for -lboost_thread-xgcc42-d
994clang: error: linker command failed with exit code 1 (use -v to see invocation)
995configure:15279: $? = 1
996configure:15264: re-using the existing conftest.o
997configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc42-d   >&5
998ld: library not found for -lboost_thread-xgcc42-d
999clang: error: linker command failed with exit code 1 (use -v to see invocation)
1000configure:15279: $? = 1
1001configure:15264: re-using the existing conftest.o
1002configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc42-d   >&5
1003ld: library not found for -lboost_thread-xgcc42-d
1004clang: error: linker command failed with exit code 1 (use -v to see invocation)
1005configure:15279: $? = 1
1006configure:15264: re-using the existing conftest.o
1007configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-1_52   >&5
1008ld: library not found for -lboost_thread-xgcc-mt-1_52
1009clang: error: linker command failed with exit code 1 (use -v to see invocation)
1010configure:15279: $? = 1
1011configure:15264: re-using the existing conftest.o
1012configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-1_52   >&5
1013ld: library not found for -lboost_thread-xgcc-mt-1_52
1014clang: error: linker command failed with exit code 1 (use -v to see invocation)
1015configure:15279: $? = 1
1016configure:15264: re-using the existing conftest.o
1017configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-mt-1_52   >&5
1018ld: library not found for -lboost_thread-xgcc-mt-1_52
1019clang: error: linker command failed with exit code 1 (use -v to see invocation)
1020configure:15279: $? = 1
1021configure:15264: re-using the existing conftest.o
1022configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-1_52   >&5
1023ld: library not found for -lboost_thread-xgcc-1_52
1024clang: error: linker command failed with exit code 1 (use -v to see invocation)
1025configure:15279: $? = 1
1026configure:15264: re-using the existing conftest.o
1027configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-1_52   >&5
1028ld: library not found for -lboost_thread-xgcc-1_52
1029clang: error: linker command failed with exit code 1 (use -v to see invocation)
1030configure:15279: $? = 1
1031configure:15264: re-using the existing conftest.o
1032configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-1_52   >&5
1033ld: library not found for -lboost_thread-xgcc-1_52
1034clang: error: linker command failed with exit code 1 (use -v to see invocation)
1035configure:15279: $? = 1
1036configure:15264: re-using the existing conftest.o
1037configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-d-1_52   >&5
1038ld: library not found for -lboost_thread-xgcc-mt-d-1_52
1039clang: error: linker command failed with exit code 1 (use -v to see invocation)
1040configure:15279: $? = 1
1041configure:15264: re-using the existing conftest.o
1042configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-d-1_52   >&5
1043ld: library not found for -lboost_thread-xgcc-mt-d-1_52
1044clang: error: linker command failed with exit code 1 (use -v to see invocation)
1045configure:15279: $? = 1
1046configure:15264: re-using the existing conftest.o
1047configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-mt-d-1_52   >&5
1048ld: library not found for -lboost_thread-xgcc-mt-d-1_52
1049clang: error: linker command failed with exit code 1 (use -v to see invocation)
1050configure:15279: $? = 1
1051configure:15264: re-using the existing conftest.o
1052configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-d-1_52   >&5
1053ld: library not found for -lboost_thread-xgcc-d-1_52
1054clang: error: linker command failed with exit code 1 (use -v to see invocation)
1055configure:15279: $? = 1
1056configure:15264: re-using the existing conftest.o
1057configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-d-1_52   >&5
1058ld: library not found for -lboost_thread-xgcc-d-1_52
1059clang: error: linker command failed with exit code 1 (use -v to see invocation)
1060configure:15279: $? = 1
1061configure:15264: re-using the existing conftest.o
1062configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-d-1_52   >&5
1063ld: library not found for -lboost_thread-xgcc-d-1_52
1064clang: error: linker command failed with exit code 1 (use -v to see invocation)
1065configure:15279: $? = 1
1066configure:15264: re-using the existing conftest.o
1067configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt   >&5
1068ld: library not found for -lboost_thread-xgcc-mt
1069clang: error: linker command failed with exit code 1 (use -v to see invocation)
1070configure:15279: $? = 1
1071configure:15264: re-using the existing conftest.o
1072configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt   >&5
1073ld: library not found for -lboost_thread-xgcc-mt
1074clang: error: linker command failed with exit code 1 (use -v to see invocation)
1075configure:15279: $? = 1
1076configure:15264: re-using the existing conftest.o
1077configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-mt   >&5
1078ld: library not found for -lboost_thread-xgcc-mt
1079clang: error: linker command failed with exit code 1 (use -v to see invocation)
1080configure:15279: $? = 1
1081configure:15264: re-using the existing conftest.o
1082configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc   >&5
1083ld: library not found for -lboost_thread-xgcc
1084clang: error: linker command failed with exit code 1 (use -v to see invocation)
1085configure:15279: $? = 1
1086configure:15264: re-using the existing conftest.o
1087configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc   >&5
1088ld: library not found for -lboost_thread-xgcc
1089clang: error: linker command failed with exit code 1 (use -v to see invocation)
1090configure:15279: $? = 1
1091configure:15264: re-using the existing conftest.o
1092configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc   >&5
1093ld: library not found for -lboost_thread-xgcc
1094clang: error: linker command failed with exit code 1 (use -v to see invocation)
1095configure:15279: $? = 1
1096configure:15264: re-using the existing conftest.o
1097configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-d   >&5
1098ld: library not found for -lboost_thread-xgcc-mt-d
1099clang: error: linker command failed with exit code 1 (use -v to see invocation)
1100configure:15279: $? = 1
1101configure:15264: re-using the existing conftest.o
1102configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-d   >&5
1103ld: library not found for -lboost_thread-xgcc-mt-d
1104clang: error: linker command failed with exit code 1 (use -v to see invocation)
1105configure:15279: $? = 1
1106configure:15264: re-using the existing conftest.o
1107configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-mt-d   >&5
1108ld: library not found for -lboost_thread-xgcc-mt-d
1109clang: error: linker command failed with exit code 1 (use -v to see invocation)
1110configure:15279: $? = 1
1111configure:15264: re-using the existing conftest.o
1112configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-xgcc-d   >&5
1113ld: library not found for -lboost_thread-xgcc-d
1114clang: error: linker command failed with exit code 1 (use -v to see invocation)
1115configure:15279: $? = 1
1116configure:15264: re-using the existing conftest.o
1117configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-xgcc-d   >&5
1118ld: library not found for -lboost_thread-xgcc-d
1119clang: error: linker command failed with exit code 1 (use -v to see invocation)
1120configure:15279: $? = 1
1121configure:15264: re-using the existing conftest.o
1122configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-xgcc-d   >&5
1123ld: library not found for -lboost_thread-xgcc-d
1124clang: error: linker command failed with exit code 1 (use -v to see invocation)
1125configure:15279: $? = 1
1126configure:15264: re-using the existing conftest.o
1127configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-mt-1_52   >&5
1128ld: library not found for -lboost_thread-mt-1_52
1129clang: error: linker command failed with exit code 1 (use -v to see invocation)
1130configure:15279: $? = 1
1131configure:15264: re-using the existing conftest.o
1132configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-mt-1_52   >&5
1133ld: library not found for -lboost_thread-mt-1_52
1134clang: error: linker command failed with exit code 1 (use -v to see invocation)
1135configure:15279: $? = 1
1136configure:15264: re-using the existing conftest.o
1137configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-mt-1_52   >&5
1138ld: library not found for -lboost_thread-mt-1_52
1139clang: error: linker command failed with exit code 1 (use -v to see invocation)
1140configure:15279: $? = 1
1141configure:15264: re-using the existing conftest.o
1142configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-1_52   >&5
1143ld: library not found for -lboost_thread-1_52
1144clang: error: linker command failed with exit code 1 (use -v to see invocation)
1145configure:15279: $? = 1
1146configure:15264: re-using the existing conftest.o
1147configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-1_52   >&5
1148ld: library not found for -lboost_thread-1_52
1149clang: error: linker command failed with exit code 1 (use -v to see invocation)
1150configure:15279: $? = 1
1151configure:15264: re-using the existing conftest.o
1152configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-1_52   >&5
1153ld: library not found for -lboost_thread-1_52
1154clang: error: linker command failed with exit code 1 (use -v to see invocation)
1155configure:15279: $? = 1
1156configure:15264: re-using the existing conftest.o
1157configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-mt-d-1_52   >&5
1158ld: library not found for -lboost_thread-mt-d-1_52
1159clang: error: linker command failed with exit code 1 (use -v to see invocation)
1160configure:15279: $? = 1
1161configure:15264: re-using the existing conftest.o
1162configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-mt-d-1_52   >&5
1163ld: library not found for -lboost_thread-mt-d-1_52
1164clang: error: linker command failed with exit code 1 (use -v to see invocation)
1165configure:15279: $? = 1
1166configure:15264: re-using the existing conftest.o
1167configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-mt-d-1_52   >&5
1168ld: library not found for -lboost_thread-mt-d-1_52
1169clang: error: linker command failed with exit code 1 (use -v to see invocation)
1170configure:15279: $? = 1
1171configure:15264: re-using the existing conftest.o
1172configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-d-1_52   >&5
1173ld: library not found for -lboost_thread-d-1_52
1174clang: error: linker command failed with exit code 1 (use -v to see invocation)
1175configure:15279: $? = 1
1176configure:15264: re-using the existing conftest.o
1177configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-d-1_52   >&5
1178ld: library not found for -lboost_thread-d-1_52
1179clang: error: linker command failed with exit code 1 (use -v to see invocation)
1180configure:15279: $? = 1
1181configure:15264: re-using the existing conftest.o
1182configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-d-1_52   >&5
1183ld: library not found for -lboost_thread-d-1_52
1184clang: error: linker command failed with exit code 1 (use -v to see invocation)
1185configure:15279: $? = 1
1186configure:15264: re-using the existing conftest.o
1187configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-mt   >&5
1188Undefined symbols for architecture x86_64:
1189  "boost::system::system_category()", referenced from:
1190      boost::mutex::mutex() in conftest.o
1191      __GLOBAL__I_a in conftest.o
1192  "boost::system::generic_category()", referenced from:
1193      __GLOBAL__I_a in conftest.o
1194ld: symbol(s) not found for architecture x86_64
1195clang: error: linker command failed with exit code 1 (use -v to see invocation)
1196configure:15279: $? = 1
1197configure:15264: re-using the existing conftest.o
1198configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-mt   >&5
1199Undefined symbols for architecture x86_64:
1200  "boost::system::system_category()", referenced from:
1201      boost::mutex::mutex() in conftest.o
1202      __GLOBAL__I_a in conftest.o
1203  "boost::system::generic_category()", referenced from:
1204      __GLOBAL__I_a in conftest.o
1205ld: symbol(s) not found for architecture x86_64
1206clang: error: linker command failed with exit code 1 (use -v to see invocation)
1207configure:15279: $? = 1
1208configure:15264: re-using the existing conftest.o
1209configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-mt   >&5
1210Undefined symbols for architecture x86_64:
1211  "boost::system::system_category()", referenced from:
1212      boost::mutex::mutex() in conftest.o
1213      __GLOBAL__I_a in conftest.o
1214  "boost::system::generic_category()", referenced from:
1215      __GLOBAL__I_a in conftest.o
1216ld: symbol(s) not found for architecture x86_64
1217clang: error: linker command failed with exit code 1 (use -v to see invocation)
1218configure:15279: $? = 1
1219configure:15264: re-using the existing conftest.o
1220configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread   >&5
1221ld: library not found for -lboost_thread
1222clang: error: linker command failed with exit code 1 (use -v to see invocation)
1223configure:15279: $? = 1
1224configure:15264: re-using the existing conftest.o
1225configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread   >&5
1226ld: library not found for -lboost_thread
1227clang: error: linker command failed with exit code 1 (use -v to see invocation)
1228configure:15279: $? = 1
1229configure:15264: re-using the existing conftest.o
1230configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread   >&5
1231ld: library not found for -lboost_thread
1232clang: error: linker command failed with exit code 1 (use -v to see invocation)
1233configure:15279: $? = 1
1234configure:15264: re-using the existing conftest.o
1235configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-mt-d   >&5
1236ld: library not found for -lboost_thread-mt-d
1237clang: error: linker command failed with exit code 1 (use -v to see invocation)
1238configure:15279: $? = 1
1239configure:15264: re-using the existing conftest.o
1240configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-mt-d   >&5
1241ld: library not found for -lboost_thread-mt-d
1242clang: error: linker command failed with exit code 1 (use -v to see invocation)
1243configure:15279: $? = 1
1244configure:15264: re-using the existing conftest.o
1245configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-mt-d   >&5
1246ld: library not found for -lboost_thread-mt-d
1247clang: error: linker command failed with exit code 1 (use -v to see invocation)
1248configure:15279: $? = 1
1249configure:15264: re-using the existing conftest.o
1250configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib conftest.o -lboost_thread-d   >&5
1251ld: library not found for -lboost_thread-d
1252clang: error: linker command failed with exit code 1 (use -v to see invocation)
1253configure:15279: $? = 1
1254configure:15264: re-using the existing conftest.o
1255configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/local/lib conftest.o -lboost_thread-d   >&5
1256ld: library not found for -lboost_thread-d
1257clang: error: linker command failed with exit code 1 (use -v to see invocation)
1258configure:15279: $? = 1
1259configure:15264: re-using the existing conftest.o
1260configure:15270: ccache /usr/bin/clang++ -o conftest -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include   -L/opt/local/lib -arch x86_64 -arch i386 -L/usr/lib conftest.o -lboost_thread-d   >&5
1261ld: library not found for -lboost_thread-d
1262clang: error: linker command failed with exit code 1 (use -v to see invocation)
1263configure:15279: $? = 1
1264configure:15316: result: no
1265configure:15319: error: Could not find the flags to link with Boost thread
1266
1267## ---------------- ##
1268## Cache variables. ##
1269## ---------------- ##
1270
1271ac_cv_build=x86_64-apple-darwin12.2.1
1272ac_cv_c_compiler_gnu=yes
1273ac_cv_cxx_compiler_gnu=yes
1274ac_cv_env_BOOST_ROOT_set=
1275ac_cv_env_BOOST_ROOT_value=
1276ac_cv_env_CCC_set=
1277ac_cv_env_CCC_value=
1278ac_cv_env_CC_set=set
1279ac_cv_env_CC_value='ccache /usr/bin/clang'
1280ac_cv_env_CFLAGS_set=set
1281ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64 -arch i386'
1282ac_cv_env_CPPFLAGS_set=set
1283ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1284ac_cv_env_CPP_set=
1285ac_cv_env_CPP_value=
1286ac_cv_env_CXXCPP_set=
1287ac_cv_env_CXXCPP_value=
1288ac_cv_env_CXXFLAGS_set=set
1289ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64 -arch i386'
1290ac_cv_env_CXX_set=set
1291ac_cv_env_CXX_value='ccache /usr/bin/clang++'
1292ac_cv_env_LDFLAGS_set=set
1293ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64 -arch i386'
1294ac_cv_env_LIBS_set=
1295ac_cv_env_LIBS_value=
1296ac_cv_env_PKG_CONFIG_LIBDIR_set=
1297ac_cv_env_PKG_CONFIG_LIBDIR_value=
1298ac_cv_env_PKG_CONFIG_PATH_set=
1299ac_cv_env_PKG_CONFIG_PATH_value=
1300ac_cv_env_PKG_CONFIG_set=
1301ac_cv_env_PKG_CONFIG_value=
1302ac_cv_env_build_alias_set=
1303ac_cv_env_build_alias_value=
1304ac_cv_env_freetype2_CFLAGS_set=
1305ac_cv_env_freetype2_CFLAGS_value=
1306ac_cv_env_freetype2_LIBS_set=
1307ac_cv_env_freetype2_LIBS_value=
1308ac_cv_env_gtkglextmm_CFLAGS_set=
1309ac_cv_env_gtkglextmm_CFLAGS_value=
1310ac_cv_env_gtkglextmm_LIBS_set=
1311ac_cv_env_gtkglextmm_LIBS_value=
1312ac_cv_env_gtkmm_CFLAGS_set=
1313ac_cv_env_gtkmm_CFLAGS_value=
1314ac_cv_env_gtkmm_LIBS_set=
1315ac_cv_env_gtkmm_LIBS_value=
1316ac_cv_env_host_alias_set=
1317ac_cv_env_host_alias_value=
1318ac_cv_env_target_alias_set=
1319ac_cv_env_target_alias_value=
1320ac_cv_func_socketpair=yes
1321ac_cv_have_decl___ELF__=no
1322ac_cv_header_boost_algorithm_string_hpp=yes
1323ac_cv_header_boost_bind_hpp=yes
1324ac_cv_header_boost_cast_hpp=yes
1325ac_cv_header_boost_foreach_hpp=yes
1326ac_cv_header_boost_format_hpp=yes
1327ac_cv_header_boost_function_hpp=yes
1328ac_cv_header_boost_lexical_cast_hpp=yes
1329ac_cv_header_boost_ref_hpp=yes
1330ac_cv_header_boost_scoped_ptr_hpp=yes
1331ac_cv_header_boost_shared_ptr_hpp=yes
1332ac_cv_header_boost_thread_hpp=yes
1333ac_cv_header_boost_utility_hpp=yes
1334ac_cv_header_dlfcn_h=yes
1335ac_cv_header_inttypes_h=yes
1336ac_cv_header_memory_h=yes
1337ac_cv_header_stdc=yes
1338ac_cv_header_stdint_h=yes
1339ac_cv_header_stdlib_h=yes
1340ac_cv_header_string_h=yes
1341ac_cv_header_strings_h=yes
1342ac_cv_header_sys_stat_h=yes
1343ac_cv_header_sys_types_h=yes
1344ac_cv_header_unistd_h=yes
1345ac_cv_host=x86_64-apple-darwin12.2.1
1346ac_cv_objext=o
1347ac_cv_path_EGREP='/opt/local/bin/grep -E'
1348ac_cv_path_FGREP='/opt/local/bin/grep -F'
1349ac_cv_path_GREP=/opt/local/bin/grep
1350ac_cv_path_SED=/opt/local/bin/gsed
1351ac_cv_path_mkdir=/opt/local/bin/gmkdir
1352ac_cv_prog_AWK=gawk
1353ac_cv_prog_CPP='ccache /usr/bin/clang -E'
1354ac_cv_prog_CXXCPP='ccache /usr/bin/clang++ -E'
1355ac_cv_prog_ac_ct_AR=ar
1356ac_cv_prog_ac_ct_CC='ccache /usr/bin/clang'
1357ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1358ac_cv_prog_ac_ct_LIPO=lipo
1359ac_cv_prog_ac_ct_NMEDIT=nmedit
1360ac_cv_prog_ac_ct_OTOOL=otool
1361ac_cv_prog_ac_ct_RANLIB=ranlib
1362ac_cv_prog_ac_ct_STRIP=strip
1363ac_cv_prog_cc_c89=
1364ac_cv_prog_cc_ccache_c_o=yes
1365ac_cv_prog_cc_g=yes
1366ac_cv_prog_cxx_g=yes
1367ac_cv_prog_make_make_set=yes
1368am_cv_CC_dependencies_compiler_type=none
1369am_cv_CXX_dependencies_compiler_type=none
1370boost_cv_inc_path=yes
1371boost_cv_lib_tag='xgcc42 -xgcc'
1372boost_cv_lib_thread=no
1373boost_cv_lib_thread_LIBS=-lboost_thread-d
1374boost_cv_lib_version=1_52
1375boost_cv_pthread_flag=
1376lt_cv_apple_cc_single_mod=yes
1377lt_cv_deplibs_check_method=pass_all
1378lt_cv_file_magic_cmd='$MAGIC_CMD'
1379lt_cv_file_magic_test_file=
1380lt_cv_ld_exported_symbols_list=yes
1381lt_cv_ld_force_load=yes
1382lt_cv_ld_reload_flag=-r
1383lt_cv_nm_interface='BSD nm'
1384lt_cv_objdir=.libs
1385lt_cv_path_LD=/usr/bin/ld
1386lt_cv_path_LDCXX=/usr/bin/ld
1387lt_cv_path_NM=/opt/local/bin/nm
1388lt_cv_prog_compiler_c_o=yes
1389lt_cv_prog_compiler_c_o_CXX=yes
1390lt_cv_prog_compiler_pic_works=yes
1391lt_cv_prog_compiler_pic_works_CXX=yes
1392lt_cv_prog_compiler_rtti_exceptions=yes
1393lt_cv_prog_compiler_static_works=no
1394lt_cv_prog_compiler_static_works_CXX=no
1395lt_cv_prog_gnu_ld=no
1396lt_cv_prog_gnu_ldcxx=no
1397lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
1398lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1399lt_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'\'''
1400lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1401lt_cv_sys_max_cmd_len=196608
1402
1403## ----------------- ##
1404## Output variables. ##
1405## ----------------- ##
1406
1407ACLOCAL='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run aclocal-1.11'
1408AMDEPBACKSLASH=''
1409AMDEP_FALSE=''
1410AMDEP_TRUE='#'
1411AMTAR='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run tar'
1412AR='ar'
1413AUTOCONF='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run autoconf'
1414AUTOHEADER='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run autoheader'
1415AUTOMAKE='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run automake-1.11'
1416AWK='gawk'
1417BOOST_CPPFLAGS=''
1418BOOST_DATE_TIME_LDFLAGS=''
1419BOOST_DATE_TIME_LIBS=''
1420BOOST_FILESYSTEM_LDFLAGS=''
1421BOOST_FILESYSTEM_LIBS=''
1422BOOST_PROGRAM_OPTIONS_LDFLAGS=''
1423BOOST_PROGRAM_OPTIONS_LIBS=''
1424BOOST_ROOT=''
1425BOOST_SYSTEM_LDFLAGS=''
1426BOOST_SYSTEM_LIBS=''
1427BOOST_THREAD_LDFLAGS=''
1428BOOST_THREAD_LIBS=''
1429BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS=''
1430BOOST_UNIT_TEST_FRAMEWORK_LIBS=''
1431BUILD_CLIENT_LIB_FALSE='#'
1432BUILD_CLIENT_LIB_TRUE=''
1433BUILD_SERVER_FALSE=''
1434BUILD_SERVER_TRUE='#'
1435BUILD_UNIT_TESTS_FALSE=''
1436BUILD_UNIT_TESTS_TRUE='#'
1437CC='ccache /usr/bin/clang'
1438CCDEPMODE='depmode=none'
1439CFLAGS='-pipe -O2 -arch x86_64 -arch i386'
1440CPP='ccache /usr/bin/clang -E'
1441CPPFLAGS='-I/opt/local/include  '
1442CXX='ccache /usr/bin/clang++'
1443CXXCPP='ccache /usr/bin/clang++ -E'
1444CXXDEPMODE='depmode=none'
1445CXXFLAGS='-pipe -O2 -arch x86_64 -arch i386'
1446CYGPATH_W='echo'
1447DEFS=''
1448DEPDIR='.deps'
1449DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\'''
1450DOXYFILE_EXCLUDE_PATTERNS=''
1451DOXYFILE_INTERNAL_DOCS=''
1452DOXYFILE_NOT_INTERNAL_DOCS=''
1453DSYMUTIL='dsymutil'
1454DUMPBIN=''
1455ECHO_C='\c'
1456ECHO_N=''
1457ECHO_T=''
1458EGREP='/opt/local/bin/grep -E'
1459ELF_BINARIES_FALSE=''
1460ELF_BINARIES_TRUE='#'
1461EXEEXT=''
1462FGREP='/opt/local/bin/grep -F'
1463GREP='/opt/local/bin/grep'
1464HAVE_LIBXERCES_C=''
1465INSTALL_DATA='${INSTALL} -m 644'
1466INSTALL_PROGRAM='${INSTALL}'
1467INSTALL_SCRIPT='${INSTALL}'
1468INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1469LD='/usr/bin/ld'
1470LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386'
1471LIBOBJS=''
1472LIBS=' '
1473LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1474LIBXERCES_C=''
1475LIPO='lipo'
1476LN_S='ln -s'
1477LTLIBOBJS=''
1478LTLIBXERCES_C=''
1479MAKEINFO='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/missing --run makeinfo'
1480MKDIR_P='/opt/local/bin/gmkdir -p'
1481NM='/opt/local/bin/nm'
1482NMEDIT='nmedit'
1483OBJDUMP='false'
1484OBJEXT='o'
1485OTOOL64=':'
1486OTOOL='otool'
1487PACKAGE='peekabot'
1488PACKAGE_BUGREPORT='http://www.peekabot.org/'
1489PACKAGE_NAME='peekabot'
1490PACKAGE_STRING='peekabot 0.8.4'
1491PACKAGE_TARNAME='peekabot'
1492PACKAGE_URL=''
1493PACKAGE_VERSION='0.8.4'
1494PATH_SEPARATOR=':'
1495PKG_CONFIG=''
1496PKG_CONFIG_LIBDIR=''
1497PKG_CONFIG_PATH=''
1498RANLIB='ranlib'
1499SED='/opt/local/bin/gsed'
1500SET_MAKE=''
1501SHELL='/bin/sh'
1502SOCKET_LIB=''
1503STRIP='strip'
1504VERSION='0.8.4'
1505ac_ct_CC='ccache /usr/bin/clang'
1506ac_ct_CXX=''
1507ac_ct_DUMPBIN=''
1508am__EXEEXT_FALSE=''
1509am__EXEEXT_TRUE=''
1510am__fastdepCC_FALSE=''
1511am__fastdepCC_TRUE='#'
1512am__fastdepCXX_FALSE=''
1513am__fastdepCXX_TRUE='#'
1514am__include='include'
1515am__isrc=''
1516am__leading_dot='.'
1517am__quote=''
1518am__tar='${AMTAR} chof - "$$tardir"'
1519am__untar='${AMTAR} xf -'
1520bindir='${exec_prefix}/bin'
1521build='x86_64-apple-darwin12.2.1'
1522build_alias=''
1523build_cpu='x86_64'
1524build_os='darwin12.2.1'
1525build_vendor='apple'
1526datadir='${datarootdir}'
1527datarootdir='${prefix}/share'
1528docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1529dvidir='${docdir}'
1530exec_prefix='NONE'
1531freetype2_CFLAGS=''
1532freetype2_LIBS=''
1533gtkglextmm_CFLAGS=''
1534gtkglextmm_LIBS=''
1535gtkmm_CFLAGS=''
1536gtkmm_LIBS=''
1537host='x86_64-apple-darwin12.2.1'
1538host_alias=''
1539host_cpu='x86_64'
1540host_os='darwin12.2.1'
1541host_vendor='apple'
1542htmldir='${docdir}'
1543includedir='${prefix}/include'
1544infodir='${datarootdir}/info'
1545install_sh='${SHELL} /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_peekabot-client/peekabot-client/work/peekabot-0.8.4/config/install-sh'
1546libdir='${exec_prefix}/lib'
1547libexecdir='${exec_prefix}/libexec'
1548localedir='${datarootdir}/locale'
1549localstatedir='${prefix}/var'
1550mandir='${datarootdir}/man'
1551mkdir_p='/opt/local/bin/gmkdir -p'
1552oldincludedir='/usr/include'
1553pdfdir='${docdir}'
1554peekabot_release_status=''
1555peekabot_version_major=''
1556peekabot_version_minor=''
1557peekabot_version_revision=''
1558prefix='/opt/local'
1559program_transform_name='s,x,x,'
1560psdir='${docdir}'
1561sbindir='${exec_prefix}/sbin'
1562sharedstatedir='${prefix}/com'
1563sysconfdir='${prefix}/etc'
1564target_alias=''
1565
1566## ----------- ##
1567## confdefs.h. ##
1568## ----------- ##
1569
1570/* confdefs.h */
1571#define PACKAGE_NAME "peekabot"
1572#define PACKAGE_TARNAME "peekabot"
1573#define PACKAGE_VERSION "0.8.4"
1574#define PACKAGE_STRING "peekabot 0.8.4"
1575#define PACKAGE_BUGREPORT "http://www.peekabot.org/"
1576#define PACKAGE_URL ""
1577#define PACKAGE "peekabot"
1578#define VERSION "0.8.4"
1579#define STDC_HEADERS 1
1580#define HAVE_SYS_TYPES_H 1
1581#define HAVE_SYS_STAT_H 1
1582#define HAVE_STDLIB_H 1
1583#define HAVE_STRING_H 1
1584#define HAVE_MEMORY_H 1
1585#define HAVE_STRINGS_H 1
1586#define HAVE_INTTYPES_H 1
1587#define HAVE_STDINT_H 1
1588#define HAVE_UNISTD_H 1
1589#define HAVE_DLFCN_H 1
1590#define LT_OBJDIR ".libs/"
1591#define HAVE_SOCKETPAIR 1
1592#define HAVE_BOOST_BIND_HPP 1
1593#define HAVE_BOOST_CAST_HPP 1
1594#define HAVE_BOOST_LEXICAL_CAST_HPP 1
1595#define HAVE_BOOST_FUNCTION_HPP 1
1596#define HAVE_BOOST_FORMAT_HPP 1
1597#define HAVE_BOOST_REF_HPP 1
1598#define HAVE_BOOST_SCOPED_PTR_HPP 1
1599#define HAVE_BOOST_SHARED_PTR_HPP 1
1600#define HAVE_BOOST_ALGORITHM_STRING_HPP 1
1601#define HAVE_BOOST_UTILITY_HPP 1
1602#define HAVE_BOOST_FOREACH_HPP 1
1603#define HAVE_BOOST_THREAD_HPP 1
1604
1605configure: exit 1