Ticket #54115: config.log

File config.log, 172.5 KB (added by rxa254 (Rana Adhikari), 7 years ago)

work/ldas-tools-framecpp-2.5.5/config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by ldas-tools-framecpp configure 2.5.5, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-warnings-as-errors --disable-silent-rules --with-optimization=high --disable-tcl --disable-python --without-doxygen --without-dot --disable-latex
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = dhcp-123-204.caltech.edu
14uname -m = x86_64
15uname -r = 14.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.5.0: Fri Feb 17 10:33:20 PST 2017; root:xnu-2782.50.9.1.1~1/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 14.5.0: Fri Feb 17 10:33:20 PST 2017; root:xnu-2782.50.9.1.1~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 263 tasks, 1324 threads, 4 processors
34Load average: 8.62, Mach factor: 0.44
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3096: checking for a BSD-compatible install
52configure:3164: result: /usr/bin/install -c
53configure:3175: checking whether build environment is sane
54configure:3230: result: yes
55configure:3381: checking for a thread-safe mkdir -p
56configure:3420: result: /opt/local/bin/gmkdir -p
57configure:3427: checking for gawk
58configure:3443: found /opt/local/bin/gawk
59configure:3454: result: gawk
60configure:3465: checking whether make sets $(MAKE)
61configure:3487: result: yes
62configure:3516: checking whether make supports nested variables
63configure:3533: result: yes
64configure:3622: checking whether UID '503' is supported by ustar format
65configure:3625: result: yes
66configure:3632: checking whether GID '502' is supported by ustar format
67configure:3635: result: yes
68configure:3643: checking how to create a ustar tar archive
69configure:3654: tar --version
70bsdtar 2.8.3 - libarchive 2.8.3
71configure:3657: $? = 0
72configure:3697: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
73configure:3700: $? = 0
74configure:3704: tar -xf - <conftest.tar
75configure:3707: $? = 0
76configure:3709: cat conftest.dir/file
77GrepMe
78configure:3712: $? = 0
79configure:3725: result: gnutar
80configure:3786: checking whether make supports nested variables
81configure:3803: result: yes
82configure:3844: checking build system type
83configure:3858: result: x86_64-apple-darwin14.5.0
84configure:3878: checking host system type
85configure:3891: result: x86_64-apple-darwin14.5.0
86configure:3932: checking how to print strings
87configure:3959: result: printf
88configure:3992: checking for style of include used by make
89configure:4020: result: GNU
90configure:4091: checking for gcc
91configure:4118: result: /usr/bin/clang
92configure:4347: checking for C compiler version
93configure:4356: /usr/bin/clang --version >&5
94Apple LLVM version 7.0.2 (clang-700.1.81)
95Target: x86_64-apple-darwin14.5.0
96Thread model: posix
97configure:4367: $? = 0
98configure:4356: /usr/bin/clang -v >&5
99Apple LLVM version 7.0.2 (clang-700.1.81)
100Target: x86_64-apple-darwin14.5.0
101Thread model: posix
102configure:4367: $? = 0
103configure:4356: /usr/bin/clang -V >&5
104clang: error: argument to '-V' is missing (expected 1 value)
105clang: error: no input files
106configure:4367: $? = 1
107configure:4356: /usr/bin/clang -qversion >&5
108clang: error: unknown argument: '-qversion'
109clang: error: no input files
110configure:4367: $? = 1
111configure:4387: checking whether the C compiler works
112configure:4409: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
113configure:4413: $? = 0
114configure:4461: result: yes
115configure:4464: checking for C compiler default output file name
116configure:4466: result: a.out
117configure:4472: checking for suffix of executables
118configure:4479: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
119configure:4483: $? = 0
120configure:4505: result:
121configure:4527: checking whether we are cross compiling
122configure:4535: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
123configure:4539: $? = 0
124configure:4546: ./conftest
125configure:4550: $? = 0
126configure:4565: result: no
127configure:4570: checking for suffix of object files
128configure:4592: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
129configure:4596: $? = 0
130configure:4617: result: o
131configure:4621: checking whether we are using the GNU C compiler
132configure:4640: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
133configure:4640: $? = 0
134configure:4649: result: yes
135configure:4658: checking whether /usr/bin/clang accepts -g
136configure:4678: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
137configure:4678: $? = 0
138configure:4719: result: yes
139configure:4736: checking for /usr/bin/clang option to accept ISO C89
140configure:4799: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
141configure:4799: $? = 0
142configure:4812: result: none needed
143configure:4837: checking whether /usr/bin/clang understands -c and -o together
144configure:4859: /usr/bin/clang -c conftest.c -o conftest2.o
145configure:4862: $? = 0
146configure:4859: /usr/bin/clang -c conftest.c -o conftest2.o
147configure:4862: $? = 0
148configure:4874: result: yes
149configure:4893: checking dependency style of /usr/bin/clang
150configure:5004: result: gcc3
151configure:5019: checking for a sed that does not truncate output
152configure:5083: result: /usr/bin/sed
153configure:5101: checking for grep that handles long lines and -e
154configure:5159: result: /usr/bin/grep
155configure:5164: checking for egrep
156configure:5226: result: /usr/bin/grep -E
157configure:5231: checking for fgrep
158configure:5293: result: /usr/bin/grep -F
159configure:5328: checking for ld used by /usr/bin/clang
160configure:5395: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
161configure:5402: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
162configure:5417: result: no
163configure:5429: checking for BSD- or MS-compatible name lister (nm)
164configure:5483: result: /opt/local/bin/nm -B
165configure:5613: checking the name lister (/opt/local/bin/nm -B) interface
166configure:5620: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
167configure:5623: /opt/local/bin/nm -B "conftest.o"
168configure:5626: output
1690000000000000000 S _some_variable
170configure:5633: result: BSD nm
171configure:5636: checking whether ln -s works
172configure:5640: result: yes
173configure:5648: checking the maximum length of command line arguments
174configure:5779: result: 196608
175configure:5827: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
176configure:5867: result: func_convert_file_noop
177configure:5874: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
178configure:5894: result: func_convert_file_noop
179configure:5901: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
180configure:5908: result: -r
181configure:5982: checking for objdump
182configure:6012: result: no
183configure:6041: checking how to recognize dependent libraries
184configure:6241: result: pass_all
185configure:6326: checking for dlltool
186configure:6356: result: no
187configure:6386: checking how to associate runtime and link libraries
188configure:6413: result: printf %s\n
189configure:6474: checking for ar
190configure:6490: found /opt/local/bin/ar
191configure:6501: result: ar
192configure:6538: checking for archiver @FILE support
193configure:6555: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
194configure:6555: $? = 0
195configure:6558: ar cru libconftest.a @conftest.lst >&5
196ar: @conftest.lst: No such file or directory
197configure:6561: $? = 1
198configure:6581: result: no
199configure:6639: checking for strip
200configure:6655: found /opt/local/bin/strip
201configure:6666: result: strip
202configure:6738: checking for ranlib
203configure:6754: found /opt/local/bin/ranlib
204configure:6765: result: ranlib
205configure:6867: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
206configure:7020: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
207configure:7023: $? = 0
208configure:7027: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
209configure:7030: $? = 0
210cannot find nm_test_var in conftest.nm
211configure:7020: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
212configure:7023: $? = 0
213configure:7027: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
214configure:7030: $? = 0
215configure:7096: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
216configure:7099: $? = 0
217configure:7137: result: ok
218configure:7184: checking for sysroot
219configure:7214: result: no
220configure:7221: checking for a working dd
221configure:7259: result: /bin/dd
222configure:7263: checking how to truncate binary pipes
223configure:7278: result: /bin/dd bs=4096 count=1
224configure:7607: checking for mt
225configure:7637: result: no
226configure:7657: checking if : is a manifest tool
227configure:7663: : '-?'
228configure:7671: result: no
229configure:7727: checking for dsymutil
230configure:7743: found /usr/bin/dsymutil
231configure:7754: result: dsymutil
232configure:7819: checking for nmedit
233configure:7835: found /opt/local/bin/nmedit
234configure:7846: result: nmedit
235configure:7911: checking for lipo
236configure:7927: found /opt/local/bin/lipo
237configure:7938: result: lipo
238configure:8003: checking for otool
239configure:8019: found /opt/local/bin/otool
240configure:8030: result: otool
241configure:8095: checking for otool64
242configure:8125: result: no
243configure:8170: checking for -single_module linker flag
244/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
245configure:8203: result: yes
246configure:8206: checking for -exported_symbols_list linker flag
247configure:8226: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
248configure:8226: $? = 0
249configure:8236: result: yes
250configure:8239: checking for -force_load linker flag
251/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
252ar cru libconftest.a conftest.o
253ranlib libconftest.a
254/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
255configure:8271: result: yes
256configure:8348: checking how to run the C preprocessor
257configure:8379: /usr/bin/clang -E -I/opt/local/include conftest.c
258configure:8379: $? = 0
259configure:8393: /usr/bin/clang -E -I/opt/local/include conftest.c
260conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
261#include <ac_nonexistent.h>
262         ^
2631 error generated.
264configure:8393: $? = 1
265configure: failed program was:
266| /* confdefs.h */
267| #define PACKAGE_NAME "ldas-tools-framecpp"
268| #define PACKAGE_TARNAME "ldas-tools-framecpp"
269| #define PACKAGE_VERSION "2.5.5"
270| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
271| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
272| #define PACKAGE_URL ""
273| #define PACKAGE "ldas-tools-framecpp"
274| #define VERSION "2.5.5"
275| /* end confdefs.h.  */
276| #include <ac_nonexistent.h>
277configure:8418: result: /usr/bin/clang -E
278configure:8438: /usr/bin/clang -E -I/opt/local/include conftest.c
279configure:8438: $? = 0
280configure:8452: /usr/bin/clang -E -I/opt/local/include conftest.c
281conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
282#include <ac_nonexistent.h>
283         ^
2841 error generated.
285configure:8452: $? = 1
286configure: failed program was:
287| /* confdefs.h */
288| #define PACKAGE_NAME "ldas-tools-framecpp"
289| #define PACKAGE_TARNAME "ldas-tools-framecpp"
290| #define PACKAGE_VERSION "2.5.5"
291| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
292| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
293| #define PACKAGE_URL ""
294| #define PACKAGE "ldas-tools-framecpp"
295| #define VERSION "2.5.5"
296| /* end confdefs.h.  */
297| #include <ac_nonexistent.h>
298configure:8481: checking for ANSI C header files
299configure:8501: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
300configure:8501: $? = 0
301configure:8574: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
302configure:8574: $? = 0
303configure:8574: ./conftest
304configure:8574: $? = 0
305configure:8585: result: yes
306configure:8598: checking for sys/types.h
307configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
308configure:8598: $? = 0
309configure:8598: result: yes
310configure:8598: checking for sys/stat.h
311configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
312configure:8598: $? = 0
313configure:8598: result: yes
314configure:8598: checking for stdlib.h
315configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
316configure:8598: $? = 0
317configure:8598: result: yes
318configure:8598: checking for string.h
319configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
320configure:8598: $? = 0
321configure:8598: result: yes
322configure:8598: checking for memory.h
323configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
324configure:8598: $? = 0
325configure:8598: result: yes
326configure:8598: checking for strings.h
327configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
328configure:8598: $? = 0
329configure:8598: result: yes
330configure:8598: checking for inttypes.h
331configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
332configure:8598: $? = 0
333configure:8598: result: yes
334configure:8598: checking for stdint.h
335configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
336configure:8598: $? = 0
337configure:8598: result: yes
338configure:8598: checking for unistd.h
339configure:8598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
340configure:8598: $? = 0
341configure:8598: result: yes
342configure:8612: checking for dlfcn.h
343configure:8612: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
344configure:8612: $? = 0
345configure:8612: result: yes
346configure:8868: checking for objdir
347configure:8883: result: .libs
348configure:9147: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
349configure:9165: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
350configure:9169: $? = 0
351configure:9182: result: yes
352configure:9540: checking for /usr/bin/clang option to produce PIC
353configure:9547: result: -fno-common -DPIC
354configure:9555: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
355configure:9573: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
356configure:9577: $? = 0
357configure:9590: result: yes
358configure:9619: checking if /usr/bin/clang static flag -static works
359configure:9647: result: no
360configure:9662: checking if /usr/bin/clang supports -c -o file.o
361configure:9683: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
362configure:9687: $? = 0
363configure:9709: result: yes
364configure:9717: checking if /usr/bin/clang supports -c -o file.o
365configure:9764: result: yes
366configure:9797: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
367configure:11056: result: yes
368configure:11296: checking dynamic linker characteristics
369configure:12114: result: darwin14.5.0 dyld
370configure:12236: checking how to hardcode library paths into programs
371configure:12261: result: immediate
372configure:12809: checking whether stripping libraries is possible
373configure:12823: result: yes
374configure:12849: checking if libtool supports shared libraries
375configure:12851: result: yes
376configure:12854: checking whether to build shared libraries
377configure:12879: result: yes
378configure:12882: checking whether to build static libraries
379configure:12886: result: yes
380configure:12985: checking for variable to use with dynamic loader
381configure:12987: result: DYLD_LIBRARY_PATH
382configure:13024: checking for csrutil
383configure:13057: result: no
384configure:13182: checking C vendor
385configure:13184: result: GNU
386configure:13231: checking if C compiler supports warning flag: -Wall
387configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -I/opt/local/include conftest.c >&5
388configure:13247: $? = 0
389configure:13249: result: yes
390configure:13231: checking if C compiler supports warning flag: -Wextra
391configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -I/opt/local/include conftest.c >&5
392configure:13247: $? = 0
393configure:13249: result: yes
394configure:13231: checking if C compiler supports warning flag: -Wno-missing-field-initializers
395configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -I/opt/local/include conftest.c >&5
396configure:13247: $? = 0
397configure:13249: result: yes
398configure:13231: checking if C compiler supports warning flag: -Wno-unused-parameter
399configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -I/opt/local/include conftest.c >&5
400configure:13247: $? = 0
401configure:13249: result: yes
402configure:13231: checking if C compiler supports warning flag: -Wunused-but-set-variable
403configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wunused-but-set-variable -I/opt/local/include conftest.c >&5
404error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-const-variable'? [-Werror,-Wunknown-warning-option]
405configure:13247: $? = 1
406configure: failed program was:
407| /* confdefs.h */
408| #define PACKAGE_NAME "ldas-tools-framecpp"
409| #define PACKAGE_TARNAME "ldas-tools-framecpp"
410| #define PACKAGE_VERSION "2.5.5"
411| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
412| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
413| #define PACKAGE_URL ""
414| #define PACKAGE "ldas-tools-framecpp"
415| #define VERSION "2.5.5"
416| #define STDC_HEADERS 1
417| #define HAVE_SYS_TYPES_H 1
418| #define HAVE_SYS_STAT_H 1
419| #define HAVE_STDLIB_H 1
420| #define HAVE_STRING_H 1
421| #define HAVE_MEMORY_H 1
422| #define HAVE_STRINGS_H 1
423| #define HAVE_INTTYPES_H 1
424| #define HAVE_STDINT_H 1
425| #define HAVE_UNISTD_H 1
426| #define HAVE_DLFCN_H 1
427| #define LT_OBJDIR ".libs/"
428| /* end confdefs.h.  */
429|  #include <stdio.h>
430|                            const char hw[] = "Hello, World\n";
431| int
432| main ()
433| {
434| fputs (hw, stdout );
435|   ;
436|   return 0;
437| }
438configure:13253: result: no
439configure:13231: checking if C compiler supports warning flag: -Wc++-compat
440configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -I/opt/local/include conftest.c >&5
441configure:13247: $? = 0
442configure:13249: result: yes
443configure:13231: checking if C compiler supports warning flag: -Wunused-private-field
444configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -I/opt/local/include conftest.c >&5
445configure:13247: $? = 0
446configure:13249: result: yes
447configure:13231: checking if C compiler supports warning flag: -Wstrict-prototypes
448configure:13247: /usr/bin/clang -c -g -pipe -Os -arch x86_64 -Werror  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -I/opt/local/include conftest.c >&5
449configure:13247: $? = 0
450configure:13249: result: yes
451configure:13327: /usr/bin/clang -o conftest -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,--rpath,/usr/lib conftest.c  >&5
452ld: unknown option: --rpath
453clang: error: linker command failed with exit code 1 (use -v to see invocation)
454configure:13327: $? = 1
455configure: program exited with status 1
456configure: failed program was:
457| /* confdefs.h */
458| #define PACKAGE_NAME "ldas-tools-framecpp"
459| #define PACKAGE_TARNAME "ldas-tools-framecpp"
460| #define PACKAGE_VERSION "2.5.5"
461| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
462| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
463| #define PACKAGE_URL ""
464| #define PACKAGE "ldas-tools-framecpp"
465| #define VERSION "2.5.5"
466| #define STDC_HEADERS 1
467| #define HAVE_SYS_TYPES_H 1
468| #define HAVE_SYS_STAT_H 1
469| #define HAVE_STDLIB_H 1
470| #define HAVE_STRING_H 1
471| #define HAVE_MEMORY_H 1
472| #define HAVE_STRINGS_H 1
473| #define HAVE_INTTYPES_H 1
474| #define HAVE_STDINT_H 1
475| #define HAVE_UNISTD_H 1
476| #define HAVE_DLFCN_H 1
477| #define LT_OBJDIR ".libs/"
478| /* end confdefs.h.  */
479|  #include <stdlib.h>
480|
481|                int main( );
482|
483|                int
484|                main( )
485|                {
486|                    exit( 0 );
487|                }
488|
489configure:13360: /usr/bin/clang -o conftest -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-R,/usr/lib conftest.c  >&5
490ld: unknown option: -R
491clang: error: linker command failed with exit code 1 (use -v to see invocation)
492configure:13360: $? = 1
493configure: program exited with status 1
494configure: failed program was:
495| /* confdefs.h */
496| #define PACKAGE_NAME "ldas-tools-framecpp"
497| #define PACKAGE_TARNAME "ldas-tools-framecpp"
498| #define PACKAGE_VERSION "2.5.5"
499| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
500| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
501| #define PACKAGE_URL ""
502| #define PACKAGE "ldas-tools-framecpp"
503| #define VERSION "2.5.5"
504| #define STDC_HEADERS 1
505| #define HAVE_SYS_TYPES_H 1
506| #define HAVE_SYS_STAT_H 1
507| #define HAVE_STDLIB_H 1
508| #define HAVE_STRING_H 1
509| #define HAVE_MEMORY_H 1
510| #define HAVE_STRINGS_H 1
511| #define HAVE_INTTYPES_H 1
512| #define HAVE_STDINT_H 1
513| #define HAVE_UNISTD_H 1
514| #define HAVE_DLFCN_H 1
515| #define LT_OBJDIR ".libs/"
516| /* end confdefs.h.  */
517|  #include <stdlib.h>
518|
519|                  int main( );
520|
521|                  int
522|                  main( )
523|                  {
524|                    exit( 0 );
525|                  }
526|
527configure:13488: checking for C++ compiler version
528configure:13497: /usr/bin/clang++ --version >&5
529Apple LLVM version 7.0.2 (clang-700.1.81)
530Target: x86_64-apple-darwin14.5.0
531Thread model: posix
532configure:13508: $? = 0
533configure:13497: /usr/bin/clang++ -v >&5
534Apple LLVM version 7.0.2 (clang-700.1.81)
535Target: x86_64-apple-darwin14.5.0
536Thread model: posix
537configure:13508: $? = 0
538configure:13497: /usr/bin/clang++ -V >&5
539clang: error: argument to '-V' is missing (expected 1 value)
540clang: error: no input files
541configure:13508: $? = 1
542configure:13497: /usr/bin/clang++ -qversion >&5
543clang: error: unknown argument: '-qversion'
544clang: error: no input files
545configure:13508: $? = 1
546configure:13512: checking whether we are using the GNU C++ compiler
547configure:13531: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
548configure:13531: $? = 0
549configure:13540: result: yes
550configure:13549: checking whether /usr/bin/clang++ accepts -g
551configure:13569: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
552configure:13569: $? = 0
553configure:13610: result: yes
554configure:13635: checking dependency style of /usr/bin/clang++
555configure:13746: result: gcc3
556configure:13780: checking how to run the C++ preprocessor
557configure:13807: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
558configure:13807: $? = 0
559configure:13821: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
560conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
561#include <ac_nonexistent.h>
562         ^
5631 error generated.
564configure:13821: $? = 1
565configure: failed program was:
566| /* confdefs.h */
567| #define PACKAGE_NAME "ldas-tools-framecpp"
568| #define PACKAGE_TARNAME "ldas-tools-framecpp"
569| #define PACKAGE_VERSION "2.5.5"
570| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
571| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
572| #define PACKAGE_URL ""
573| #define PACKAGE "ldas-tools-framecpp"
574| #define VERSION "2.5.5"
575| #define STDC_HEADERS 1
576| #define HAVE_SYS_TYPES_H 1
577| #define HAVE_SYS_STAT_H 1
578| #define HAVE_STDLIB_H 1
579| #define HAVE_STRING_H 1
580| #define HAVE_MEMORY_H 1
581| #define HAVE_STRINGS_H 1
582| #define HAVE_INTTYPES_H 1
583| #define HAVE_STDINT_H 1
584| #define HAVE_UNISTD_H 1
585| #define HAVE_DLFCN_H 1
586| #define LT_OBJDIR ".libs/"
587| /* end confdefs.h.  */
588| #include <ac_nonexistent.h>
589configure:13846: result: /usr/bin/clang++ -E
590configure:13866: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
591configure:13866: $? = 0
592configure:13880: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
593conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
594#include <ac_nonexistent.h>
595         ^
5961 error generated.
597configure:13880: $? = 1
598configure: failed program was:
599| /* confdefs.h */
600| #define PACKAGE_NAME "ldas-tools-framecpp"
601| #define PACKAGE_TARNAME "ldas-tools-framecpp"
602| #define PACKAGE_VERSION "2.5.5"
603| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
604| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
605| #define PACKAGE_URL ""
606| #define PACKAGE "ldas-tools-framecpp"
607| #define VERSION "2.5.5"
608| #define STDC_HEADERS 1
609| #define HAVE_SYS_TYPES_H 1
610| #define HAVE_SYS_STAT_H 1
611| #define HAVE_STDLIB_H 1
612| #define HAVE_STRING_H 1
613| #define HAVE_MEMORY_H 1
614| #define HAVE_STRINGS_H 1
615| #define HAVE_INTTYPES_H 1
616| #define HAVE_STDINT_H 1
617| #define HAVE_UNISTD_H 1
618| #define HAVE_DLFCN_H 1
619| #define LT_OBJDIR ".libs/"
620| /* end confdefs.h.  */
621| #include <ac_nonexistent.h>
622configure:14042: checking for ld used by /usr/bin/clang++
623configure:14109: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
624configure:14116: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
625configure:14131: result: no
626configure:14186: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
627configure:15259: result: yes
628configure:15295: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
629configure:15298: $? = 0
630configure:15779: checking for /usr/bin/clang++ option to produce PIC
631configure:15786: result: -fno-common -DPIC
632configure:15794: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
633configure:15812: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
634configure:15816: $? = 0
635configure:15829: result: yes
636configure:15852: checking if /usr/bin/clang++ static flag -static works
637configure:15880: result: no
638configure:15892: checking if /usr/bin/clang++ supports -c -o file.o
639configure:15913: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
640configure:15917: $? = 0
641configure:15939: result: yes
642configure:15944: checking if /usr/bin/clang++ supports -c -o file.o
643configure:15991: result: yes
644configure:16021: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
645configure:16061: result: yes
646configure:16202: checking dynamic linker characteristics
647configure:16947: result: darwin14.5.0 dyld
648configure:17012: checking how to hardcode library paths into programs
649configure:17037: result: immediate
650configure:17157: checking C++ vendor
651configure:17159: result: GNU
652configure:17206: checking if C++ compiler supports warning flag: -Wall
653configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -I/opt/local/include conftest.cpp >&5
654configure:17222: $? = 0
655configure:17224: result: yes
656configure:17206: checking if C++ compiler supports warning flag: -Wextra
657configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -I/opt/local/include conftest.cpp >&5
658configure:17222: $? = 0
659configure:17224: result: yes
660configure:17206: checking if C++ compiler supports warning flag: -Wdeprecated-register
661configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -I/opt/local/include conftest.cpp >&5
662configure:17222: $? = 0
663configure:17224: result: yes
664configure:17206: checking if C++ compiler supports warning flag: -Wno-missing-field-initializers
665configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -I/opt/local/include conftest.cpp >&5
666configure:17222: $? = 0
667configure:17224: result: yes
668configure:17206: checking if C++ compiler supports warning flag: -Wno-unused-parameter
669configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -I/opt/local/include conftest.cpp >&5
670configure:17222: $? = 0
671configure:17224: result: yes
672configure:17206: checking if C++ compiler supports warning flag: -Wignored-qualifiers
673configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -I/opt/local/include conftest.cpp >&5
674configure:17222: $? = 0
675configure:17224: result: yes
676configure:17206: checking if C++ compiler supports warning flag: -Wunused-but-set-variable
677configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wunused-but-set-variable -I/opt/local/include conftest.cpp >&5
678error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-const-variable'? [-Werror,-Wunknown-warning-option]
679configure:17222: $? = 1
680configure: failed program was:
681| /* confdefs.h */
682| #define PACKAGE_NAME "ldas-tools-framecpp"
683| #define PACKAGE_TARNAME "ldas-tools-framecpp"
684| #define PACKAGE_VERSION "2.5.5"
685| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
686| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
687| #define PACKAGE_URL ""
688| #define PACKAGE "ldas-tools-framecpp"
689| #define VERSION "2.5.5"
690| #define STDC_HEADERS 1
691| #define HAVE_SYS_TYPES_H 1
692| #define HAVE_SYS_STAT_H 1
693| #define HAVE_STDLIB_H 1
694| #define HAVE_STRING_H 1
695| #define HAVE_MEMORY_H 1
696| #define HAVE_STRINGS_H 1
697| #define HAVE_INTTYPES_H 1
698| #define HAVE_STDINT_H 1
699| #define HAVE_UNISTD_H 1
700| #define HAVE_DLFCN_H 1
701| #define LT_OBJDIR ".libs/"
702| /* end confdefs.h.  */
703|  #include <stdio.h>
704|                            const char hw[] = "Hello, World\n";
705| int
706| main ()
707| {
708| fputs (hw, stdout );
709|   ;
710|   return 0;
711| }
712configure:17228: result: no
713configure:17206: checking if C++ compiler supports warning flag: -Wc++0x-compat
714configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -I/opt/local/include conftest.cpp >&5
715configure:17222: $? = 0
716configure:17224: result: yes
717configure:17206: checking if C++ compiler supports warning flag: -Wunused-private-field
718configure:17222: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64 -Werror  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include conftest.cpp >&5
719configure:17222: $? = 0
720configure:17224: result: yes
721configure:17440: /usr/bin/clang++ -o conftest -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
722configure:17440: $? = 0
723configure:17440: ./conftest
724configure:17440: $? = 0
725configure:17467: checking if the C++ compiler supports constexpr
726configure:17497: /usr/bin/clang++ -o conftest -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
727conftest.cpp:25:3: warning: 'constexpr' is a keyword in C++11 [-Wc++11-compat]
728  constexpr int
729  ^
730conftest.cpp:25:3: error: unknown type name 'constexpr'
731conftest.cpp:25:13: error: expected unqualified-id
732  constexpr int
733            ^
734conftest.cpp:34:16: error: use of undeclared identifier 'MeaningOfLife'
735    return ( ( MeaningOfLife( ) == 42 ) ? 0 : 1 );
736               ^
7371 warning and 3 errors generated.
738configure:17497: $? = 1
739configure: program exited with status 1
740configure: failed program was:
741| /* confdefs.h */
742| #define PACKAGE_NAME "ldas-tools-framecpp"
743| #define PACKAGE_TARNAME "ldas-tools-framecpp"
744| #define PACKAGE_VERSION "2.5.5"
745| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
746| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
747| #define PACKAGE_URL ""
748| #define PACKAGE "ldas-tools-framecpp"
749| #define VERSION "2.5.5"
750| #define STDC_HEADERS 1
751| #define HAVE_SYS_TYPES_H 1
752| #define HAVE_SYS_STAT_H 1
753| #define HAVE_STDLIB_H 1
754| #define HAVE_STRING_H 1
755| #define HAVE_MEMORY_H 1
756| #define HAVE_STRINGS_H 1
757| #define HAVE_INTTYPES_H 1
758| #define HAVE_STDINT_H 1
759| #define HAVE_UNISTD_H 1
760| #define HAVE_DLFCN_H 1
761| #define LT_OBJDIR ".libs/"
762| #define INLINE_KLUDGE
763| /* end confdefs.h.  */
764|
765|   constexpr int
766|   MeaningOfLife( )
767|   {
768|     return 42;
769|   }
770|
771|   int
772|   main()
773|   {
774|     return ( ( MeaningOfLife( ) == 42 ) ? 0 : 1 );
775|   }
776|
777configure:17502: result: no
778configure:17522: checking if compiler supports rethrowing of exceptions
779configure:17607: /usr/bin/clang++ -o conftest -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
780configure:17607: $? = 0
781configure:17607: ./conftest
782configure:17607: $? = 0
783configure:17611: result: yes
784configure:17624: checking if the C++ compiler supports template aliasing
785configure:17651: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include conftest.cpp >&5
786conftest.cpp:29:41: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
787  template< class T > using AutoArray = std::unique_ptr< T[] >;
788                                        ^
789conftest.cpp:30:65: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
790  template< typename T, typename U > using DynamicPointerCast = typename std::dynamic_pointer_cast< T, U >;
791                                                                ^
792conftest.cpp:30:79: error: typename specifier refers to a non-type template
793  template< typename T, typename U > using DynamicPointerCast = typename std::dynamic_pointer_cast< T, U >;
794                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
795conftest.cpp:30:105: error: expected ';' after alias declaration
796  template< typename T, typename U > using DynamicPointerCast = typename std::dynamic_pointer_cast< T, U >;
797                                                                                                        ^
798                                                                                                        ;
7992 warnings and 2 errors generated.
800configure:17651: $? = 1
801configure: failed program was:
802| /* confdefs.h */
803| #define PACKAGE_NAME "ldas-tools-framecpp"
804| #define PACKAGE_TARNAME "ldas-tools-framecpp"
805| #define PACKAGE_VERSION "2.5.5"
806| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
807| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
808| #define PACKAGE_URL ""
809| #define PACKAGE "ldas-tools-framecpp"
810| #define VERSION "2.5.5"
811| #define STDC_HEADERS 1
812| #define HAVE_SYS_TYPES_H 1
813| #define HAVE_SYS_STAT_H 1
814| #define HAVE_STDLIB_H 1
815| #define HAVE_STRING_H 1
816| #define HAVE_MEMORY_H 1
817| #define HAVE_STRINGS_H 1
818| #define HAVE_INTTYPES_H 1
819| #define HAVE_STDINT_H 1
820| #define HAVE_UNISTD_H 1
821| #define HAVE_DLFCN_H 1
822| #define LT_OBJDIR ".libs/"
823| #define INLINE_KLUDGE
824| #define constexpr const
825| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
826| /* end confdefs.h.  */
827|
828| #include <memory>
829| namespace {
830|   template< class T > using AutoArray = std::unique_ptr< T[] >;
831|   template< typename T, typename U > using DynamicPointerCast = typename std::dynamic_pointer_cast< T, U >;
832| }
833|
834| int
835| main ()
836| {
837|
838|  AutoArray< int >     a;
839|
840|   ;
841|   return 0;
842| }
843configure:17662: result: no
844configure:17677: checking if the C++ compiler supports template aliasing via using directive
845configure:17704: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include conftest.cpp >&5
846configure:17704: $? = 0
847configure:17709: result: yes
848configure:17729: checking if the C++ compiler supports template as template parameter
849configure:17768: /usr/bin/clang++ -c -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -I/opt/local/include conftest.cpp >&5
850conftest.cpp:48:8: error: no member named 'list' in namespace 'std'
851  std::list< int* >     s;
852  ~~~~~^
853conftest.cpp:48:17: error: expected '(' for function-style cast or type construction
854  std::list< int* >     s;
855             ~~~^
856conftest.cpp:48:19: error: expected expression
857  std::list< int* >     s;
858                  ^
859conftest.cpp:48:21: error: use of undeclared identifier 's'
860  std::list< int* >     s;
861                        ^
862conftest.cpp:50:10: error: use of undeclared identifier 's'
863  Purge( s );
864         ^
8655 errors generated.
866configure:17768: $? = 1
867configure: failed program was:
868| /* confdefs.h */
869| #define PACKAGE_NAME "ldas-tools-framecpp"
870| #define PACKAGE_TARNAME "ldas-tools-framecpp"
871| #define PACKAGE_VERSION "2.5.5"
872| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
873| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
874| #define PACKAGE_URL ""
875| #define PACKAGE "ldas-tools-framecpp"
876| #define VERSION "2.5.5"
877| #define STDC_HEADERS 1
878| #define HAVE_SYS_TYPES_H 1
879| #define HAVE_SYS_STAT_H 1
880| #define HAVE_STDLIB_H 1
881| #define HAVE_STRING_H 1
882| #define HAVE_MEMORY_H 1
883| #define HAVE_STRINGS_H 1
884| #define HAVE_INTTYPES_H 1
885| #define HAVE_STDINT_H 1
886| #define HAVE_UNISTD_H 1
887| #define HAVE_DLFCN_H 1
888| #define LT_OBJDIR ".libs/"
889| #define INLINE_KLUDGE
890| #define constexpr const
891| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
892| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
893| /* end confdefs.h.  */
894|
895|   #include <algorithm>
896|
897|   template< class T >
898|   inline T* DeletePtr( T* Ptr )
899|   {
900|     delete Ptr;
901|     return (T*)0;
902|   }
903|
904|   template< class O, template<class> class C >
905|   inline void Purge( C< O* >& Container )
906|   {
907|     std::transform( Container.begin( ), Container.end( ),
908|                   Container.begin( ), DeletePtr< O > );
909|   }
910|
911| int
912| main ()
913| {
914|
915|   std::list< int* >   s;
916|
917|   Purge( s );
918|
919|   ;
920|   return 0;
921| }
922configure:17779: result: no
923configure:17851: checking optimization for /usr/bin/clang
924configure:17853: result: -O3
925configure:17855: checking optimization for /usr/bin/clang++
926configure:17857: result: -O3
927configure:17868: checking for 64-bit OS
928configure:17882: /usr/bin/clang -o conftest  -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
929configure:17882: $? = 0
930configure:17882: ./conftest
931configure:17882: $? = 0
932configure:17891: result: "yes"
933configure:17969: checking for pkgbuilder
934configure:17975: checking for pkgbuilder
935configure:18008: result: no
936configure:18017: result: no
937configure:18109: checking whether dot command works
938configure:18179: result: no
939configure:18304: checking for doxygen
940configure:18308: result: no
941configure:18327: checking for valgrind
942configure:18360: result: no
943configure:18381: checking for abi-dumper
944configure:18414: result: no
945configure:18435: checking for abi-compliance-checker
946configure:18468: result: no
947configure:18539: checking for pkg-config
948configure:18557: found /opt/local/bin/pkg-config
949configure:18569: result: /opt/local/bin/pkg-config
950configure:18594: checking pkg-config is at least version 0.9.0
951configure:18597: result: yes
952configure:18613: checking for expr
953configure:18629: found /bin/expr
954configure:18640: result: expr
955configure:18669: checking for swig
956configure:18687: found /opt/local/bin/swig
957configure:18699: result: /opt/local/bin/swig
958configure:19253: checking for tcl
959configure:19272: result: no
960configure:19281: checking for dpkg-buildpackage
961configure:19314: result: no
962configure:19331: checking for port
963configure:19349: found /opt/local/bin/port
964configure:19361: result: /opt/local/bin/port
965configure:19381: checking for rpmbuild
966configure:19414: result: no
967configure:19430: checking for ANSI C header files
968configure:19534: result: yes
969configure:19544: checking mntent.h usability
970configure:19544: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
971conftest.cpp:62:10: fatal error: 'mntent.h' file not found
972#include <mntent.h>
973         ^
9741 error generated.
975configure:19544: $? = 1
976configure: failed program was:
977| /* confdefs.h */
978| #define PACKAGE_NAME "ldas-tools-framecpp"
979| #define PACKAGE_TARNAME "ldas-tools-framecpp"
980| #define PACKAGE_VERSION "2.5.5"
981| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
982| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
983| #define PACKAGE_URL ""
984| #define PACKAGE "ldas-tools-framecpp"
985| #define VERSION "2.5.5"
986| #define STDC_HEADERS 1
987| #define HAVE_SYS_TYPES_H 1
988| #define HAVE_SYS_STAT_H 1
989| #define HAVE_STDLIB_H 1
990| #define HAVE_STRING_H 1
991| #define HAVE_MEMORY_H 1
992| #define HAVE_STRINGS_H 1
993| #define HAVE_INTTYPES_H 1
994| #define HAVE_STDINT_H 1
995| #define HAVE_UNISTD_H 1
996| #define HAVE_DLFCN_H 1
997| #define LT_OBJDIR ".libs/"
998| #define INLINE_KLUDGE
999| #define constexpr const
1000| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1001| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1002| #define HAVE_64BIT_OS 1
1003| #define STDC_HEADERS 1
1004| /* end confdefs.h.  */
1005| #include <stdio.h>
1006| #ifdef HAVE_SYS_TYPES_H
1007| # include <sys/types.h>
1008| #endif
1009| #ifdef HAVE_SYS_STAT_H
1010| # include <sys/stat.h>
1011| #endif
1012| #ifdef STDC_HEADERS
1013| # include <stdlib.h>
1014| # include <stddef.h>
1015| #else
1016| # ifdef HAVE_STDLIB_H
1017| #  include <stdlib.h>
1018| # endif
1019| #endif
1020| #ifdef HAVE_STRING_H
1021| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1022| #  include <memory.h>
1023| # endif
1024| # include <string.h>
1025| #endif
1026| #ifdef HAVE_STRINGS_H
1027| # include <strings.h>
1028| #endif
1029| #ifdef HAVE_INTTYPES_H
1030| # include <inttypes.h>
1031| #endif
1032| #ifdef HAVE_STDINT_H
1033| # include <stdint.h>
1034| #endif
1035| #ifdef HAVE_UNISTD_H
1036| # include <unistd.h>
1037| #endif
1038| #include <mntent.h>
1039configure:19544: result: no
1040configure:19544: checking mntent.h presence
1041configure:19544: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1042conftest.cpp:29:10: fatal error: 'mntent.h' file not found
1043#include <mntent.h>
1044         ^
10451 error generated.
1046configure:19544: $? = 1
1047configure: failed program was:
1048| /* confdefs.h */
1049| #define PACKAGE_NAME "ldas-tools-framecpp"
1050| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1051| #define PACKAGE_VERSION "2.5.5"
1052| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1053| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1054| #define PACKAGE_URL ""
1055| #define PACKAGE "ldas-tools-framecpp"
1056| #define VERSION "2.5.5"
1057| #define STDC_HEADERS 1
1058| #define HAVE_SYS_TYPES_H 1
1059| #define HAVE_SYS_STAT_H 1
1060| #define HAVE_STDLIB_H 1
1061| #define HAVE_STRING_H 1
1062| #define HAVE_MEMORY_H 1
1063| #define HAVE_STRINGS_H 1
1064| #define HAVE_INTTYPES_H 1
1065| #define HAVE_STDINT_H 1
1066| #define HAVE_UNISTD_H 1
1067| #define HAVE_DLFCN_H 1
1068| #define LT_OBJDIR ".libs/"
1069| #define INLINE_KLUDGE
1070| #define constexpr const
1071| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1072| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1073| #define HAVE_64BIT_OS 1
1074| #define STDC_HEADERS 1
1075| /* end confdefs.h.  */
1076| #include <mntent.h>
1077configure:19544: result: no
1078configure:19544: checking for mntent.h
1079configure:19544: result: no
1080configure:19556: checking sys/mnttab.h usability
1081configure:19556: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1082conftest.cpp:62:10: fatal error: 'sys/mnttab.h' file not found
1083#include <sys/mnttab.h>
1084         ^
10851 error generated.
1086configure:19556: $? = 1
1087configure: failed program was:
1088| /* confdefs.h */
1089| #define PACKAGE_NAME "ldas-tools-framecpp"
1090| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1091| #define PACKAGE_VERSION "2.5.5"
1092| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1093| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1094| #define PACKAGE_URL ""
1095| #define PACKAGE "ldas-tools-framecpp"
1096| #define VERSION "2.5.5"
1097| #define STDC_HEADERS 1
1098| #define HAVE_SYS_TYPES_H 1
1099| #define HAVE_SYS_STAT_H 1
1100| #define HAVE_STDLIB_H 1
1101| #define HAVE_STRING_H 1
1102| #define HAVE_MEMORY_H 1
1103| #define HAVE_STRINGS_H 1
1104| #define HAVE_INTTYPES_H 1
1105| #define HAVE_STDINT_H 1
1106| #define HAVE_UNISTD_H 1
1107| #define HAVE_DLFCN_H 1
1108| #define LT_OBJDIR ".libs/"
1109| #define INLINE_KLUDGE
1110| #define constexpr const
1111| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1112| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1113| #define HAVE_64BIT_OS 1
1114| #define STDC_HEADERS 1
1115| /* end confdefs.h.  */
1116| #include <stdio.h>
1117| #ifdef HAVE_SYS_TYPES_H
1118| # include <sys/types.h>
1119| #endif
1120| #ifdef HAVE_SYS_STAT_H
1121| # include <sys/stat.h>
1122| #endif
1123| #ifdef STDC_HEADERS
1124| # include <stdlib.h>
1125| # include <stddef.h>
1126| #else
1127| # ifdef HAVE_STDLIB_H
1128| #  include <stdlib.h>
1129| # endif
1130| #endif
1131| #ifdef HAVE_STRING_H
1132| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1133| #  include <memory.h>
1134| # endif
1135| # include <string.h>
1136| #endif
1137| #ifdef HAVE_STRINGS_H
1138| # include <strings.h>
1139| #endif
1140| #ifdef HAVE_INTTYPES_H
1141| # include <inttypes.h>
1142| #endif
1143| #ifdef HAVE_STDINT_H
1144| # include <stdint.h>
1145| #endif
1146| #ifdef HAVE_UNISTD_H
1147| # include <unistd.h>
1148| #endif
1149| #include <sys/mnttab.h>
1150configure:19556: result: no
1151configure:19556: checking sys/mnttab.h presence
1152configure:19556: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1153conftest.cpp:29:10: fatal error: 'sys/mnttab.h' file not found
1154#include <sys/mnttab.h>
1155         ^
11561 error generated.
1157configure:19556: $? = 1
1158configure: failed program was:
1159| /* confdefs.h */
1160| #define PACKAGE_NAME "ldas-tools-framecpp"
1161| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1162| #define PACKAGE_VERSION "2.5.5"
1163| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1164| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1165| #define PACKAGE_URL ""
1166| #define PACKAGE "ldas-tools-framecpp"
1167| #define VERSION "2.5.5"
1168| #define STDC_HEADERS 1
1169| #define HAVE_SYS_TYPES_H 1
1170| #define HAVE_SYS_STAT_H 1
1171| #define HAVE_STDLIB_H 1
1172| #define HAVE_STRING_H 1
1173| #define HAVE_MEMORY_H 1
1174| #define HAVE_STRINGS_H 1
1175| #define HAVE_INTTYPES_H 1
1176| #define HAVE_STDINT_H 1
1177| #define HAVE_UNISTD_H 1
1178| #define HAVE_DLFCN_H 1
1179| #define LT_OBJDIR ".libs/"
1180| #define INLINE_KLUDGE
1181| #define constexpr const
1182| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1183| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1184| #define HAVE_64BIT_OS 1
1185| #define STDC_HEADERS 1
1186| /* end confdefs.h.  */
1187| #include <sys/mnttab.h>
1188configure:19556: result: no
1189configure:19556: checking for sys/mnttab.h
1190configure:19556: result: no
1191configure:19568: checking sys/proc.h usability
1192configure:19568: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1193In file included from conftest.cpp:62:
1194/usr/include/sys/proc.h:118:19: error: field has incomplete type 'struct itimerval'
1195        struct  itimerval p_realtimer;  /* Alarm timer. */
1196                          ^
1197/usr/include/sys/proc.h:118:9: note: forward declaration of 'itimerval'
1198        struct  itimerval p_realtimer;  /* Alarm timer. */
1199                ^
12001 error generated.
1201configure:19568: $? = 1
1202configure: failed program was:
1203| /* confdefs.h */
1204| #define PACKAGE_NAME "ldas-tools-framecpp"
1205| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1206| #define PACKAGE_VERSION "2.5.5"
1207| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1208| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1209| #define PACKAGE_URL ""
1210| #define PACKAGE "ldas-tools-framecpp"
1211| #define VERSION "2.5.5"
1212| #define STDC_HEADERS 1
1213| #define HAVE_SYS_TYPES_H 1
1214| #define HAVE_SYS_STAT_H 1
1215| #define HAVE_STDLIB_H 1
1216| #define HAVE_STRING_H 1
1217| #define HAVE_MEMORY_H 1
1218| #define HAVE_STRINGS_H 1
1219| #define HAVE_INTTYPES_H 1
1220| #define HAVE_STDINT_H 1
1221| #define HAVE_UNISTD_H 1
1222| #define HAVE_DLFCN_H 1
1223| #define LT_OBJDIR ".libs/"
1224| #define INLINE_KLUDGE
1225| #define constexpr const
1226| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1227| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1228| #define HAVE_64BIT_OS 1
1229| #define STDC_HEADERS 1
1230| /* end confdefs.h.  */
1231| #include <stdio.h>
1232| #ifdef HAVE_SYS_TYPES_H
1233| # include <sys/types.h>
1234| #endif
1235| #ifdef HAVE_SYS_STAT_H
1236| # include <sys/stat.h>
1237| #endif
1238| #ifdef STDC_HEADERS
1239| # include <stdlib.h>
1240| # include <stddef.h>
1241| #else
1242| # ifdef HAVE_STDLIB_H
1243| #  include <stdlib.h>
1244| # endif
1245| #endif
1246| #ifdef HAVE_STRING_H
1247| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1248| #  include <memory.h>
1249| # endif
1250| # include <string.h>
1251| #endif
1252| #ifdef HAVE_STRINGS_H
1253| # include <strings.h>
1254| #endif
1255| #ifdef HAVE_INTTYPES_H
1256| # include <inttypes.h>
1257| #endif
1258| #ifdef HAVE_STDINT_H
1259| # include <stdint.h>
1260| #endif
1261| #ifdef HAVE_UNISTD_H
1262| # include <unistd.h>
1263| #endif
1264| #include <sys/proc.h>
1265configure:19568: result: no
1266configure:19568: checking sys/proc.h presence
1267configure:19568: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1268configure:19568: $? = 0
1269configure:19568: result: yes
1270configure:19568: WARNING: sys/proc.h: present but cannot be compiled
1271configure:19568: WARNING: sys/proc.h:     check for missing prerequisite headers?
1272configure:19568: WARNING: sys/proc.h: see the Autoconf documentation
1273configure:19568: WARNING: sys/proc.h:     section "Present But Cannot Be Compiled"
1274configure:19568: WARNING: sys/proc.h: proceeding with the compiler's result
1275configure:19568: checking for sys/proc.h
1276configure:19568: result: no
1277configure:19580: checking for sys/stat.h
1278configure:19580: result: yes
1279configure:19592: checking sys/sysctl.h usability
1280configure:19592: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1281configure:19592: $? = 0
1282configure:19592: result: yes
1283configure:19592: checking sys/sysctl.h presence
1284configure:19592: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1285configure:19592: $? = 0
1286configure:19592: result: yes
1287configure:19592: checking for sys/sysctl.h
1288configure:19592: result: yes
1289configure:19604: checking sys/sysinfo.h usability
1290configure:19604: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1291conftest.cpp:64:10: fatal error: 'sys/sysinfo.h' file not found
1292#include <sys/sysinfo.h>
1293         ^
12941 error generated.
1295configure:19604: $? = 1
1296configure: failed program was:
1297| /* confdefs.h */
1298| #define PACKAGE_NAME "ldas-tools-framecpp"
1299| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1300| #define PACKAGE_VERSION "2.5.5"
1301| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1302| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1303| #define PACKAGE_URL ""
1304| #define PACKAGE "ldas-tools-framecpp"
1305| #define VERSION "2.5.5"
1306| #define STDC_HEADERS 1
1307| #define HAVE_SYS_TYPES_H 1
1308| #define HAVE_SYS_STAT_H 1
1309| #define HAVE_STDLIB_H 1
1310| #define HAVE_STRING_H 1
1311| #define HAVE_MEMORY_H 1
1312| #define HAVE_STRINGS_H 1
1313| #define HAVE_INTTYPES_H 1
1314| #define HAVE_STDINT_H 1
1315| #define HAVE_UNISTD_H 1
1316| #define HAVE_DLFCN_H 1
1317| #define LT_OBJDIR ".libs/"
1318| #define INLINE_KLUDGE
1319| #define constexpr const
1320| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1321| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1322| #define HAVE_64BIT_OS 1
1323| #define STDC_HEADERS 1
1324| #define HAVE_SYS_STAT_H 1
1325| #define HAVE_SYS_SYSCTL_H 1
1326| /* end confdefs.h.  */
1327| #include <stdio.h>
1328| #ifdef HAVE_SYS_TYPES_H
1329| # include <sys/types.h>
1330| #endif
1331| #ifdef HAVE_SYS_STAT_H
1332| # include <sys/stat.h>
1333| #endif
1334| #ifdef STDC_HEADERS
1335| # include <stdlib.h>
1336| # include <stddef.h>
1337| #else
1338| # ifdef HAVE_STDLIB_H
1339| #  include <stdlib.h>
1340| # endif
1341| #endif
1342| #ifdef HAVE_STRING_H
1343| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1344| #  include <memory.h>
1345| # endif
1346| # include <string.h>
1347| #endif
1348| #ifdef HAVE_STRINGS_H
1349| # include <strings.h>
1350| #endif
1351| #ifdef HAVE_INTTYPES_H
1352| # include <inttypes.h>
1353| #endif
1354| #ifdef HAVE_STDINT_H
1355| # include <stdint.h>
1356| #endif
1357| #ifdef HAVE_UNISTD_H
1358| # include <unistd.h>
1359| #endif
1360| #include <sys/sysinfo.h>
1361configure:19604: result: no
1362configure:19604: checking sys/sysinfo.h presence
1363configure:19604: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1364conftest.cpp:31:10: fatal error: 'sys/sysinfo.h' file not found
1365#include <sys/sysinfo.h>
1366         ^
13671 error generated.
1368configure:19604: $? = 1
1369configure: failed program was:
1370| /* confdefs.h */
1371| #define PACKAGE_NAME "ldas-tools-framecpp"
1372| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1373| #define PACKAGE_VERSION "2.5.5"
1374| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1375| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1376| #define PACKAGE_URL ""
1377| #define PACKAGE "ldas-tools-framecpp"
1378| #define VERSION "2.5.5"
1379| #define STDC_HEADERS 1
1380| #define HAVE_SYS_TYPES_H 1
1381| #define HAVE_SYS_STAT_H 1
1382| #define HAVE_STDLIB_H 1
1383| #define HAVE_STRING_H 1
1384| #define HAVE_MEMORY_H 1
1385| #define HAVE_STRINGS_H 1
1386| #define HAVE_INTTYPES_H 1
1387| #define HAVE_STDINT_H 1
1388| #define HAVE_UNISTD_H 1
1389| #define HAVE_DLFCN_H 1
1390| #define LT_OBJDIR ".libs/"
1391| #define INLINE_KLUDGE
1392| #define constexpr const
1393| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1394| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1395| #define HAVE_64BIT_OS 1
1396| #define STDC_HEADERS 1
1397| #define HAVE_SYS_STAT_H 1
1398| #define HAVE_SYS_SYSCTL_H 1
1399| /* end confdefs.h.  */
1400| #include <sys/sysinfo.h>
1401configure:19604: result: no
1402configure:19604: checking for sys/sysinfo.h
1403configure:19604: result: no
1404configure:19616: checking for sys/types.h
1405configure:19616: result: yes
1406configure:19628: checking dirent.h usability
1407configure:19628: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1408configure:19628: $? = 0
1409configure:19628: result: yes
1410configure:19628: checking dirent.h presence
1411configure:19628: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1412configure:19628: $? = 0
1413configure:19628: result: yes
1414configure:19628: checking for dirent.h
1415configure:19628: result: yes
1416configure:19640: checking procfs.h usability
1417configure:19640: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1418conftest.cpp:66:10: fatal error: 'procfs.h' file not found
1419#include <procfs.h>
1420         ^
14211 error generated.
1422configure:19640: $? = 1
1423configure: failed program was:
1424| /* confdefs.h */
1425| #define PACKAGE_NAME "ldas-tools-framecpp"
1426| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1427| #define PACKAGE_VERSION "2.5.5"
1428| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1429| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1430| #define PACKAGE_URL ""
1431| #define PACKAGE "ldas-tools-framecpp"
1432| #define VERSION "2.5.5"
1433| #define STDC_HEADERS 1
1434| #define HAVE_SYS_TYPES_H 1
1435| #define HAVE_SYS_STAT_H 1
1436| #define HAVE_STDLIB_H 1
1437| #define HAVE_STRING_H 1
1438| #define HAVE_MEMORY_H 1
1439| #define HAVE_STRINGS_H 1
1440| #define HAVE_INTTYPES_H 1
1441| #define HAVE_STDINT_H 1
1442| #define HAVE_UNISTD_H 1
1443| #define HAVE_DLFCN_H 1
1444| #define LT_OBJDIR ".libs/"
1445| #define INLINE_KLUDGE
1446| #define constexpr const
1447| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1448| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1449| #define HAVE_64BIT_OS 1
1450| #define STDC_HEADERS 1
1451| #define HAVE_SYS_STAT_H 1
1452| #define HAVE_SYS_SYSCTL_H 1
1453| #define HAVE_SYS_TYPES_H 1
1454| #define HAVE_DIRENT_H 1
1455| /* end confdefs.h.  */
1456| #include <stdio.h>
1457| #ifdef HAVE_SYS_TYPES_H
1458| # include <sys/types.h>
1459| #endif
1460| #ifdef HAVE_SYS_STAT_H
1461| # include <sys/stat.h>
1462| #endif
1463| #ifdef STDC_HEADERS
1464| # include <stdlib.h>
1465| # include <stddef.h>
1466| #else
1467| # ifdef HAVE_STDLIB_H
1468| #  include <stdlib.h>
1469| # endif
1470| #endif
1471| #ifdef HAVE_STRING_H
1472| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1473| #  include <memory.h>
1474| # endif
1475| # include <string.h>
1476| #endif
1477| #ifdef HAVE_STRINGS_H
1478| # include <strings.h>
1479| #endif
1480| #ifdef HAVE_INTTYPES_H
1481| # include <inttypes.h>
1482| #endif
1483| #ifdef HAVE_STDINT_H
1484| # include <stdint.h>
1485| #endif
1486| #ifdef HAVE_UNISTD_H
1487| # include <unistd.h>
1488| #endif
1489| #include <procfs.h>
1490configure:19640: result: no
1491configure:19640: checking procfs.h presence
1492configure:19640: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1493conftest.cpp:33:10: fatal error: 'procfs.h' file not found
1494#include <procfs.h>
1495         ^
14961 error generated.
1497configure:19640: $? = 1
1498configure: failed program was:
1499| /* confdefs.h */
1500| #define PACKAGE_NAME "ldas-tools-framecpp"
1501| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1502| #define PACKAGE_VERSION "2.5.5"
1503| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1504| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1505| #define PACKAGE_URL ""
1506| #define PACKAGE "ldas-tools-framecpp"
1507| #define VERSION "2.5.5"
1508| #define STDC_HEADERS 1
1509| #define HAVE_SYS_TYPES_H 1
1510| #define HAVE_SYS_STAT_H 1
1511| #define HAVE_STDLIB_H 1
1512| #define HAVE_STRING_H 1
1513| #define HAVE_MEMORY_H 1
1514| #define HAVE_STRINGS_H 1
1515| #define HAVE_INTTYPES_H 1
1516| #define HAVE_STDINT_H 1
1517| #define HAVE_UNISTD_H 1
1518| #define HAVE_DLFCN_H 1
1519| #define LT_OBJDIR ".libs/"
1520| #define INLINE_KLUDGE
1521| #define constexpr const
1522| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1523| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1524| #define HAVE_64BIT_OS 1
1525| #define STDC_HEADERS 1
1526| #define HAVE_SYS_STAT_H 1
1527| #define HAVE_SYS_SYSCTL_H 1
1528| #define HAVE_SYS_TYPES_H 1
1529| #define HAVE_DIRENT_H 1
1530| /* end confdefs.h.  */
1531| #include <procfs.h>
1532configure:19640: result: no
1533configure:19640: checking for procfs.h
1534configure:19640: result: no
1535configure:19652: checking for stdlib.h
1536configure:19652: result: yes
1537configure:19667: checking unordered_map usability
1538configure:19667: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1539configure:19667: $? = 0
1540configure:19667: result: yes
1541configure:19667: checking unordered_map presence
1542configure:19667: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1543configure:19667: $? = 0
1544configure:19667: result: yes
1545configure:19667: checking for unordered_map
1546configure:19667: result: yes
1547configure:19689: checking tr1/unordered_map usability
1548configure:19689: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1549conftest.cpp:68:10: fatal error: 'tr1/unordered_map' file not found
1550#include <tr1/unordered_map>
1551         ^
15521 error generated.
1553configure:19689: $? = 1
1554configure: failed program was:
1555| /* confdefs.h */
1556| #define PACKAGE_NAME "ldas-tools-framecpp"
1557| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1558| #define PACKAGE_VERSION "2.5.5"
1559| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1560| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1561| #define PACKAGE_URL ""
1562| #define PACKAGE "ldas-tools-framecpp"
1563| #define VERSION "2.5.5"
1564| #define STDC_HEADERS 1
1565| #define HAVE_SYS_TYPES_H 1
1566| #define HAVE_SYS_STAT_H 1
1567| #define HAVE_STDLIB_H 1
1568| #define HAVE_STRING_H 1
1569| #define HAVE_MEMORY_H 1
1570| #define HAVE_STRINGS_H 1
1571| #define HAVE_INTTYPES_H 1
1572| #define HAVE_STDINT_H 1
1573| #define HAVE_UNISTD_H 1
1574| #define HAVE_DLFCN_H 1
1575| #define LT_OBJDIR ".libs/"
1576| #define INLINE_KLUDGE
1577| #define constexpr const
1578| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1579| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1580| #define HAVE_64BIT_OS 1
1581| #define STDC_HEADERS 1
1582| #define HAVE_SYS_STAT_H 1
1583| #define HAVE_SYS_SYSCTL_H 1
1584| #define HAVE_SYS_TYPES_H 1
1585| #define HAVE_DIRENT_H 1
1586| #define HAVE_STDLIB_H 1
1587| #define HAVE_UNORDERED_MAP 1
1588| /* end confdefs.h.  */
1589| #include <stdio.h>
1590| #ifdef HAVE_SYS_TYPES_H
1591| # include <sys/types.h>
1592| #endif
1593| #ifdef HAVE_SYS_STAT_H
1594| # include <sys/stat.h>
1595| #endif
1596| #ifdef STDC_HEADERS
1597| # include <stdlib.h>
1598| # include <stddef.h>
1599| #else
1600| # ifdef HAVE_STDLIB_H
1601| #  include <stdlib.h>
1602| # endif
1603| #endif
1604| #ifdef HAVE_STRING_H
1605| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1606| #  include <memory.h>
1607| # endif
1608| # include <string.h>
1609| #endif
1610| #ifdef HAVE_STRINGS_H
1611| # include <strings.h>
1612| #endif
1613| #ifdef HAVE_INTTYPES_H
1614| # include <inttypes.h>
1615| #endif
1616| #ifdef HAVE_STDINT_H
1617| # include <stdint.h>
1618| #endif
1619| #ifdef HAVE_UNISTD_H
1620| # include <unistd.h>
1621| #endif
1622| #include <tr1/unordered_map>
1623configure:19689: result: no
1624configure:19689: checking tr1/unordered_map presence
1625configure:19689: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1626conftest.cpp:35:10: fatal error: 'tr1/unordered_map' file not found
1627#include <tr1/unordered_map>
1628         ^
16291 error generated.
1630configure:19689: $? = 1
1631configure: failed program was:
1632| /* confdefs.h */
1633| #define PACKAGE_NAME "ldas-tools-framecpp"
1634| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1635| #define PACKAGE_VERSION "2.5.5"
1636| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1637| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1638| #define PACKAGE_URL ""
1639| #define PACKAGE "ldas-tools-framecpp"
1640| #define VERSION "2.5.5"
1641| #define STDC_HEADERS 1
1642| #define HAVE_SYS_TYPES_H 1
1643| #define HAVE_SYS_STAT_H 1
1644| #define HAVE_STDLIB_H 1
1645| #define HAVE_STRING_H 1
1646| #define HAVE_MEMORY_H 1
1647| #define HAVE_STRINGS_H 1
1648| #define HAVE_INTTYPES_H 1
1649| #define HAVE_STDINT_H 1
1650| #define HAVE_UNISTD_H 1
1651| #define HAVE_DLFCN_H 1
1652| #define LT_OBJDIR ".libs/"
1653| #define INLINE_KLUDGE
1654| #define constexpr const
1655| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1656| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1657| #define HAVE_64BIT_OS 1
1658| #define STDC_HEADERS 1
1659| #define HAVE_SYS_STAT_H 1
1660| #define HAVE_SYS_SYSCTL_H 1
1661| #define HAVE_SYS_TYPES_H 1
1662| #define HAVE_DIRENT_H 1
1663| #define HAVE_STDLIB_H 1
1664| #define HAVE_UNORDERED_MAP 1
1665| /* end confdefs.h.  */
1666| #include <tr1/unordered_map>
1667configure:19689: result: no
1668configure:19689: checking for tr1/unordered_map
1669configure:19689: result: no
1670configure:19706: checking hash_map usability
1671configure:19706: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1672conftest.cpp:68:10: fatal error: 'hash_map' file not found
1673#include <hash_map>
1674         ^
16751 error generated.
1676configure:19706: $? = 1
1677configure: failed program was:
1678| /* confdefs.h */
1679| #define PACKAGE_NAME "ldas-tools-framecpp"
1680| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1681| #define PACKAGE_VERSION "2.5.5"
1682| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1683| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1684| #define PACKAGE_URL ""
1685| #define PACKAGE "ldas-tools-framecpp"
1686| #define VERSION "2.5.5"
1687| #define STDC_HEADERS 1
1688| #define HAVE_SYS_TYPES_H 1
1689| #define HAVE_SYS_STAT_H 1
1690| #define HAVE_STDLIB_H 1
1691| #define HAVE_STRING_H 1
1692| #define HAVE_MEMORY_H 1
1693| #define HAVE_STRINGS_H 1
1694| #define HAVE_INTTYPES_H 1
1695| #define HAVE_STDINT_H 1
1696| #define HAVE_UNISTD_H 1
1697| #define HAVE_DLFCN_H 1
1698| #define LT_OBJDIR ".libs/"
1699| #define INLINE_KLUDGE
1700| #define constexpr const
1701| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1702| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1703| #define HAVE_64BIT_OS 1
1704| #define STDC_HEADERS 1
1705| #define HAVE_SYS_STAT_H 1
1706| #define HAVE_SYS_SYSCTL_H 1
1707| #define HAVE_SYS_TYPES_H 1
1708| #define HAVE_DIRENT_H 1
1709| #define HAVE_STDLIB_H 1
1710| #define HAVE_UNORDERED_MAP 1
1711| /* end confdefs.h.  */
1712| #include <stdio.h>
1713| #ifdef HAVE_SYS_TYPES_H
1714| # include <sys/types.h>
1715| #endif
1716| #ifdef HAVE_SYS_STAT_H
1717| # include <sys/stat.h>
1718| #endif
1719| #ifdef STDC_HEADERS
1720| # include <stdlib.h>
1721| # include <stddef.h>
1722| #else
1723| # ifdef HAVE_STDLIB_H
1724| #  include <stdlib.h>
1725| # endif
1726| #endif
1727| #ifdef HAVE_STRING_H
1728| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1729| #  include <memory.h>
1730| # endif
1731| # include <string.h>
1732| #endif
1733| #ifdef HAVE_STRINGS_H
1734| # include <strings.h>
1735| #endif
1736| #ifdef HAVE_INTTYPES_H
1737| # include <inttypes.h>
1738| #endif
1739| #ifdef HAVE_STDINT_H
1740| # include <stdint.h>
1741| #endif
1742| #ifdef HAVE_UNISTD_H
1743| # include <unistd.h>
1744| #endif
1745| #include <hash_map>
1746configure:19706: result: no
1747configure:19706: checking hash_map presence
1748configure:19706: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1749conftest.cpp:35:10: fatal error: 'hash_map' file not found
1750#include <hash_map>
1751         ^
17521 error generated.
1753configure:19706: $? = 1
1754configure: failed program was:
1755| /* confdefs.h */
1756| #define PACKAGE_NAME "ldas-tools-framecpp"
1757| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1758| #define PACKAGE_VERSION "2.5.5"
1759| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1760| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1761| #define PACKAGE_URL ""
1762| #define PACKAGE "ldas-tools-framecpp"
1763| #define VERSION "2.5.5"
1764| #define STDC_HEADERS 1
1765| #define HAVE_SYS_TYPES_H 1
1766| #define HAVE_SYS_STAT_H 1
1767| #define HAVE_STDLIB_H 1
1768| #define HAVE_STRING_H 1
1769| #define HAVE_MEMORY_H 1
1770| #define HAVE_STRINGS_H 1
1771| #define HAVE_INTTYPES_H 1
1772| #define HAVE_STDINT_H 1
1773| #define HAVE_UNISTD_H 1
1774| #define HAVE_DLFCN_H 1
1775| #define LT_OBJDIR ".libs/"
1776| #define INLINE_KLUDGE
1777| #define constexpr const
1778| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1779| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1780| #define HAVE_64BIT_OS 1
1781| #define STDC_HEADERS 1
1782| #define HAVE_SYS_STAT_H 1
1783| #define HAVE_SYS_SYSCTL_H 1
1784| #define HAVE_SYS_TYPES_H 1
1785| #define HAVE_DIRENT_H 1
1786| #define HAVE_STDLIB_H 1
1787| #define HAVE_UNORDERED_MAP 1
1788| /* end confdefs.h.  */
1789| #include <hash_map>
1790configure:19706: result: no
1791configure:19706: checking for hash_map
1792configure:19706: result: no
1793configure:19723: checking ext/hash_map usability
1794configure:19723: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1795In file included from conftest.cpp:68:
1796/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ext/hash_map:212:5: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
1797#   warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
1798    ^
17991 warning generated.
1800configure:19723: $? = 0
1801configure:19723: result: yes
1802configure:19723: checking ext/hash_map presence
1803configure:19723: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1804In file included from conftest.cpp:35:
1805/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/ext/hash_map:212:5: warning: Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map> [-W#warnings]
1806#   warning Use of the header <ext/hash_map> is deprecated.  Migrate to <unordered_map>
1807    ^
18081 warning generated.
1809configure:19723: $? = 0
1810configure:19723: result: yes
1811configure:19723: checking for ext/hash_map
1812configure:19723: result: yes
1813configure:19740: checking map usability
1814configure:19740: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1815configure:19740: $? = 0
1816configure:19740: result: yes
1817configure:19740: checking map presence
1818configure:19740: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1819configure:19740: $? = 0
1820configure:19740: result: yes
1821configure:19740: checking for map
1822configure:19740: result: yes
1823configure:19758: checking memory usability
1824configure:19758: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1825configure:19758: $? = 0
1826configure:19758: result: yes
1827configure:19758: checking memory presence
1828configure:19758: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1829configure:19758: $? = 0
1830configure:19758: result: yes
1831configure:19758: checking for memory
1832configure:19758: result: yes
1833configure:19780: checking tr1/memory usability
1834configure:19780: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1835conftest.cpp:71:10: fatal error: 'tr1/memory' file not found
1836#include <tr1/memory>
1837         ^
18381 error generated.
1839configure:19780: $? = 1
1840configure: failed program was:
1841| /* confdefs.h */
1842| #define PACKAGE_NAME "ldas-tools-framecpp"
1843| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1844| #define PACKAGE_VERSION "2.5.5"
1845| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1846| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1847| #define PACKAGE_URL ""
1848| #define PACKAGE "ldas-tools-framecpp"
1849| #define VERSION "2.5.5"
1850| #define STDC_HEADERS 1
1851| #define HAVE_SYS_TYPES_H 1
1852| #define HAVE_SYS_STAT_H 1
1853| #define HAVE_STDLIB_H 1
1854| #define HAVE_STRING_H 1
1855| #define HAVE_MEMORY_H 1
1856| #define HAVE_STRINGS_H 1
1857| #define HAVE_INTTYPES_H 1
1858| #define HAVE_STDINT_H 1
1859| #define HAVE_UNISTD_H 1
1860| #define HAVE_DLFCN_H 1
1861| #define LT_OBJDIR ".libs/"
1862| #define INLINE_KLUDGE
1863| #define constexpr const
1864| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1865| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1866| #define HAVE_64BIT_OS 1
1867| #define STDC_HEADERS 1
1868| #define HAVE_SYS_STAT_H 1
1869| #define HAVE_SYS_SYSCTL_H 1
1870| #define HAVE_SYS_TYPES_H 1
1871| #define HAVE_DIRENT_H 1
1872| #define HAVE_STDLIB_H 1
1873| #define HAVE_UNORDERED_MAP 1
1874| #define HAVE_EXT_HASH_MAP 1
1875| #define HAVE_MAP 1
1876| #define HAVE_MEMORY 1
1877| /* end confdefs.h.  */
1878| #include <stdio.h>
1879| #ifdef HAVE_SYS_TYPES_H
1880| # include <sys/types.h>
1881| #endif
1882| #ifdef HAVE_SYS_STAT_H
1883| # include <sys/stat.h>
1884| #endif
1885| #ifdef STDC_HEADERS
1886| # include <stdlib.h>
1887| # include <stddef.h>
1888| #else
1889| # ifdef HAVE_STDLIB_H
1890| #  include <stdlib.h>
1891| # endif
1892| #endif
1893| #ifdef HAVE_STRING_H
1894| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1895| #  include <memory.h>
1896| # endif
1897| # include <string.h>
1898| #endif
1899| #ifdef HAVE_STRINGS_H
1900| # include <strings.h>
1901| #endif
1902| #ifdef HAVE_INTTYPES_H
1903| # include <inttypes.h>
1904| #endif
1905| #ifdef HAVE_STDINT_H
1906| # include <stdint.h>
1907| #endif
1908| #ifdef HAVE_UNISTD_H
1909| # include <unistd.h>
1910| #endif
1911| #include <tr1/memory>
1912configure:19780: result: no
1913configure:19780: checking tr1/memory presence
1914configure:19780: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
1915conftest.cpp:38:10: fatal error: 'tr1/memory' file not found
1916#include <tr1/memory>
1917         ^
19181 error generated.
1919configure:19780: $? = 1
1920configure: failed program was:
1921| /* confdefs.h */
1922| #define PACKAGE_NAME "ldas-tools-framecpp"
1923| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1924| #define PACKAGE_VERSION "2.5.5"
1925| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1926| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1927| #define PACKAGE_URL ""
1928| #define PACKAGE "ldas-tools-framecpp"
1929| #define VERSION "2.5.5"
1930| #define STDC_HEADERS 1
1931| #define HAVE_SYS_TYPES_H 1
1932| #define HAVE_SYS_STAT_H 1
1933| #define HAVE_STDLIB_H 1
1934| #define HAVE_STRING_H 1
1935| #define HAVE_MEMORY_H 1
1936| #define HAVE_STRINGS_H 1
1937| #define HAVE_INTTYPES_H 1
1938| #define HAVE_STDINT_H 1
1939| #define HAVE_UNISTD_H 1
1940| #define HAVE_DLFCN_H 1
1941| #define LT_OBJDIR ".libs/"
1942| #define INLINE_KLUDGE
1943| #define constexpr const
1944| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
1945| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
1946| #define HAVE_64BIT_OS 1
1947| #define STDC_HEADERS 1
1948| #define HAVE_SYS_STAT_H 1
1949| #define HAVE_SYS_SYSCTL_H 1
1950| #define HAVE_SYS_TYPES_H 1
1951| #define HAVE_DIRENT_H 1
1952| #define HAVE_STDLIB_H 1
1953| #define HAVE_UNORDERED_MAP 1
1954| #define HAVE_EXT_HASH_MAP 1
1955| #define HAVE_MAP 1
1956| #define HAVE_MEMORY 1
1957| /* end confdefs.h.  */
1958| #include <tr1/memory>
1959configure:19780: result: no
1960configure:19780: checking for tr1/memory
1961configure:19780: result: no
1962configure:19797: checking whether byte ordering is bigendian
1963configure:19812: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1964configure:19812: $? = 0
1965configure:19857: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1966configure:19857: $? = 0
1967configure:19875: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
1968conftest.cpp:45:11: error: expected ';' after expression
1969                 not big endian
1970                        ^
1971                        ;
1972conftest.cpp:45:8: error: use of undeclared identifier 'big'
1973                 not big endian
1974                     ^
1975conftest.cpp:45:12: error: use of undeclared identifier 'endian'
1976                 not big endian
1977                         ^
19783 errors generated.
1979configure:19875: $? = 1
1980configure: failed program was:
1981| /* confdefs.h */
1982| #define PACKAGE_NAME "ldas-tools-framecpp"
1983| #define PACKAGE_TARNAME "ldas-tools-framecpp"
1984| #define PACKAGE_VERSION "2.5.5"
1985| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
1986| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
1987| #define PACKAGE_URL ""
1988| #define PACKAGE "ldas-tools-framecpp"
1989| #define VERSION "2.5.5"
1990| #define STDC_HEADERS 1
1991| #define HAVE_SYS_TYPES_H 1
1992| #define HAVE_SYS_STAT_H 1
1993| #define HAVE_STDLIB_H 1
1994| #define HAVE_STRING_H 1
1995| #define HAVE_MEMORY_H 1
1996| #define HAVE_STRINGS_H 1
1997| #define HAVE_INTTYPES_H 1
1998| #define HAVE_STDINT_H 1
1999| #define HAVE_UNISTD_H 1
2000| #define HAVE_DLFCN_H 1
2001| #define LT_OBJDIR ".libs/"
2002| #define INLINE_KLUDGE
2003| #define constexpr const
2004| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2005| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2006| #define HAVE_64BIT_OS 1
2007| #define STDC_HEADERS 1
2008| #define HAVE_SYS_STAT_H 1
2009| #define HAVE_SYS_SYSCTL_H 1
2010| #define HAVE_SYS_TYPES_H 1
2011| #define HAVE_DIRENT_H 1
2012| #define HAVE_STDLIB_H 1
2013| #define HAVE_UNORDERED_MAP 1
2014| #define HAVE_EXT_HASH_MAP 1
2015| #define HAVE_MAP 1
2016| #define HAVE_MEMORY 1
2017| /* end confdefs.h.  */
2018| #include <sys/types.h>
2019|               #include <sys/param.h>
2020|
2021| int
2022| main ()
2023| {
2024| #if BYTE_ORDER != BIG_ENDIAN
2025|                not big endian
2026|               #endif
2027|
2028|   ;
2029|   return 0;
2030| }
2031configure:20003: result: no
2032configure:20029: checking for size_t
2033configure:20029: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2034configure:20029: $? = 0
2035configure:20029: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2036conftest.cpp:74:21: error: expected expression
2037if (sizeof ((size_t)))
2038                    ^
20391 error generated.
2040configure:20029: $? = 1
2041configure: failed program was:
2042| /* confdefs.h */
2043| #define PACKAGE_NAME "ldas-tools-framecpp"
2044| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2045| #define PACKAGE_VERSION "2.5.5"
2046| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2047| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2048| #define PACKAGE_URL ""
2049| #define PACKAGE "ldas-tools-framecpp"
2050| #define VERSION "2.5.5"
2051| #define STDC_HEADERS 1
2052| #define HAVE_SYS_TYPES_H 1
2053| #define HAVE_SYS_STAT_H 1
2054| #define HAVE_STDLIB_H 1
2055| #define HAVE_STRING_H 1
2056| #define HAVE_MEMORY_H 1
2057| #define HAVE_STRINGS_H 1
2058| #define HAVE_INTTYPES_H 1
2059| #define HAVE_STDINT_H 1
2060| #define HAVE_UNISTD_H 1
2061| #define HAVE_DLFCN_H 1
2062| #define LT_OBJDIR ".libs/"
2063| #define INLINE_KLUDGE
2064| #define constexpr const
2065| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2066| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2067| #define HAVE_64BIT_OS 1
2068| #define STDC_HEADERS 1
2069| #define HAVE_SYS_STAT_H 1
2070| #define HAVE_SYS_SYSCTL_H 1
2071| #define HAVE_SYS_TYPES_H 1
2072| #define HAVE_DIRENT_H 1
2073| #define HAVE_STDLIB_H 1
2074| #define HAVE_UNORDERED_MAP 1
2075| #define HAVE_EXT_HASH_MAP 1
2076| #define HAVE_MAP 1
2077| #define HAVE_MEMORY 1
2078| /* end confdefs.h.  */
2079| #include <stdio.h>
2080| #ifdef HAVE_SYS_TYPES_H
2081| # include <sys/types.h>
2082| #endif
2083| #ifdef HAVE_SYS_STAT_H
2084| # include <sys/stat.h>
2085| #endif
2086| #ifdef STDC_HEADERS
2087| # include <stdlib.h>
2088| # include <stddef.h>
2089| #else
2090| # ifdef HAVE_STDLIB_H
2091| #  include <stdlib.h>
2092| # endif
2093| #endif
2094| #ifdef HAVE_STRING_H
2095| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2096| #  include <memory.h>
2097| # endif
2098| # include <string.h>
2099| #endif
2100| #ifdef HAVE_STRINGS_H
2101| # include <strings.h>
2102| #endif
2103| #ifdef HAVE_INTTYPES_H
2104| # include <inttypes.h>
2105| #endif
2106| #ifdef HAVE_STDINT_H
2107| # include <stdint.h>
2108| #endif
2109| #ifdef HAVE_UNISTD_H
2110| # include <unistd.h>
2111| #endif
2112| int
2113| main ()
2114| {
2115| if (sizeof ((size_t)))
2116|           return 0;
2117|   ;
2118|   return 0;
2119| }
2120configure:20029: result: yes
2121configure:20044: checking size of short
2122configure:20049: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2123configure:20049: $? = 0
2124configure:20049: ./conftest
2125configure:20049: $? = 0
2126configure:20063: result: 2
2127configure:20077: checking size of int
2128configure:20082: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2129configure:20082: $? = 0
2130configure:20082: ./conftest
2131configure:20082: $? = 0
2132configure:20096: result: 4
2133configure:20110: checking size of long
2134configure:20115: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2135configure:20115: $? = 0
2136configure:20115: ./conftest
2137configure:20115: $? = 0
2138configure:20129: result: 8
2139configure:20143: checking size of long long
2140configure:20148: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2141configure:20148: $? = 0
2142configure:20148: ./conftest
2143configure:20148: $? = 0
2144configure:20162: result: 8
2145configure:20176: checking size of float
2146configure:20181: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2147configure:20181: $? = 0
2148configure:20181: ./conftest
2149configure:20181: $? = 0
2150configure:20195: result: 4
2151configure:20209: checking size of double
2152configure:20214: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2153configure:20214: $? = 0
2154configure:20214: ./conftest
2155configure:20214: $? = 0
2156configure:20228: result: 8
2157configure:20242: checking size of void*
2158configure:20247: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2159configure:20247: $? = 0
2160configure:20247: ./conftest
2161configure:20247: $? = 0
2162configure:20261: result: 8
2163configure:20275: checking size of pid_t
2164configure:20280: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2165configure:20280: $? = 0
2166configure:20280: ./conftest
2167configure:20280: $? = 0
2168configure:20294: result: 4
2169configure:20308: checking size of size_t
2170configure:20313: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2171configure:20313: $? = 0
2172configure:20313: ./conftest
2173configure:20313: $? = 0
2174configure:20327: result: 8
2175configure:20488: checking if process info is in /proc/<pid>/psinfo
2176configure:20527: /usr/bin/clang -o conftest  -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
2177configure:20527: $? = 0
2178configure:20527: ./conftest
2179configure:20527: $? = 255
2180configure: program exited with status 255
2181configure: failed program was:
2182| /* confdefs.h */
2183| #define PACKAGE_NAME "ldas-tools-framecpp"
2184| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2185| #define PACKAGE_VERSION "2.5.5"
2186| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2187| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2188| #define PACKAGE_URL ""
2189| #define PACKAGE "ldas-tools-framecpp"
2190| #define VERSION "2.5.5"
2191| #define STDC_HEADERS 1
2192| #define HAVE_SYS_TYPES_H 1
2193| #define HAVE_SYS_STAT_H 1
2194| #define HAVE_STDLIB_H 1
2195| #define HAVE_STRING_H 1
2196| #define HAVE_MEMORY_H 1
2197| #define HAVE_STRINGS_H 1
2198| #define HAVE_INTTYPES_H 1
2199| #define HAVE_STDINT_H 1
2200| #define HAVE_UNISTD_H 1
2201| #define HAVE_DLFCN_H 1
2202| #define LT_OBJDIR ".libs/"
2203| #define INLINE_KLUDGE
2204| #define constexpr const
2205| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2206| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2207| #define HAVE_64BIT_OS 1
2208| #define STDC_HEADERS 1
2209| #define HAVE_SYS_STAT_H 1
2210| #define HAVE_SYS_SYSCTL_H 1
2211| #define HAVE_SYS_TYPES_H 1
2212| #define HAVE_DIRENT_H 1
2213| #define HAVE_STDLIB_H 1
2214| #define HAVE_UNORDERED_MAP 1
2215| #define HAVE_EXT_HASH_MAP 1
2216| #define HAVE_MAP 1
2217| #define HAVE_MEMORY 1
2218| #define SIZEOF_SHORT 2
2219| #define SIZEOF_INT 4
2220| #define SIZEOF_LONG 8
2221| #define SIZEOF_LONG_LONG 8
2222| #define SIZEOF_FLOAT 4
2223| #define SIZEOF_DOUBLE 8
2224| #define SIZEOF_VOIDP 8
2225| #define SIZEOF_PID_T 4
2226| #define SIZEOF_SIZE_T 8
2227| /* end confdefs.h.  */
2228|
2229|   #include <unistd.h>
2230|   #include <stdio.h>
2231|
2232|
2233|   int
2234|   main()
2235|   {
2236|     int  retval;
2237|     char filename[ 1024 ];
2238|
2239|     #if SIZEOF_INT == SIZEOF_PID_T
2240|     sprintf( filename, "/proc/%d/psinfo", (int)(getpid( )) );
2241|     #else /* SIZEOF_INT == SIZEOF_PID_T */
2242|     sprintf( filename, "/proc/%ld/psinfo", getpid( ) );
2243|     #endif /* SIZEOF_INT == SIZEOF_PID_T */
2244|
2245|     retval = access( filename, R_OK );
2246|
2247|     return retval;
2248|   }
2249|
2250configure:20535: result: no
2251configure:20549: checking if process info is in /proc/<pid>/stat
2252configure:20590: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2253conftest.cpp:53:3: error: C++ requires a type specifier for all declarations
2254  main()
2255  ^
22561 error generated.
2257configure:20590: $? = 1
2258configure: program exited with status 1
2259configure: failed program was:
2260| /* confdefs.h */
2261| #define PACKAGE_NAME "ldas-tools-framecpp"
2262| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2263| #define PACKAGE_VERSION "2.5.5"
2264| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2265| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2266| #define PACKAGE_URL ""
2267| #define PACKAGE "ldas-tools-framecpp"
2268| #define VERSION "2.5.5"
2269| #define STDC_HEADERS 1
2270| #define HAVE_SYS_TYPES_H 1
2271| #define HAVE_SYS_STAT_H 1
2272| #define HAVE_STDLIB_H 1
2273| #define HAVE_STRING_H 1
2274| #define HAVE_MEMORY_H 1
2275| #define HAVE_STRINGS_H 1
2276| #define HAVE_INTTYPES_H 1
2277| #define HAVE_STDINT_H 1
2278| #define HAVE_UNISTD_H 1
2279| #define HAVE_DLFCN_H 1
2280| #define LT_OBJDIR ".libs/"
2281| #define INLINE_KLUDGE
2282| #define constexpr const
2283| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2284| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2285| #define HAVE_64BIT_OS 1
2286| #define STDC_HEADERS 1
2287| #define HAVE_SYS_STAT_H 1
2288| #define HAVE_SYS_SYSCTL_H 1
2289| #define HAVE_SYS_TYPES_H 1
2290| #define HAVE_DIRENT_H 1
2291| #define HAVE_STDLIB_H 1
2292| #define HAVE_UNORDERED_MAP 1
2293| #define HAVE_EXT_HASH_MAP 1
2294| #define HAVE_MAP 1
2295| #define HAVE_MEMORY 1
2296| #define SIZEOF_SHORT 2
2297| #define SIZEOF_INT 4
2298| #define SIZEOF_LONG 8
2299| #define SIZEOF_LONG_LONG 8
2300| #define SIZEOF_FLOAT 4
2301| #define SIZEOF_DOUBLE 8
2302| #define SIZEOF_VOIDP 8
2303| #define SIZEOF_PID_T 4
2304| #define SIZEOF_SIZE_T 8
2305| /* end confdefs.h.  */
2306|
2307|   #include <unistd.h>
2308|
2309|   #include <fstream>
2310|   #include <sstream>
2311|
2312|   main()
2313|   {
2314|     std::ostringstream filename;
2315|
2316|     filename << "/proc/"
2317|     #if SIZEOF_INT == SIZEOF_PID_T
2318|            << (int)::getpid( )
2319|     #else /* SIZEOF_INT == SIZEOF_PID_T */
2320|            << ::getpid( )
2321|     #endif /* SIZEOF_INT == SIZEOF_PID_T */
2322|                   << "/stat";
2323|     std::ifstream f( filename.str( ).c_str( ) );
2324|     const int retval =
2325|       ( ( f.is_open( ) ) ? 0 : 1 );
2326|     f.close( );
2327|     return retval;
2328|   }
2329|
2330configure:20598: result: no
2331configure:20615: checking for library containing gethostbyname
2332configure:20646: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2333configure:20646: $? = 0
2334configure:20663: result: none required
2335configure:20671: checking for library containing socket
2336configure:20702: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
2337configure:20702: $? = 0
2338configure:20719: result: none required
2339configure:20770: checking for clock_gettime in -lrt
2340configure:20795: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lrt   >&5
2341ld: library not found for -lrt
2342clang: error: linker command failed with exit code 1 (use -v to see invocation)
2343configure:20795: $? = 1
2344configure: failed program was:
2345| /* confdefs.h */
2346| #define PACKAGE_NAME "ldas-tools-framecpp"
2347| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2348| #define PACKAGE_VERSION "2.5.5"
2349| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2350| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2351| #define PACKAGE_URL ""
2352| #define PACKAGE "ldas-tools-framecpp"
2353| #define VERSION "2.5.5"
2354| #define STDC_HEADERS 1
2355| #define HAVE_SYS_TYPES_H 1
2356| #define HAVE_SYS_STAT_H 1
2357| #define HAVE_STDLIB_H 1
2358| #define HAVE_STRING_H 1
2359| #define HAVE_MEMORY_H 1
2360| #define HAVE_STRINGS_H 1
2361| #define HAVE_INTTYPES_H 1
2362| #define HAVE_STDINT_H 1
2363| #define HAVE_UNISTD_H 1
2364| #define HAVE_DLFCN_H 1
2365| #define LT_OBJDIR ".libs/"
2366| #define INLINE_KLUDGE
2367| #define constexpr const
2368| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2369| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2370| #define HAVE_64BIT_OS 1
2371| #define STDC_HEADERS 1
2372| #define HAVE_SYS_STAT_H 1
2373| #define HAVE_SYS_SYSCTL_H 1
2374| #define HAVE_SYS_TYPES_H 1
2375| #define HAVE_DIRENT_H 1
2376| #define HAVE_STDLIB_H 1
2377| #define HAVE_UNORDERED_MAP 1
2378| #define HAVE_EXT_HASH_MAP 1
2379| #define HAVE_MAP 1
2380| #define HAVE_MEMORY 1
2381| #define SIZEOF_SHORT 2
2382| #define SIZEOF_INT 4
2383| #define SIZEOF_LONG 8
2384| #define SIZEOF_LONG_LONG 8
2385| #define SIZEOF_FLOAT 4
2386| #define SIZEOF_DOUBLE 8
2387| #define SIZEOF_VOIDP 8
2388| #define SIZEOF_PID_T 4
2389| #define SIZEOF_SIZE_T 8
2390| /* end confdefs.h.  */
2391|
2392| /* Override any GCC internal prototype to avoid an error.
2393|    Use char because int might match the return type of a GCC
2394|    builtin and then its argument prototype would still apply.  */
2395| #ifdef __cplusplus
2396| extern "C"
2397| #endif
2398| char clock_gettime ();
2399| int
2400| main ()
2401| {
2402| return clock_gettime ();
2403|   ;
2404|   return 0;
2405| }
2406configure:20804: result: no
2407configure:20815: checking for pthread_cancel in -lpthread
2408configure:20840: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread   >&5
2409configure:20840: $? = 0
2410configure:20849: result: yes
2411configure:20875: checking for compress in -lz
2412configure:20900: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lz  -lpthread  >&5
2413configure:20900: $? = 0
2414configure:20909: result: yes
2415configure:20915: checking for compress2 in -lz
2416configure:20940: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lz  -lpthread  >&5
2417configure:20940: $? = 0
2418configure:20949: result: yes
2419configure:21012: checking for FrVectCompress in -lFrame
2420configure:21037: /usr/bin/clang -o conftest  -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lFrame -lm -lpthread  -L/opt/local/lib >&5
2421configure:21037: $? = 0
2422configure:21046: result: yes
2423configure:21089: /usr/bin/clang -o conftest -I/opt/local/include  -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/lib -lFrame -lm >&5
2424configure:21089: $? = 0
2425configure:21089: ./conftest
2426configure:21089: $? = 1
2427configure: program exited with status 1
2428configure: failed program was:
2429| /* confdefs.h */
2430| #define PACKAGE_NAME "ldas-tools-framecpp"
2431| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2432| #define PACKAGE_VERSION "2.5.5"
2433| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2434| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2435| #define PACKAGE_URL ""
2436| #define PACKAGE "ldas-tools-framecpp"
2437| #define VERSION "2.5.5"
2438| #define STDC_HEADERS 1
2439| #define HAVE_SYS_TYPES_H 1
2440| #define HAVE_SYS_STAT_H 1
2441| #define HAVE_STDLIB_H 1
2442| #define HAVE_STRING_H 1
2443| #define HAVE_MEMORY_H 1
2444| #define HAVE_STRINGS_H 1
2445| #define HAVE_INTTYPES_H 1
2446| #define HAVE_STDINT_H 1
2447| #define HAVE_UNISTD_H 1
2448| #define HAVE_DLFCN_H 1
2449| #define LT_OBJDIR ".libs/"
2450| #define INLINE_KLUDGE
2451| #define constexpr const
2452| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2453| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2454| #define HAVE_64BIT_OS 1
2455| #define STDC_HEADERS 1
2456| #define HAVE_SYS_STAT_H 1
2457| #define HAVE_SYS_SYSCTL_H 1
2458| #define HAVE_SYS_TYPES_H 1
2459| #define HAVE_DIRENT_H 1
2460| #define HAVE_STDLIB_H 1
2461| #define HAVE_UNORDERED_MAP 1
2462| #define HAVE_EXT_HASH_MAP 1
2463| #define HAVE_MAP 1
2464| #define HAVE_MEMORY 1
2465| #define SIZEOF_SHORT 2
2466| #define SIZEOF_INT 4
2467| #define SIZEOF_LONG 8
2468| #define SIZEOF_LONG_LONG 8
2469| #define SIZEOF_FLOAT 4
2470| #define SIZEOF_DOUBLE 8
2471| #define SIZEOF_VOIDP 8
2472| #define SIZEOF_PID_T 4
2473| #define SIZEOF_SIZE_T 8
2474| #define HAVE_LIBPTHREAD 1
2475| #define HAVE_LIBZ 1
2476| #define HAVE_LIBZ_COMPRESS2 1
2477| #define HAVE_LIBFRAME 1
2478| /* end confdefs.h.  */
2479|
2480|       #include "FrameL.h"
2481|
2482|       extern int FrSlong;
2483|
2484|       int
2485|       main( )
2486|       {
2487|         FrLibShortIni( );
2488|         /*
2489|          * Zero exit (true) if FR_LONG_LONG should be defined
2490|          * Non-zero (false) if FR_LONG_LONG should not be defined
2491|          */
2492|         exit( FrSlong == sizeof( long ) );
2493|       }
2494|
2495configure:21259: checking CommonCrypto/CommonDigest.h usability
2496configure:21259: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2497configure:21259: $? = 0
2498configure:21259: result: yes
2499configure:21259: checking CommonCrypto/CommonDigest.h presence
2500configure:21259: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
2501configure:21259: $? = 0
2502configure:21259: result: yes
2503configure:21259: checking for CommonCrypto/CommonDigest.h
2504configure:21259: result: yes
2505configure:21269: checking for MD5Init in -lmd5
2506configure:21294: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lmd5  -lpthread  >&5
2507ld: library not found for -lmd5
2508clang: error: linker command failed with exit code 1 (use -v to see invocation)
2509configure:21294: $? = 1
2510configure: failed program was:
2511| /* confdefs.h */
2512| #define PACKAGE_NAME "ldas-tools-framecpp"
2513| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2514| #define PACKAGE_VERSION "2.5.5"
2515| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2516| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2517| #define PACKAGE_URL ""
2518| #define PACKAGE "ldas-tools-framecpp"
2519| #define VERSION "2.5.5"
2520| #define STDC_HEADERS 1
2521| #define HAVE_SYS_TYPES_H 1
2522| #define HAVE_SYS_STAT_H 1
2523| #define HAVE_STDLIB_H 1
2524| #define HAVE_STRING_H 1
2525| #define HAVE_MEMORY_H 1
2526| #define HAVE_STRINGS_H 1
2527| #define HAVE_INTTYPES_H 1
2528| #define HAVE_STDINT_H 1
2529| #define HAVE_UNISTD_H 1
2530| #define HAVE_DLFCN_H 1
2531| #define LT_OBJDIR ".libs/"
2532| #define INLINE_KLUDGE
2533| #define constexpr const
2534| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2535| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2536| #define HAVE_64BIT_OS 1
2537| #define STDC_HEADERS 1
2538| #define HAVE_SYS_STAT_H 1
2539| #define HAVE_SYS_SYSCTL_H 1
2540| #define HAVE_SYS_TYPES_H 1
2541| #define HAVE_DIRENT_H 1
2542| #define HAVE_STDLIB_H 1
2543| #define HAVE_UNORDERED_MAP 1
2544| #define HAVE_EXT_HASH_MAP 1
2545| #define HAVE_MAP 1
2546| #define HAVE_MEMORY 1
2547| #define SIZEOF_SHORT 2
2548| #define SIZEOF_INT 4
2549| #define SIZEOF_LONG 8
2550| #define SIZEOF_LONG_LONG 8
2551| #define SIZEOF_FLOAT 4
2552| #define SIZEOF_DOUBLE 8
2553| #define SIZEOF_VOIDP 8
2554| #define SIZEOF_PID_T 4
2555| #define SIZEOF_SIZE_T 8
2556| #define HAVE_LIBPTHREAD 1
2557| #define HAVE_LIBZ 1
2558| #define HAVE_LIBZ_COMPRESS2 1
2559| #define HAVE_LIBFRAME 1
2560| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2561| /* end confdefs.h.  */
2562|
2563| /* Override any GCC internal prototype to avoid an error.
2564|    Use char because int might match the return type of a GCC
2565|    builtin and then its argument prototype would still apply.  */
2566| #ifdef __cplusplus
2567| extern "C"
2568| #endif
2569| char MD5Init ();
2570| int
2571| main ()
2572| {
2573| return MD5Init ();
2574|   ;
2575|   return 0;
2576| }
2577configure:21303: result: no
2578configure:21337: checking for MD5_Init in -lcrypto
2579configure:21362: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lcrypto  -lpthread  >&5
2580configure:21362: $? = 0
2581configure:21371: result: yes
2582configure:21381: checking openssl/md5.h usability
2583configure:21381: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2584configure:21381: $? = 0
2585configure:21381: result: yes
2586configure:21381: checking openssl/md5.h presence
2587configure:21381: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
2588configure:21381: $? = 0
2589configure:21381: result: yes
2590configure:21381: checking for openssl/md5.h
2591configure:21381: result: yes
2592configure:21405: checking for clock_gettime
2593configure:21405: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
2594Undefined symbols for architecture x86_64:
2595  "_clock_gettime", referenced from:
2596      _main in conftest-e15038.o
2597ld: symbol(s) not found for architecture x86_64
2598clang: error: linker command failed with exit code 1 (use -v to see invocation)
2599configure:21405: $? = 1
2600configure: failed program was:
2601| /* confdefs.h */
2602| #define PACKAGE_NAME "ldas-tools-framecpp"
2603| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2604| #define PACKAGE_VERSION "2.5.5"
2605| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2606| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2607| #define PACKAGE_URL ""
2608| #define PACKAGE "ldas-tools-framecpp"
2609| #define VERSION "2.5.5"
2610| #define STDC_HEADERS 1
2611| #define HAVE_SYS_TYPES_H 1
2612| #define HAVE_SYS_STAT_H 1
2613| #define HAVE_STDLIB_H 1
2614| #define HAVE_STRING_H 1
2615| #define HAVE_MEMORY_H 1
2616| #define HAVE_STRINGS_H 1
2617| #define HAVE_INTTYPES_H 1
2618| #define HAVE_STDINT_H 1
2619| #define HAVE_UNISTD_H 1
2620| #define HAVE_DLFCN_H 1
2621| #define LT_OBJDIR ".libs/"
2622| #define INLINE_KLUDGE
2623| #define constexpr const
2624| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2625| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2626| #define HAVE_64BIT_OS 1
2627| #define STDC_HEADERS 1
2628| #define HAVE_SYS_STAT_H 1
2629| #define HAVE_SYS_SYSCTL_H 1
2630| #define HAVE_SYS_TYPES_H 1
2631| #define HAVE_DIRENT_H 1
2632| #define HAVE_STDLIB_H 1
2633| #define HAVE_UNORDERED_MAP 1
2634| #define HAVE_EXT_HASH_MAP 1
2635| #define HAVE_MAP 1
2636| #define HAVE_MEMORY 1
2637| #define SIZEOF_SHORT 2
2638| #define SIZEOF_INT 4
2639| #define SIZEOF_LONG 8
2640| #define SIZEOF_LONG_LONG 8
2641| #define SIZEOF_FLOAT 4
2642| #define SIZEOF_DOUBLE 8
2643| #define SIZEOF_VOIDP 8
2644| #define SIZEOF_PID_T 4
2645| #define SIZEOF_SIZE_T 8
2646| #define HAVE_LIBPTHREAD 1
2647| #define HAVE_LIBZ 1
2648| #define HAVE_LIBZ_COMPRESS2 1
2649| #define HAVE_LIBFRAME 1
2650| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2651| #define HAVE_MD5_IN_CRYPTO 1
2652| #define HAVE_OPENSSL_MD5_H 1
2653| /* end confdefs.h.  */
2654| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
2655|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2656| #define clock_gettime innocuous_clock_gettime
2657|
2658| /* System header to define __stub macros and hopefully few prototypes,
2659|     which can conflict with char clock_gettime (); below.
2660|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2661|     <limits.h> exists even on freestanding compilers.  */
2662|
2663| #ifdef __STDC__
2664| # include <limits.h>
2665| #else
2666| # include <assert.h>
2667| #endif
2668|
2669| #undef clock_gettime
2670|
2671| /* Override any GCC internal prototype to avoid an error.
2672|    Use char because int might match the return type of a GCC
2673|    builtin and then its argument prototype would still apply.  */
2674| #ifdef __cplusplus
2675| extern "C"
2676| #endif
2677| char clock_gettime ();
2678| /* The GNU C library defines this for functions which it implements
2679|     to always fail with ENOSYS.  Some functions are actually named
2680|     something starting with __ and the normal name is an alias.  */
2681| #if defined __stub_clock_gettime || defined __stub___clock_gettime
2682| choke me
2683| #endif
2684|
2685| int
2686| main ()
2687| {
2688| return clock_gettime ();
2689|   ;
2690|   return 0;
2691| }
2692configure:21405: result: no
2693configure:21414: checking whether strerror_r is declared
2694configure:21414: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2695configure:21414: $? = 0
2696configure:21414: result: yes
2697configure:21427: checking for strerror_r
2698configure:21427: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
2699configure:21427: $? = 0
2700configure:21427: result: yes
2701configure:21436: checking whether strerror_r returns char *
2702configure:21460: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2703conftest.cpp:94:13: error: indirection requires pointer operand ('int' invalid)
2704          char x = *strerror_r (0, buf, sizeof buf);
2705                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2706conftest.cpp:95:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
2707          char *p = strerror_r (0, buf, sizeof buf);
2708                ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27092 errors generated.
2710configure:21460: $? = 1
2711configure: failed program was:
2712| /* confdefs.h */
2713| #define PACKAGE_NAME "ldas-tools-framecpp"
2714| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2715| #define PACKAGE_VERSION "2.5.5"
2716| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2717| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2718| #define PACKAGE_URL ""
2719| #define PACKAGE "ldas-tools-framecpp"
2720| #define VERSION "2.5.5"
2721| #define STDC_HEADERS 1
2722| #define HAVE_SYS_TYPES_H 1
2723| #define HAVE_SYS_STAT_H 1
2724| #define HAVE_STDLIB_H 1
2725| #define HAVE_STRING_H 1
2726| #define HAVE_MEMORY_H 1
2727| #define HAVE_STRINGS_H 1
2728| #define HAVE_INTTYPES_H 1
2729| #define HAVE_STDINT_H 1
2730| #define HAVE_UNISTD_H 1
2731| #define HAVE_DLFCN_H 1
2732| #define LT_OBJDIR ".libs/"
2733| #define INLINE_KLUDGE
2734| #define constexpr const
2735| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2736| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2737| #define HAVE_64BIT_OS 1
2738| #define STDC_HEADERS 1
2739| #define HAVE_SYS_STAT_H 1
2740| #define HAVE_SYS_SYSCTL_H 1
2741| #define HAVE_SYS_TYPES_H 1
2742| #define HAVE_DIRENT_H 1
2743| #define HAVE_STDLIB_H 1
2744| #define HAVE_UNORDERED_MAP 1
2745| #define HAVE_EXT_HASH_MAP 1
2746| #define HAVE_MAP 1
2747| #define HAVE_MEMORY 1
2748| #define SIZEOF_SHORT 2
2749| #define SIZEOF_INT 4
2750| #define SIZEOF_LONG 8
2751| #define SIZEOF_LONG_LONG 8
2752| #define SIZEOF_FLOAT 4
2753| #define SIZEOF_DOUBLE 8
2754| #define SIZEOF_VOIDP 8
2755| #define SIZEOF_PID_T 4
2756| #define SIZEOF_SIZE_T 8
2757| #define HAVE_LIBPTHREAD 1
2758| #define HAVE_LIBZ 1
2759| #define HAVE_LIBZ_COMPRESS2 1
2760| #define HAVE_LIBFRAME 1
2761| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2762| #define HAVE_MD5_IN_CRYPTO 1
2763| #define HAVE_OPENSSL_MD5_H 1
2764| #define HAVE_DECL_STRERROR_R 1
2765| #define HAVE_STRERROR_R 1
2766| /* end confdefs.h.  */
2767| #include <stdio.h>
2768| #ifdef HAVE_SYS_TYPES_H
2769| # include <sys/types.h>
2770| #endif
2771| #ifdef HAVE_SYS_STAT_H
2772| # include <sys/stat.h>
2773| #endif
2774| #ifdef STDC_HEADERS
2775| # include <stdlib.h>
2776| # include <stddef.h>
2777| #else
2778| # ifdef HAVE_STDLIB_H
2779| #  include <stdlib.h>
2780| # endif
2781| #endif
2782| #ifdef HAVE_STRING_H
2783| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2784| #  include <memory.h>
2785| # endif
2786| # include <string.h>
2787| #endif
2788| #ifdef HAVE_STRINGS_H
2789| # include <strings.h>
2790| #endif
2791| #ifdef HAVE_INTTYPES_H
2792| # include <inttypes.h>
2793| #endif
2794| #ifdef HAVE_STDINT_H
2795| # include <stdint.h>
2796| #endif
2797| #ifdef HAVE_UNISTD_H
2798| # include <unistd.h>
2799| #endif
2800| int
2801| main ()
2802| {
2803|
2804|         char buf[100];
2805|         char x = *strerror_r (0, buf, sizeof buf);
2806|         char *p = strerror_r (0, buf, sizeof buf);
2807|         return !p || x;
2808|
2809|   ;
2810|   return 0;
2811| }
2812configure:21498: result: no
2813configure:21508: checking for fpathconf
2814configure:21508: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
2815configure:21508: $? = 0
2816configure:21508: result: yes
2817configure:21519: checking for dirfd
2818configure:21519: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
2819configure:21519: $? = 0
2820configure:21519: result: yes
2821configure:21530: checking for fdopendir
2822configure:21530: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
2823configure:21530: $? = 0
2824configure:21530: result: yes
2825configure:21561: checking byteswap.h usability
2826configure:21561: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2827conftest.cpp:92:10: fatal error: 'byteswap.h' file not found
2828#include <byteswap.h>
2829         ^
28301 error generated.
2831configure:21561: $? = 1
2832configure: failed program was:
2833| /* confdefs.h */
2834| #define PACKAGE_NAME "ldas-tools-framecpp"
2835| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2836| #define PACKAGE_VERSION "2.5.5"
2837| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2838| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2839| #define PACKAGE_URL ""
2840| #define PACKAGE "ldas-tools-framecpp"
2841| #define VERSION "2.5.5"
2842| #define STDC_HEADERS 1
2843| #define HAVE_SYS_TYPES_H 1
2844| #define HAVE_SYS_STAT_H 1
2845| #define HAVE_STDLIB_H 1
2846| #define HAVE_STRING_H 1
2847| #define HAVE_MEMORY_H 1
2848| #define HAVE_STRINGS_H 1
2849| #define HAVE_INTTYPES_H 1
2850| #define HAVE_STDINT_H 1
2851| #define HAVE_UNISTD_H 1
2852| #define HAVE_DLFCN_H 1
2853| #define LT_OBJDIR ".libs/"
2854| #define INLINE_KLUDGE
2855| #define constexpr const
2856| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2857| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2858| #define HAVE_64BIT_OS 1
2859| #define STDC_HEADERS 1
2860| #define HAVE_SYS_STAT_H 1
2861| #define HAVE_SYS_SYSCTL_H 1
2862| #define HAVE_SYS_TYPES_H 1
2863| #define HAVE_DIRENT_H 1
2864| #define HAVE_STDLIB_H 1
2865| #define HAVE_UNORDERED_MAP 1
2866| #define HAVE_EXT_HASH_MAP 1
2867| #define HAVE_MAP 1
2868| #define HAVE_MEMORY 1
2869| #define SIZEOF_SHORT 2
2870| #define SIZEOF_INT 4
2871| #define SIZEOF_LONG 8
2872| #define SIZEOF_LONG_LONG 8
2873| #define SIZEOF_FLOAT 4
2874| #define SIZEOF_DOUBLE 8
2875| #define SIZEOF_VOIDP 8
2876| #define SIZEOF_PID_T 4
2877| #define SIZEOF_SIZE_T 8
2878| #define HAVE_LIBPTHREAD 1
2879| #define HAVE_LIBZ 1
2880| #define HAVE_LIBZ_COMPRESS2 1
2881| #define HAVE_LIBFRAME 1
2882| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2883| #define HAVE_MD5_IN_CRYPTO 1
2884| #define HAVE_OPENSSL_MD5_H 1
2885| #define HAVE_DECL_STRERROR_R 1
2886| #define HAVE_STRERROR_R 1
2887| #define HAVE_FPATHCONF 1
2888| #define HAVE_DIRFD 1
2889| #define HAVE_FDOPENDIR 1
2890| /* end confdefs.h.  */
2891| #include <stdio.h>
2892| #ifdef HAVE_SYS_TYPES_H
2893| # include <sys/types.h>
2894| #endif
2895| #ifdef HAVE_SYS_STAT_H
2896| # include <sys/stat.h>
2897| #endif
2898| #ifdef STDC_HEADERS
2899| # include <stdlib.h>
2900| # include <stddef.h>
2901| #else
2902| # ifdef HAVE_STDLIB_H
2903| #  include <stdlib.h>
2904| # endif
2905| #endif
2906| #ifdef HAVE_STRING_H
2907| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2908| #  include <memory.h>
2909| # endif
2910| # include <string.h>
2911| #endif
2912| #ifdef HAVE_STRINGS_H
2913| # include <strings.h>
2914| #endif
2915| #ifdef HAVE_INTTYPES_H
2916| # include <inttypes.h>
2917| #endif
2918| #ifdef HAVE_STDINT_H
2919| # include <stdint.h>
2920| #endif
2921| #ifdef HAVE_UNISTD_H
2922| # include <unistd.h>
2923| #endif
2924| #include <byteswap.h>
2925configure:21561: result: no
2926configure:21561: checking byteswap.h presence
2927configure:21561: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
2928conftest.cpp:59:10: fatal error: 'byteswap.h' file not found
2929#include <byteswap.h>
2930         ^
29311 error generated.
2932configure:21561: $? = 1
2933configure: failed program was:
2934| /* confdefs.h */
2935| #define PACKAGE_NAME "ldas-tools-framecpp"
2936| #define PACKAGE_TARNAME "ldas-tools-framecpp"
2937| #define PACKAGE_VERSION "2.5.5"
2938| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
2939| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
2940| #define PACKAGE_URL ""
2941| #define PACKAGE "ldas-tools-framecpp"
2942| #define VERSION "2.5.5"
2943| #define STDC_HEADERS 1
2944| #define HAVE_SYS_TYPES_H 1
2945| #define HAVE_SYS_STAT_H 1
2946| #define HAVE_STDLIB_H 1
2947| #define HAVE_STRING_H 1
2948| #define HAVE_MEMORY_H 1
2949| #define HAVE_STRINGS_H 1
2950| #define HAVE_INTTYPES_H 1
2951| #define HAVE_STDINT_H 1
2952| #define HAVE_UNISTD_H 1
2953| #define HAVE_DLFCN_H 1
2954| #define LT_OBJDIR ".libs/"
2955| #define INLINE_KLUDGE
2956| #define constexpr const
2957| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
2958| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
2959| #define HAVE_64BIT_OS 1
2960| #define STDC_HEADERS 1
2961| #define HAVE_SYS_STAT_H 1
2962| #define HAVE_SYS_SYSCTL_H 1
2963| #define HAVE_SYS_TYPES_H 1
2964| #define HAVE_DIRENT_H 1
2965| #define HAVE_STDLIB_H 1
2966| #define HAVE_UNORDERED_MAP 1
2967| #define HAVE_EXT_HASH_MAP 1
2968| #define HAVE_MAP 1
2969| #define HAVE_MEMORY 1
2970| #define SIZEOF_SHORT 2
2971| #define SIZEOF_INT 4
2972| #define SIZEOF_LONG 8
2973| #define SIZEOF_LONG_LONG 8
2974| #define SIZEOF_FLOAT 4
2975| #define SIZEOF_DOUBLE 8
2976| #define SIZEOF_VOIDP 8
2977| #define SIZEOF_PID_T 4
2978| #define SIZEOF_SIZE_T 8
2979| #define HAVE_LIBPTHREAD 1
2980| #define HAVE_LIBZ 1
2981| #define HAVE_LIBZ_COMPRESS2 1
2982| #define HAVE_LIBFRAME 1
2983| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2984| #define HAVE_MD5_IN_CRYPTO 1
2985| #define HAVE_OPENSSL_MD5_H 1
2986| #define HAVE_DECL_STRERROR_R 1
2987| #define HAVE_STRERROR_R 1
2988| #define HAVE_FPATHCONF 1
2989| #define HAVE_DIRFD 1
2990| #define HAVE_FDOPENDIR 1
2991| /* end confdefs.h.  */
2992| #include <byteswap.h>
2993configure:21561: result: no
2994configure:21561: checking for byteswap.h
2995configure:21561: result: no
2996configure:21578: checking sys/byteorder.h usability
2997configure:21578: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
2998conftest.cpp:92:10: fatal error: 'sys/byteorder.h' file not found
2999#include <sys/byteorder.h>
3000         ^
30011 error generated.
3002configure:21578: $? = 1
3003configure: failed program was:
3004| /* confdefs.h */
3005| #define PACKAGE_NAME "ldas-tools-framecpp"
3006| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3007| #define PACKAGE_VERSION "2.5.5"
3008| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3009| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3010| #define PACKAGE_URL ""
3011| #define PACKAGE "ldas-tools-framecpp"
3012| #define VERSION "2.5.5"
3013| #define STDC_HEADERS 1
3014| #define HAVE_SYS_TYPES_H 1
3015| #define HAVE_SYS_STAT_H 1
3016| #define HAVE_STDLIB_H 1
3017| #define HAVE_STRING_H 1
3018| #define HAVE_MEMORY_H 1
3019| #define HAVE_STRINGS_H 1
3020| #define HAVE_INTTYPES_H 1
3021| #define HAVE_STDINT_H 1
3022| #define HAVE_UNISTD_H 1
3023| #define HAVE_DLFCN_H 1
3024| #define LT_OBJDIR ".libs/"
3025| #define INLINE_KLUDGE
3026| #define constexpr const
3027| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3028| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3029| #define HAVE_64BIT_OS 1
3030| #define STDC_HEADERS 1
3031| #define HAVE_SYS_STAT_H 1
3032| #define HAVE_SYS_SYSCTL_H 1
3033| #define HAVE_SYS_TYPES_H 1
3034| #define HAVE_DIRENT_H 1
3035| #define HAVE_STDLIB_H 1
3036| #define HAVE_UNORDERED_MAP 1
3037| #define HAVE_EXT_HASH_MAP 1
3038| #define HAVE_MAP 1
3039| #define HAVE_MEMORY 1
3040| #define SIZEOF_SHORT 2
3041| #define SIZEOF_INT 4
3042| #define SIZEOF_LONG 8
3043| #define SIZEOF_LONG_LONG 8
3044| #define SIZEOF_FLOAT 4
3045| #define SIZEOF_DOUBLE 8
3046| #define SIZEOF_VOIDP 8
3047| #define SIZEOF_PID_T 4
3048| #define SIZEOF_SIZE_T 8
3049| #define HAVE_LIBPTHREAD 1
3050| #define HAVE_LIBZ 1
3051| #define HAVE_LIBZ_COMPRESS2 1
3052| #define HAVE_LIBFRAME 1
3053| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3054| #define HAVE_MD5_IN_CRYPTO 1
3055| #define HAVE_OPENSSL_MD5_H 1
3056| #define HAVE_DECL_STRERROR_R 1
3057| #define HAVE_STRERROR_R 1
3058| #define HAVE_FPATHCONF 1
3059| #define HAVE_DIRFD 1
3060| #define HAVE_FDOPENDIR 1
3061| /* end confdefs.h.  */
3062| #include <stdio.h>
3063| #ifdef HAVE_SYS_TYPES_H
3064| # include <sys/types.h>
3065| #endif
3066| #ifdef HAVE_SYS_STAT_H
3067| # include <sys/stat.h>
3068| #endif
3069| #ifdef STDC_HEADERS
3070| # include <stdlib.h>
3071| # include <stddef.h>
3072| #else
3073| # ifdef HAVE_STDLIB_H
3074| #  include <stdlib.h>
3075| # endif
3076| #endif
3077| #ifdef HAVE_STRING_H
3078| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3079| #  include <memory.h>
3080| # endif
3081| # include <string.h>
3082| #endif
3083| #ifdef HAVE_STRINGS_H
3084| # include <strings.h>
3085| #endif
3086| #ifdef HAVE_INTTYPES_H
3087| # include <inttypes.h>
3088| #endif
3089| #ifdef HAVE_STDINT_H
3090| # include <stdint.h>
3091| #endif
3092| #ifdef HAVE_UNISTD_H
3093| # include <unistd.h>
3094| #endif
3095| #include <sys/byteorder.h>
3096configure:21578: result: no
3097configure:21578: checking sys/byteorder.h presence
3098configure:21578: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
3099conftest.cpp:59:10: fatal error: 'sys/byteorder.h' file not found
3100#include <sys/byteorder.h>
3101         ^
31021 error generated.
3103configure:21578: $? = 1
3104configure: failed program was:
3105| /* confdefs.h */
3106| #define PACKAGE_NAME "ldas-tools-framecpp"
3107| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3108| #define PACKAGE_VERSION "2.5.5"
3109| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3110| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3111| #define PACKAGE_URL ""
3112| #define PACKAGE "ldas-tools-framecpp"
3113| #define VERSION "2.5.5"
3114| #define STDC_HEADERS 1
3115| #define HAVE_SYS_TYPES_H 1
3116| #define HAVE_SYS_STAT_H 1
3117| #define HAVE_STDLIB_H 1
3118| #define HAVE_STRING_H 1
3119| #define HAVE_MEMORY_H 1
3120| #define HAVE_STRINGS_H 1
3121| #define HAVE_INTTYPES_H 1
3122| #define HAVE_STDINT_H 1
3123| #define HAVE_UNISTD_H 1
3124| #define HAVE_DLFCN_H 1
3125| #define LT_OBJDIR ".libs/"
3126| #define INLINE_KLUDGE
3127| #define constexpr const
3128| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3129| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3130| #define HAVE_64BIT_OS 1
3131| #define STDC_HEADERS 1
3132| #define HAVE_SYS_STAT_H 1
3133| #define HAVE_SYS_SYSCTL_H 1
3134| #define HAVE_SYS_TYPES_H 1
3135| #define HAVE_DIRENT_H 1
3136| #define HAVE_STDLIB_H 1
3137| #define HAVE_UNORDERED_MAP 1
3138| #define HAVE_EXT_HASH_MAP 1
3139| #define HAVE_MAP 1
3140| #define HAVE_MEMORY 1
3141| #define SIZEOF_SHORT 2
3142| #define SIZEOF_INT 4
3143| #define SIZEOF_LONG 8
3144| #define SIZEOF_LONG_LONG 8
3145| #define SIZEOF_FLOAT 4
3146| #define SIZEOF_DOUBLE 8
3147| #define SIZEOF_VOIDP 8
3148| #define SIZEOF_PID_T 4
3149| #define SIZEOF_SIZE_T 8
3150| #define HAVE_LIBPTHREAD 1
3151| #define HAVE_LIBZ 1
3152| #define HAVE_LIBZ_COMPRESS2 1
3153| #define HAVE_LIBFRAME 1
3154| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3155| #define HAVE_MD5_IN_CRYPTO 1
3156| #define HAVE_OPENSSL_MD5_H 1
3157| #define HAVE_DECL_STRERROR_R 1
3158| #define HAVE_STRERROR_R 1
3159| #define HAVE_FPATHCONF 1
3160| #define HAVE_DIRFD 1
3161| #define HAVE_FDOPENDIR 1
3162| /* end confdefs.h.  */
3163| #include <sys/byteorder.h>
3164configure:21578: result: no
3165configure:21578: checking for sys/byteorder.h
3166configure:21578: result: no
3167configure:21595: checking machine/bswap.h usability
3168configure:21595: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
3169conftest.cpp:92:10: fatal error: 'machine/bswap.h' file not found
3170#include <machine/bswap.h>
3171         ^
31721 error generated.
3173configure:21595: $? = 1
3174configure: failed program was:
3175| /* confdefs.h */
3176| #define PACKAGE_NAME "ldas-tools-framecpp"
3177| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3178| #define PACKAGE_VERSION "2.5.5"
3179| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3180| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3181| #define PACKAGE_URL ""
3182| #define PACKAGE "ldas-tools-framecpp"
3183| #define VERSION "2.5.5"
3184| #define STDC_HEADERS 1
3185| #define HAVE_SYS_TYPES_H 1
3186| #define HAVE_SYS_STAT_H 1
3187| #define HAVE_STDLIB_H 1
3188| #define HAVE_STRING_H 1
3189| #define HAVE_MEMORY_H 1
3190| #define HAVE_STRINGS_H 1
3191| #define HAVE_INTTYPES_H 1
3192| #define HAVE_STDINT_H 1
3193| #define HAVE_UNISTD_H 1
3194| #define HAVE_DLFCN_H 1
3195| #define LT_OBJDIR ".libs/"
3196| #define INLINE_KLUDGE
3197| #define constexpr const
3198| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3199| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3200| #define HAVE_64BIT_OS 1
3201| #define STDC_HEADERS 1
3202| #define HAVE_SYS_STAT_H 1
3203| #define HAVE_SYS_SYSCTL_H 1
3204| #define HAVE_SYS_TYPES_H 1
3205| #define HAVE_DIRENT_H 1
3206| #define HAVE_STDLIB_H 1
3207| #define HAVE_UNORDERED_MAP 1
3208| #define HAVE_EXT_HASH_MAP 1
3209| #define HAVE_MAP 1
3210| #define HAVE_MEMORY 1
3211| #define SIZEOF_SHORT 2
3212| #define SIZEOF_INT 4
3213| #define SIZEOF_LONG 8
3214| #define SIZEOF_LONG_LONG 8
3215| #define SIZEOF_FLOAT 4
3216| #define SIZEOF_DOUBLE 8
3217| #define SIZEOF_VOIDP 8
3218| #define SIZEOF_PID_T 4
3219| #define SIZEOF_SIZE_T 8
3220| #define HAVE_LIBPTHREAD 1
3221| #define HAVE_LIBZ 1
3222| #define HAVE_LIBZ_COMPRESS2 1
3223| #define HAVE_LIBFRAME 1
3224| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3225| #define HAVE_MD5_IN_CRYPTO 1
3226| #define HAVE_OPENSSL_MD5_H 1
3227| #define HAVE_DECL_STRERROR_R 1
3228| #define HAVE_STRERROR_R 1
3229| #define HAVE_FPATHCONF 1
3230| #define HAVE_DIRFD 1
3231| #define HAVE_FDOPENDIR 1
3232| /* end confdefs.h.  */
3233| #include <stdio.h>
3234| #ifdef HAVE_SYS_TYPES_H
3235| # include <sys/types.h>
3236| #endif
3237| #ifdef HAVE_SYS_STAT_H
3238| # include <sys/stat.h>
3239| #endif
3240| #ifdef STDC_HEADERS
3241| # include <stdlib.h>
3242| # include <stddef.h>
3243| #else
3244| # ifdef HAVE_STDLIB_H
3245| #  include <stdlib.h>
3246| # endif
3247| #endif
3248| #ifdef HAVE_STRING_H
3249| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3250| #  include <memory.h>
3251| # endif
3252| # include <string.h>
3253| #endif
3254| #ifdef HAVE_STRINGS_H
3255| # include <strings.h>
3256| #endif
3257| #ifdef HAVE_INTTYPES_H
3258| # include <inttypes.h>
3259| #endif
3260| #ifdef HAVE_STDINT_H
3261| # include <stdint.h>
3262| #endif
3263| #ifdef HAVE_UNISTD_H
3264| # include <unistd.h>
3265| #endif
3266| #include <machine/bswap.h>
3267configure:21595: result: no
3268configure:21595: checking machine/bswap.h presence
3269configure:21595: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
3270conftest.cpp:59:10: fatal error: 'machine/bswap.h' file not found
3271#include <machine/bswap.h>
3272         ^
32731 error generated.
3274configure:21595: $? = 1
3275configure: failed program was:
3276| /* confdefs.h */
3277| #define PACKAGE_NAME "ldas-tools-framecpp"
3278| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3279| #define PACKAGE_VERSION "2.5.5"
3280| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3281| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3282| #define PACKAGE_URL ""
3283| #define PACKAGE "ldas-tools-framecpp"
3284| #define VERSION "2.5.5"
3285| #define STDC_HEADERS 1
3286| #define HAVE_SYS_TYPES_H 1
3287| #define HAVE_SYS_STAT_H 1
3288| #define HAVE_STDLIB_H 1
3289| #define HAVE_STRING_H 1
3290| #define HAVE_MEMORY_H 1
3291| #define HAVE_STRINGS_H 1
3292| #define HAVE_INTTYPES_H 1
3293| #define HAVE_STDINT_H 1
3294| #define HAVE_UNISTD_H 1
3295| #define HAVE_DLFCN_H 1
3296| #define LT_OBJDIR ".libs/"
3297| #define INLINE_KLUDGE
3298| #define constexpr const
3299| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3300| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3301| #define HAVE_64BIT_OS 1
3302| #define STDC_HEADERS 1
3303| #define HAVE_SYS_STAT_H 1
3304| #define HAVE_SYS_SYSCTL_H 1
3305| #define HAVE_SYS_TYPES_H 1
3306| #define HAVE_DIRENT_H 1
3307| #define HAVE_STDLIB_H 1
3308| #define HAVE_UNORDERED_MAP 1
3309| #define HAVE_EXT_HASH_MAP 1
3310| #define HAVE_MAP 1
3311| #define HAVE_MEMORY 1
3312| #define SIZEOF_SHORT 2
3313| #define SIZEOF_INT 4
3314| #define SIZEOF_LONG 8
3315| #define SIZEOF_LONG_LONG 8
3316| #define SIZEOF_FLOAT 4
3317| #define SIZEOF_DOUBLE 8
3318| #define SIZEOF_VOIDP 8
3319| #define SIZEOF_PID_T 4
3320| #define SIZEOF_SIZE_T 8
3321| #define HAVE_LIBPTHREAD 1
3322| #define HAVE_LIBZ 1
3323| #define HAVE_LIBZ_COMPRESS2 1
3324| #define HAVE_LIBFRAME 1
3325| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3326| #define HAVE_MD5_IN_CRYPTO 1
3327| #define HAVE_OPENSSL_MD5_H 1
3328| #define HAVE_DECL_STRERROR_R 1
3329| #define HAVE_STRERROR_R 1
3330| #define HAVE_FPATHCONF 1
3331| #define HAVE_DIRFD 1
3332| #define HAVE_FDOPENDIR 1
3333| /* end confdefs.h.  */
3334| #include <machine/bswap.h>
3335configure:21595: result: no
3336configure:21595: checking for machine/bswap.h
3337configure:21595: result: no
3338configure:21612: checking libkern/OSByteOrder.h usability
3339configure:21612: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
3340configure:21612: $? = 0
3341configure:21612: result: yes
3342configure:21612: checking libkern/OSByteOrder.h presence
3343configure:21612: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
3344configure:21612: $? = 0
3345configure:21612: result: yes
3346configure:21612: checking for libkern/OSByteOrder.h
3347configure:21612: result: yes
3348configure:21628: checking for bswap_16
3349configure:21672: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3350conftest.cpp:94:7: error: use of undeclared identifier 'bswap_16'
3351(void)bswap_16( buf )
3352      ^
33531 error generated.
3354configure:21672: $? = 1
3355configure: failed program was:
3356| /* confdefs.h */
3357| #define PACKAGE_NAME "ldas-tools-framecpp"
3358| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3359| #define PACKAGE_VERSION "2.5.5"
3360| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3361| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3362| #define PACKAGE_URL ""
3363| #define PACKAGE "ldas-tools-framecpp"
3364| #define VERSION "2.5.5"
3365| #define STDC_HEADERS 1
3366| #define HAVE_SYS_TYPES_H 1
3367| #define HAVE_SYS_STAT_H 1
3368| #define HAVE_STDLIB_H 1
3369| #define HAVE_STRING_H 1
3370| #define HAVE_MEMORY_H 1
3371| #define HAVE_STRINGS_H 1
3372| #define HAVE_INTTYPES_H 1
3373| #define HAVE_STDINT_H 1
3374| #define HAVE_UNISTD_H 1
3375| #define HAVE_DLFCN_H 1
3376| #define LT_OBJDIR ".libs/"
3377| #define INLINE_KLUDGE
3378| #define constexpr const
3379| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3380| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3381| #define HAVE_64BIT_OS 1
3382| #define STDC_HEADERS 1
3383| #define HAVE_SYS_STAT_H 1
3384| #define HAVE_SYS_SYSCTL_H 1
3385| #define HAVE_SYS_TYPES_H 1
3386| #define HAVE_DIRENT_H 1
3387| #define HAVE_STDLIB_H 1
3388| #define HAVE_UNORDERED_MAP 1
3389| #define HAVE_EXT_HASH_MAP 1
3390| #define HAVE_MAP 1
3391| #define HAVE_MEMORY 1
3392| #define SIZEOF_SHORT 2
3393| #define SIZEOF_INT 4
3394| #define SIZEOF_LONG 8
3395| #define SIZEOF_LONG_LONG 8
3396| #define SIZEOF_FLOAT 4
3397| #define SIZEOF_DOUBLE 8
3398| #define SIZEOF_VOIDP 8
3399| #define SIZEOF_PID_T 4
3400| #define SIZEOF_SIZE_T 8
3401| #define HAVE_LIBPTHREAD 1
3402| #define HAVE_LIBZ 1
3403| #define HAVE_LIBZ_COMPRESS2 1
3404| #define HAVE_LIBFRAME 1
3405| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3406| #define HAVE_MD5_IN_CRYPTO 1
3407| #define HAVE_OPENSSL_MD5_H 1
3408| #define HAVE_DECL_STRERROR_R 1
3409| #define HAVE_STRERROR_R 1
3410| #define HAVE_FPATHCONF 1
3411| #define HAVE_DIRFD 1
3412| #define HAVE_FDOPENDIR 1
3413| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3414| /* end confdefs.h.  */
3415|
3416| #include <stdlib.h>
3417| #if HAVE_BYTESWAP_H
3418| #include <byteswap.h>
3419| #else /* HAVE_BYTESWAP_H */
3420| #include <sys/types.h>
3421| #if HAVE_SYS_BYTEORDER_H
3422| #include <sys/byteorder.h>
3423| #endif /* HAVE_SYS_BYTEORDER_H */
3424| #if HAVE_MACHINE_BSWAP_H
3425| #include <machine/bswap.h>
3426| #endif /* HAVE_MACHINE_BSWAP_H */
3427| #endif /* HAVE_BYTESWAP_H */
3428| #if HAVE_LIBKERN_OSBYTEORDER_H
3429| #include <libkern/OSByteOrder.h>
3430| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3431|
3432| int
3433| main ()
3434| {
3435|
3436| #if SIZEOF_SHORT == 2
3437| #define int16 short
3438| #endif
3439| #if SIZEOF_INT == 4
3440| #define int32 int
3441| #endif
3442| #if SIZEOF_LONG == 8
3443| #define int64 long
3444| #elif SIZEOF_LONG_LONG == 8
3445| #define int64 long long
3446| #endif
3447|
3448| unsigned int16 buf;
3449| (void)bswap_16( buf )
3450|
3451|   ;
3452|   return 0;
3453| }
3454configure:21682: result: no
3455configure:21690: checking for bswap_32
3456configure:21734: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3457conftest.cpp:94:7: error: use of undeclared identifier 'bswap_32'
3458(void)bswap_32( buf )
3459      ^
34601 error generated.
3461configure:21734: $? = 1
3462configure: failed program was:
3463| /* confdefs.h */
3464| #define PACKAGE_NAME "ldas-tools-framecpp"
3465| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3466| #define PACKAGE_VERSION "2.5.5"
3467| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3468| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3469| #define PACKAGE_URL ""
3470| #define PACKAGE "ldas-tools-framecpp"
3471| #define VERSION "2.5.5"
3472| #define STDC_HEADERS 1
3473| #define HAVE_SYS_TYPES_H 1
3474| #define HAVE_SYS_STAT_H 1
3475| #define HAVE_STDLIB_H 1
3476| #define HAVE_STRING_H 1
3477| #define HAVE_MEMORY_H 1
3478| #define HAVE_STRINGS_H 1
3479| #define HAVE_INTTYPES_H 1
3480| #define HAVE_STDINT_H 1
3481| #define HAVE_UNISTD_H 1
3482| #define HAVE_DLFCN_H 1
3483| #define LT_OBJDIR ".libs/"
3484| #define INLINE_KLUDGE
3485| #define constexpr const
3486| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3487| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3488| #define HAVE_64BIT_OS 1
3489| #define STDC_HEADERS 1
3490| #define HAVE_SYS_STAT_H 1
3491| #define HAVE_SYS_SYSCTL_H 1
3492| #define HAVE_SYS_TYPES_H 1
3493| #define HAVE_DIRENT_H 1
3494| #define HAVE_STDLIB_H 1
3495| #define HAVE_UNORDERED_MAP 1
3496| #define HAVE_EXT_HASH_MAP 1
3497| #define HAVE_MAP 1
3498| #define HAVE_MEMORY 1
3499| #define SIZEOF_SHORT 2
3500| #define SIZEOF_INT 4
3501| #define SIZEOF_LONG 8
3502| #define SIZEOF_LONG_LONG 8
3503| #define SIZEOF_FLOAT 4
3504| #define SIZEOF_DOUBLE 8
3505| #define SIZEOF_VOIDP 8
3506| #define SIZEOF_PID_T 4
3507| #define SIZEOF_SIZE_T 8
3508| #define HAVE_LIBPTHREAD 1
3509| #define HAVE_LIBZ 1
3510| #define HAVE_LIBZ_COMPRESS2 1
3511| #define HAVE_LIBFRAME 1
3512| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3513| #define HAVE_MD5_IN_CRYPTO 1
3514| #define HAVE_OPENSSL_MD5_H 1
3515| #define HAVE_DECL_STRERROR_R 1
3516| #define HAVE_STRERROR_R 1
3517| #define HAVE_FPATHCONF 1
3518| #define HAVE_DIRFD 1
3519| #define HAVE_FDOPENDIR 1
3520| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3521| /* end confdefs.h.  */
3522|
3523| #include <stdlib.h>
3524| #if HAVE_BYTESWAP_H
3525| #include <byteswap.h>
3526| #else /* HAVE_BYTESWAP_H */
3527| #include <sys/types.h>
3528| #if HAVE_SYS_BYTEORDER_H
3529| #include <sys/byteorder.h>
3530| #endif /* HAVE_SYS_BYTEORDER_H */
3531| #if HAVE_MACHINE_BSWAP_H
3532| #include <machine/bswap.h>
3533| #endif /* HAVE_MACHINE_BSWAP_H */
3534| #endif /* HAVE_BYTESWAP_H */
3535| #if HAVE_LIBKERN_OSBYTEORDER_H
3536| #include <libkern/OSByteOrder.h>
3537| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3538|
3539| int
3540| main ()
3541| {
3542|
3543| #if SIZEOF_SHORT == 2
3544| #define int16 short
3545| #endif
3546| #if SIZEOF_INT == 4
3547| #define int32 int
3548| #endif
3549| #if SIZEOF_LONG == 8
3550| #define int64 long
3551| #elif SIZEOF_LONG_LONG == 8
3552| #define int64 long long
3553| #endif
3554|
3555| unsigned int32 buf;
3556| (void)bswap_32( buf )
3557|
3558|   ;
3559|   return 0;
3560| }
3561configure:21744: result: no
3562configure:21752: checking for bswap_64
3563configure:21796: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3564conftest.cpp:94:7: error: use of undeclared identifier 'bswap_64'
3565(void)bswap_64( buf )
3566      ^
35671 error generated.
3568configure:21796: $? = 1
3569configure: failed program was:
3570| /* confdefs.h */
3571| #define PACKAGE_NAME "ldas-tools-framecpp"
3572| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3573| #define PACKAGE_VERSION "2.5.5"
3574| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3575| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3576| #define PACKAGE_URL ""
3577| #define PACKAGE "ldas-tools-framecpp"
3578| #define VERSION "2.5.5"
3579| #define STDC_HEADERS 1
3580| #define HAVE_SYS_TYPES_H 1
3581| #define HAVE_SYS_STAT_H 1
3582| #define HAVE_STDLIB_H 1
3583| #define HAVE_STRING_H 1
3584| #define HAVE_MEMORY_H 1
3585| #define HAVE_STRINGS_H 1
3586| #define HAVE_INTTYPES_H 1
3587| #define HAVE_STDINT_H 1
3588| #define HAVE_UNISTD_H 1
3589| #define HAVE_DLFCN_H 1
3590| #define LT_OBJDIR ".libs/"
3591| #define INLINE_KLUDGE
3592| #define constexpr const
3593| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3594| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3595| #define HAVE_64BIT_OS 1
3596| #define STDC_HEADERS 1
3597| #define HAVE_SYS_STAT_H 1
3598| #define HAVE_SYS_SYSCTL_H 1
3599| #define HAVE_SYS_TYPES_H 1
3600| #define HAVE_DIRENT_H 1
3601| #define HAVE_STDLIB_H 1
3602| #define HAVE_UNORDERED_MAP 1
3603| #define HAVE_EXT_HASH_MAP 1
3604| #define HAVE_MAP 1
3605| #define HAVE_MEMORY 1
3606| #define SIZEOF_SHORT 2
3607| #define SIZEOF_INT 4
3608| #define SIZEOF_LONG 8
3609| #define SIZEOF_LONG_LONG 8
3610| #define SIZEOF_FLOAT 4
3611| #define SIZEOF_DOUBLE 8
3612| #define SIZEOF_VOIDP 8
3613| #define SIZEOF_PID_T 4
3614| #define SIZEOF_SIZE_T 8
3615| #define HAVE_LIBPTHREAD 1
3616| #define HAVE_LIBZ 1
3617| #define HAVE_LIBZ_COMPRESS2 1
3618| #define HAVE_LIBFRAME 1
3619| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3620| #define HAVE_MD5_IN_CRYPTO 1
3621| #define HAVE_OPENSSL_MD5_H 1
3622| #define HAVE_DECL_STRERROR_R 1
3623| #define HAVE_STRERROR_R 1
3624| #define HAVE_FPATHCONF 1
3625| #define HAVE_DIRFD 1
3626| #define HAVE_FDOPENDIR 1
3627| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3628| /* end confdefs.h.  */
3629|
3630| #include <stdlib.h>
3631| #if HAVE_BYTESWAP_H
3632| #include <byteswap.h>
3633| #else /* HAVE_BYTESWAP_H */
3634| #include <sys/types.h>
3635| #if HAVE_SYS_BYTEORDER_H
3636| #include <sys/byteorder.h>
3637| #endif /* HAVE_SYS_BYTEORDER_H */
3638| #if HAVE_MACHINE_BSWAP_H
3639| #include <machine/bswap.h>
3640| #endif /* HAVE_MACHINE_BSWAP_H */
3641| #endif /* HAVE_BYTESWAP_H */
3642| #if HAVE_LIBKERN_OSBYTEORDER_H
3643| #include <libkern/OSByteOrder.h>
3644| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3645|
3646| int
3647| main ()
3648| {
3649|
3650| #if SIZEOF_SHORT == 2
3651| #define int16 short
3652| #endif
3653| #if SIZEOF_INT == 4
3654| #define int32 int
3655| #endif
3656| #if SIZEOF_LONG == 8
3657| #define int64 long
3658| #elif SIZEOF_LONG_LONG == 8
3659| #define int64 long long
3660| #endif
3661|
3662| unsigned int64 buf;
3663| (void)bswap_64( buf )
3664|
3665|   ;
3666|   return 0;
3667| }
3668configure:21806: result: no
3669configure:21815: checking for bswap16
3670configure:21859: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3671conftest.cpp:94:7: error: use of undeclared identifier 'bswap16'
3672(void)bswap16( buf )
3673      ^
36741 error generated.
3675configure:21859: $? = 1
3676configure: failed program was:
3677| /* confdefs.h */
3678| #define PACKAGE_NAME "ldas-tools-framecpp"
3679| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3680| #define PACKAGE_VERSION "2.5.5"
3681| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3682| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3683| #define PACKAGE_URL ""
3684| #define PACKAGE "ldas-tools-framecpp"
3685| #define VERSION "2.5.5"
3686| #define STDC_HEADERS 1
3687| #define HAVE_SYS_TYPES_H 1
3688| #define HAVE_SYS_STAT_H 1
3689| #define HAVE_STDLIB_H 1
3690| #define HAVE_STRING_H 1
3691| #define HAVE_MEMORY_H 1
3692| #define HAVE_STRINGS_H 1
3693| #define HAVE_INTTYPES_H 1
3694| #define HAVE_STDINT_H 1
3695| #define HAVE_UNISTD_H 1
3696| #define HAVE_DLFCN_H 1
3697| #define LT_OBJDIR ".libs/"
3698| #define INLINE_KLUDGE
3699| #define constexpr const
3700| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3701| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3702| #define HAVE_64BIT_OS 1
3703| #define STDC_HEADERS 1
3704| #define HAVE_SYS_STAT_H 1
3705| #define HAVE_SYS_SYSCTL_H 1
3706| #define HAVE_SYS_TYPES_H 1
3707| #define HAVE_DIRENT_H 1
3708| #define HAVE_STDLIB_H 1
3709| #define HAVE_UNORDERED_MAP 1
3710| #define HAVE_EXT_HASH_MAP 1
3711| #define HAVE_MAP 1
3712| #define HAVE_MEMORY 1
3713| #define SIZEOF_SHORT 2
3714| #define SIZEOF_INT 4
3715| #define SIZEOF_LONG 8
3716| #define SIZEOF_LONG_LONG 8
3717| #define SIZEOF_FLOAT 4
3718| #define SIZEOF_DOUBLE 8
3719| #define SIZEOF_VOIDP 8
3720| #define SIZEOF_PID_T 4
3721| #define SIZEOF_SIZE_T 8
3722| #define HAVE_LIBPTHREAD 1
3723| #define HAVE_LIBZ 1
3724| #define HAVE_LIBZ_COMPRESS2 1
3725| #define HAVE_LIBFRAME 1
3726| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3727| #define HAVE_MD5_IN_CRYPTO 1
3728| #define HAVE_OPENSSL_MD5_H 1
3729| #define HAVE_DECL_STRERROR_R 1
3730| #define HAVE_STRERROR_R 1
3731| #define HAVE_FPATHCONF 1
3732| #define HAVE_DIRFD 1
3733| #define HAVE_FDOPENDIR 1
3734| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3735| /* end confdefs.h.  */
3736|
3737| #include <stdlib.h>
3738| #if HAVE_BYTESWAP_H
3739| #include <byteswap.h>
3740| #else /* HAVE_BYTESWAP_H */
3741| #include <sys/types.h>
3742| #if HAVE_SYS_BYTEORDER_H
3743| #include <sys/byteorder.h>
3744| #endif /* HAVE_SYS_BYTEORDER_H */
3745| #if HAVE_MACHINE_BSWAP_H
3746| #include <machine/bswap.h>
3747| #endif /* HAVE_MACHINE_BSWAP_H */
3748| #endif /* HAVE_BYTESWAP_H */
3749| #if HAVE_LIBKERN_OSBYTEORDER_H
3750| #include <libkern/OSByteOrder.h>
3751| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3752|
3753| int
3754| main ()
3755| {
3756|
3757| #if SIZEOF_SHORT == 2
3758| #define int16 short
3759| #endif
3760| #if SIZEOF_INT == 4
3761| #define int32 int
3762| #endif
3763| #if SIZEOF_LONG == 8
3764| #define int64 long
3765| #elif SIZEOF_LONG_LONG == 8
3766| #define int64 long long
3767| #endif
3768|
3769| unsigned int16 buf;
3770| (void)bswap16( buf )
3771|
3772|   ;
3773|   return 0;
3774| }
3775configure:21869: result: no
3776configure:21877: checking for bswap32
3777configure:21921: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3778conftest.cpp:94:7: error: use of undeclared identifier 'bswap32'
3779(void)bswap32( buf )
3780      ^
37811 error generated.
3782configure:21921: $? = 1
3783configure: failed program was:
3784| /* confdefs.h */
3785| #define PACKAGE_NAME "ldas-tools-framecpp"
3786| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3787| #define PACKAGE_VERSION "2.5.5"
3788| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3789| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3790| #define PACKAGE_URL ""
3791| #define PACKAGE "ldas-tools-framecpp"
3792| #define VERSION "2.5.5"
3793| #define STDC_HEADERS 1
3794| #define HAVE_SYS_TYPES_H 1
3795| #define HAVE_SYS_STAT_H 1
3796| #define HAVE_STDLIB_H 1
3797| #define HAVE_STRING_H 1
3798| #define HAVE_MEMORY_H 1
3799| #define HAVE_STRINGS_H 1
3800| #define HAVE_INTTYPES_H 1
3801| #define HAVE_STDINT_H 1
3802| #define HAVE_UNISTD_H 1
3803| #define HAVE_DLFCN_H 1
3804| #define LT_OBJDIR ".libs/"
3805| #define INLINE_KLUDGE
3806| #define constexpr const
3807| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3808| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3809| #define HAVE_64BIT_OS 1
3810| #define STDC_HEADERS 1
3811| #define HAVE_SYS_STAT_H 1
3812| #define HAVE_SYS_SYSCTL_H 1
3813| #define HAVE_SYS_TYPES_H 1
3814| #define HAVE_DIRENT_H 1
3815| #define HAVE_STDLIB_H 1
3816| #define HAVE_UNORDERED_MAP 1
3817| #define HAVE_EXT_HASH_MAP 1
3818| #define HAVE_MAP 1
3819| #define HAVE_MEMORY 1
3820| #define SIZEOF_SHORT 2
3821| #define SIZEOF_INT 4
3822| #define SIZEOF_LONG 8
3823| #define SIZEOF_LONG_LONG 8
3824| #define SIZEOF_FLOAT 4
3825| #define SIZEOF_DOUBLE 8
3826| #define SIZEOF_VOIDP 8
3827| #define SIZEOF_PID_T 4
3828| #define SIZEOF_SIZE_T 8
3829| #define HAVE_LIBPTHREAD 1
3830| #define HAVE_LIBZ 1
3831| #define HAVE_LIBZ_COMPRESS2 1
3832| #define HAVE_LIBFRAME 1
3833| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3834| #define HAVE_MD5_IN_CRYPTO 1
3835| #define HAVE_OPENSSL_MD5_H 1
3836| #define HAVE_DECL_STRERROR_R 1
3837| #define HAVE_STRERROR_R 1
3838| #define HAVE_FPATHCONF 1
3839| #define HAVE_DIRFD 1
3840| #define HAVE_FDOPENDIR 1
3841| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3842| /* end confdefs.h.  */
3843|
3844| #include <stdlib.h>
3845| #if HAVE_BYTESWAP_H
3846| #include <byteswap.h>
3847| #else /* HAVE_BYTESWAP_H */
3848| #include <sys/types.h>
3849| #if HAVE_SYS_BYTEORDER_H
3850| #include <sys/byteorder.h>
3851| #endif /* HAVE_SYS_BYTEORDER_H */
3852| #if HAVE_MACHINE_BSWAP_H
3853| #include <machine/bswap.h>
3854| #endif /* HAVE_MACHINE_BSWAP_H */
3855| #endif /* HAVE_BYTESWAP_H */
3856| #if HAVE_LIBKERN_OSBYTEORDER_H
3857| #include <libkern/OSByteOrder.h>
3858| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3859|
3860| int
3861| main ()
3862| {
3863|
3864| #if SIZEOF_SHORT == 2
3865| #define int16 short
3866| #endif
3867| #if SIZEOF_INT == 4
3868| #define int32 int
3869| #endif
3870| #if SIZEOF_LONG == 8
3871| #define int64 long
3872| #elif SIZEOF_LONG_LONG == 8
3873| #define int64 long long
3874| #endif
3875|
3876| unsigned int32 buf;
3877| (void)bswap32( buf )
3878|
3879|   ;
3880|   return 0;
3881| }
3882configure:21931: result: no
3883configure:21939: checking for bswap64
3884configure:21983: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3885conftest.cpp:94:7: error: use of undeclared identifier 'bswap64'
3886(void)bswap64( buf )
3887      ^
38881 error generated.
3889configure:21983: $? = 1
3890configure: failed program was:
3891| /* confdefs.h */
3892| #define PACKAGE_NAME "ldas-tools-framecpp"
3893| #define PACKAGE_TARNAME "ldas-tools-framecpp"
3894| #define PACKAGE_VERSION "2.5.5"
3895| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
3896| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
3897| #define PACKAGE_URL ""
3898| #define PACKAGE "ldas-tools-framecpp"
3899| #define VERSION "2.5.5"
3900| #define STDC_HEADERS 1
3901| #define HAVE_SYS_TYPES_H 1
3902| #define HAVE_SYS_STAT_H 1
3903| #define HAVE_STDLIB_H 1
3904| #define HAVE_STRING_H 1
3905| #define HAVE_MEMORY_H 1
3906| #define HAVE_STRINGS_H 1
3907| #define HAVE_INTTYPES_H 1
3908| #define HAVE_STDINT_H 1
3909| #define HAVE_UNISTD_H 1
3910| #define HAVE_DLFCN_H 1
3911| #define LT_OBJDIR ".libs/"
3912| #define INLINE_KLUDGE
3913| #define constexpr const
3914| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
3915| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
3916| #define HAVE_64BIT_OS 1
3917| #define STDC_HEADERS 1
3918| #define HAVE_SYS_STAT_H 1
3919| #define HAVE_SYS_SYSCTL_H 1
3920| #define HAVE_SYS_TYPES_H 1
3921| #define HAVE_DIRENT_H 1
3922| #define HAVE_STDLIB_H 1
3923| #define HAVE_UNORDERED_MAP 1
3924| #define HAVE_EXT_HASH_MAP 1
3925| #define HAVE_MAP 1
3926| #define HAVE_MEMORY 1
3927| #define SIZEOF_SHORT 2
3928| #define SIZEOF_INT 4
3929| #define SIZEOF_LONG 8
3930| #define SIZEOF_LONG_LONG 8
3931| #define SIZEOF_FLOAT 4
3932| #define SIZEOF_DOUBLE 8
3933| #define SIZEOF_VOIDP 8
3934| #define SIZEOF_PID_T 4
3935| #define SIZEOF_SIZE_T 8
3936| #define HAVE_LIBPTHREAD 1
3937| #define HAVE_LIBZ 1
3938| #define HAVE_LIBZ_COMPRESS2 1
3939| #define HAVE_LIBFRAME 1
3940| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3941| #define HAVE_MD5_IN_CRYPTO 1
3942| #define HAVE_OPENSSL_MD5_H 1
3943| #define HAVE_DECL_STRERROR_R 1
3944| #define HAVE_STRERROR_R 1
3945| #define HAVE_FPATHCONF 1
3946| #define HAVE_DIRFD 1
3947| #define HAVE_FDOPENDIR 1
3948| #define HAVE_LIBKERN_OSBYTEORDER_H 1
3949| /* end confdefs.h.  */
3950|
3951| #include <stdlib.h>
3952| #if HAVE_BYTESWAP_H
3953| #include <byteswap.h>
3954| #else /* HAVE_BYTESWAP_H */
3955| #include <sys/types.h>
3956| #if HAVE_SYS_BYTEORDER_H
3957| #include <sys/byteorder.h>
3958| #endif /* HAVE_SYS_BYTEORDER_H */
3959| #if HAVE_MACHINE_BSWAP_H
3960| #include <machine/bswap.h>
3961| #endif /* HAVE_MACHINE_BSWAP_H */
3962| #endif /* HAVE_BYTESWAP_H */
3963| #if HAVE_LIBKERN_OSBYTEORDER_H
3964| #include <libkern/OSByteOrder.h>
3965| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
3966|
3967| int
3968| main ()
3969| {
3970|
3971| #if SIZEOF_SHORT == 2
3972| #define int16 short
3973| #endif
3974| #if SIZEOF_INT == 4
3975| #define int32 int
3976| #endif
3977| #if SIZEOF_LONG == 8
3978| #define int64 long
3979| #elif SIZEOF_LONG_LONG == 8
3980| #define int64 long long
3981| #endif
3982|
3983| unsigned int64 buf;
3984| (void)bswap64( buf )
3985|
3986|   ;
3987|   return 0;
3988| }
3989configure:21993: result: no
3990configure:22002: checking for BSWAP_16
3991configure:22046: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
3992conftest.cpp:94:7: error: use of undeclared identifier 'BSWAP_16'
3993(void)BSWAP_16( buf )
3994      ^
39951 error generated.
3996configure:22046: $? = 1
3997configure: failed program was:
3998| /* confdefs.h */
3999| #define PACKAGE_NAME "ldas-tools-framecpp"
4000| #define PACKAGE_TARNAME "ldas-tools-framecpp"
4001| #define PACKAGE_VERSION "2.5.5"
4002| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
4003| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
4004| #define PACKAGE_URL ""
4005| #define PACKAGE "ldas-tools-framecpp"
4006| #define VERSION "2.5.5"
4007| #define STDC_HEADERS 1
4008| #define HAVE_SYS_TYPES_H 1
4009| #define HAVE_SYS_STAT_H 1
4010| #define HAVE_STDLIB_H 1
4011| #define HAVE_STRING_H 1
4012| #define HAVE_MEMORY_H 1
4013| #define HAVE_STRINGS_H 1
4014| #define HAVE_INTTYPES_H 1
4015| #define HAVE_STDINT_H 1
4016| #define HAVE_UNISTD_H 1
4017| #define HAVE_DLFCN_H 1
4018| #define LT_OBJDIR ".libs/"
4019| #define INLINE_KLUDGE
4020| #define constexpr const
4021| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
4022| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
4023| #define HAVE_64BIT_OS 1
4024| #define STDC_HEADERS 1
4025| #define HAVE_SYS_STAT_H 1
4026| #define HAVE_SYS_SYSCTL_H 1
4027| #define HAVE_SYS_TYPES_H 1
4028| #define HAVE_DIRENT_H 1
4029| #define HAVE_STDLIB_H 1
4030| #define HAVE_UNORDERED_MAP 1
4031| #define HAVE_EXT_HASH_MAP 1
4032| #define HAVE_MAP 1
4033| #define HAVE_MEMORY 1
4034| #define SIZEOF_SHORT 2
4035| #define SIZEOF_INT 4
4036| #define SIZEOF_LONG 8
4037| #define SIZEOF_LONG_LONG 8
4038| #define SIZEOF_FLOAT 4
4039| #define SIZEOF_DOUBLE 8
4040| #define SIZEOF_VOIDP 8
4041| #define SIZEOF_PID_T 4
4042| #define SIZEOF_SIZE_T 8
4043| #define HAVE_LIBPTHREAD 1
4044| #define HAVE_LIBZ 1
4045| #define HAVE_LIBZ_COMPRESS2 1
4046| #define HAVE_LIBFRAME 1
4047| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
4048| #define HAVE_MD5_IN_CRYPTO 1
4049| #define HAVE_OPENSSL_MD5_H 1
4050| #define HAVE_DECL_STRERROR_R 1
4051| #define HAVE_STRERROR_R 1
4052| #define HAVE_FPATHCONF 1
4053| #define HAVE_DIRFD 1
4054| #define HAVE_FDOPENDIR 1
4055| #define HAVE_LIBKERN_OSBYTEORDER_H 1
4056| /* end confdefs.h.  */
4057|
4058| #include <stdlib.h>
4059| #if HAVE_BYTESWAP_H
4060| #include <byteswap.h>
4061| #else /* HAVE_BYTESWAP_H */
4062| #include <sys/types.h>
4063| #if HAVE_SYS_BYTEORDER_H
4064| #include <sys/byteorder.h>
4065| #endif /* HAVE_SYS_BYTEORDER_H */
4066| #if HAVE_MACHINE_BSWAP_H
4067| #include <machine/bswap.h>
4068| #endif /* HAVE_MACHINE_BSWAP_H */
4069| #endif /* HAVE_BYTESWAP_H */
4070| #if HAVE_LIBKERN_OSBYTEORDER_H
4071| #include <libkern/OSByteOrder.h>
4072| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
4073|
4074| int
4075| main ()
4076| {
4077|
4078| #if SIZEOF_SHORT == 2
4079| #define int16 short
4080| #endif
4081| #if SIZEOF_INT == 4
4082| #define int32 int
4083| #endif
4084| #if SIZEOF_LONG == 8
4085| #define int64 long
4086| #elif SIZEOF_LONG_LONG == 8
4087| #define int64 long long
4088| #endif
4089|
4090| unsigned int16 buf;
4091| (void)BSWAP_16( buf )
4092|
4093|   ;
4094|   return 0;
4095| }
4096configure:22056: result: no
4097configure:22064: checking for BSWAP_32
4098configure:22108: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
4099conftest.cpp:94:7: error: use of undeclared identifier 'BSWAP_32'
4100(void)BSWAP_32( buf )
4101      ^
41021 error generated.
4103configure:22108: $? = 1
4104configure: failed program was:
4105| /* confdefs.h */
4106| #define PACKAGE_NAME "ldas-tools-framecpp"
4107| #define PACKAGE_TARNAME "ldas-tools-framecpp"
4108| #define PACKAGE_VERSION "2.5.5"
4109| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
4110| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
4111| #define PACKAGE_URL ""
4112| #define PACKAGE "ldas-tools-framecpp"
4113| #define VERSION "2.5.5"
4114| #define STDC_HEADERS 1
4115| #define HAVE_SYS_TYPES_H 1
4116| #define HAVE_SYS_STAT_H 1
4117| #define HAVE_STDLIB_H 1
4118| #define HAVE_STRING_H 1
4119| #define HAVE_MEMORY_H 1
4120| #define HAVE_STRINGS_H 1
4121| #define HAVE_INTTYPES_H 1
4122| #define HAVE_STDINT_H 1
4123| #define HAVE_UNISTD_H 1
4124| #define HAVE_DLFCN_H 1
4125| #define LT_OBJDIR ".libs/"
4126| #define INLINE_KLUDGE
4127| #define constexpr const
4128| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
4129| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
4130| #define HAVE_64BIT_OS 1
4131| #define STDC_HEADERS 1
4132| #define HAVE_SYS_STAT_H 1
4133| #define HAVE_SYS_SYSCTL_H 1
4134| #define HAVE_SYS_TYPES_H 1
4135| #define HAVE_DIRENT_H 1
4136| #define HAVE_STDLIB_H 1
4137| #define HAVE_UNORDERED_MAP 1
4138| #define HAVE_EXT_HASH_MAP 1
4139| #define HAVE_MAP 1
4140| #define HAVE_MEMORY 1
4141| #define SIZEOF_SHORT 2
4142| #define SIZEOF_INT 4
4143| #define SIZEOF_LONG 8
4144| #define SIZEOF_LONG_LONG 8
4145| #define SIZEOF_FLOAT 4
4146| #define SIZEOF_DOUBLE 8
4147| #define SIZEOF_VOIDP 8
4148| #define SIZEOF_PID_T 4
4149| #define SIZEOF_SIZE_T 8
4150| #define HAVE_LIBPTHREAD 1
4151| #define HAVE_LIBZ 1
4152| #define HAVE_LIBZ_COMPRESS2 1
4153| #define HAVE_LIBFRAME 1
4154| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
4155| #define HAVE_MD5_IN_CRYPTO 1
4156| #define HAVE_OPENSSL_MD5_H 1
4157| #define HAVE_DECL_STRERROR_R 1
4158| #define HAVE_STRERROR_R 1
4159| #define HAVE_FPATHCONF 1
4160| #define HAVE_DIRFD 1
4161| #define HAVE_FDOPENDIR 1
4162| #define HAVE_LIBKERN_OSBYTEORDER_H 1
4163| /* end confdefs.h.  */
4164|
4165| #include <stdlib.h>
4166| #if HAVE_BYTESWAP_H
4167| #include <byteswap.h>
4168| #else /* HAVE_BYTESWAP_H */
4169| #include <sys/types.h>
4170| #if HAVE_SYS_BYTEORDER_H
4171| #include <sys/byteorder.h>
4172| #endif /* HAVE_SYS_BYTEORDER_H */
4173| #if HAVE_MACHINE_BSWAP_H
4174| #include <machine/bswap.h>
4175| #endif /* HAVE_MACHINE_BSWAP_H */
4176| #endif /* HAVE_BYTESWAP_H */
4177| #if HAVE_LIBKERN_OSBYTEORDER_H
4178| #include <libkern/OSByteOrder.h>
4179| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
4180|
4181| int
4182| main ()
4183| {
4184|
4185| #if SIZEOF_SHORT == 2
4186| #define int16 short
4187| #endif
4188| #if SIZEOF_INT == 4
4189| #define int32 int
4190| #endif
4191| #if SIZEOF_LONG == 8
4192| #define int64 long
4193| #elif SIZEOF_LONG_LONG == 8
4194| #define int64 long long
4195| #endif
4196|
4197| unsigned int32 buf;
4198| (void)BSWAP_32( buf )
4199|
4200|   ;
4201|   return 0;
4202| }
4203configure:22118: result: no
4204configure:22126: checking for BSWAP_64
4205configure:22170: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
4206conftest.cpp:94:7: error: use of undeclared identifier 'BSWAP_64'
4207(void)BSWAP_64( buf )
4208      ^
42091 error generated.
4210configure:22170: $? = 1
4211configure: failed program was:
4212| /* confdefs.h */
4213| #define PACKAGE_NAME "ldas-tools-framecpp"
4214| #define PACKAGE_TARNAME "ldas-tools-framecpp"
4215| #define PACKAGE_VERSION "2.5.5"
4216| #define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
4217| #define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
4218| #define PACKAGE_URL ""
4219| #define PACKAGE "ldas-tools-framecpp"
4220| #define VERSION "2.5.5"
4221| #define STDC_HEADERS 1
4222| #define HAVE_SYS_TYPES_H 1
4223| #define HAVE_SYS_STAT_H 1
4224| #define HAVE_STDLIB_H 1
4225| #define HAVE_STRING_H 1
4226| #define HAVE_MEMORY_H 1
4227| #define HAVE_STRINGS_H 1
4228| #define HAVE_INTTYPES_H 1
4229| #define HAVE_STDINT_H 1
4230| #define HAVE_UNISTD_H 1
4231| #define HAVE_DLFCN_H 1
4232| #define LT_OBJDIR ".libs/"
4233| #define INLINE_KLUDGE
4234| #define constexpr const
4235| #define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
4236| #define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
4237| #define HAVE_64BIT_OS 1
4238| #define STDC_HEADERS 1
4239| #define HAVE_SYS_STAT_H 1
4240| #define HAVE_SYS_SYSCTL_H 1
4241| #define HAVE_SYS_TYPES_H 1
4242| #define HAVE_DIRENT_H 1
4243| #define HAVE_STDLIB_H 1
4244| #define HAVE_UNORDERED_MAP 1
4245| #define HAVE_EXT_HASH_MAP 1
4246| #define HAVE_MAP 1
4247| #define HAVE_MEMORY 1
4248| #define SIZEOF_SHORT 2
4249| #define SIZEOF_INT 4
4250| #define SIZEOF_LONG 8
4251| #define SIZEOF_LONG_LONG 8
4252| #define SIZEOF_FLOAT 4
4253| #define SIZEOF_DOUBLE 8
4254| #define SIZEOF_VOIDP 8
4255| #define SIZEOF_PID_T 4
4256| #define SIZEOF_SIZE_T 8
4257| #define HAVE_LIBPTHREAD 1
4258| #define HAVE_LIBZ 1
4259| #define HAVE_LIBZ_COMPRESS2 1
4260| #define HAVE_LIBFRAME 1
4261| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
4262| #define HAVE_MD5_IN_CRYPTO 1
4263| #define HAVE_OPENSSL_MD5_H 1
4264| #define HAVE_DECL_STRERROR_R 1
4265| #define HAVE_STRERROR_R 1
4266| #define HAVE_FPATHCONF 1
4267| #define HAVE_DIRFD 1
4268| #define HAVE_FDOPENDIR 1
4269| #define HAVE_LIBKERN_OSBYTEORDER_H 1
4270| /* end confdefs.h.  */
4271|
4272| #include <stdlib.h>
4273| #if HAVE_BYTESWAP_H
4274| #include <byteswap.h>
4275| #else /* HAVE_BYTESWAP_H */
4276| #include <sys/types.h>
4277| #if HAVE_SYS_BYTEORDER_H
4278| #include <sys/byteorder.h>
4279| #endif /* HAVE_SYS_BYTEORDER_H */
4280| #if HAVE_MACHINE_BSWAP_H
4281| #include <machine/bswap.h>
4282| #endif /* HAVE_MACHINE_BSWAP_H */
4283| #endif /* HAVE_BYTESWAP_H */
4284| #if HAVE_LIBKERN_OSBYTEORDER_H
4285| #include <libkern/OSByteOrder.h>
4286| #endif /* HAVE_LIBKERN_OSBYTEORDER_H */
4287|
4288| int
4289| main ()
4290| {
4291|
4292| #if SIZEOF_SHORT == 2
4293| #define int16 short
4294| #endif
4295| #if SIZEOF_INT == 4
4296| #define int32 int
4297| #endif
4298| #if SIZEOF_LONG == 8
4299| #define int64 long
4300| #elif SIZEOF_LONG_LONG == 8
4301| #define int64 long long
4302| #endif
4303|
4304| unsigned int64 buf;
4305| (void)BSWAP_64( buf )
4306|
4307|   ;
4308|   return 0;
4309| }
4310configure:22180: result: no
4311configure:22189: checking for OSSwapInt16
4312configure:22233: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
4313configure:22233: $? = 0
4314configure:22238: result: yes
4315configure:22251: checking for OSSwapInt32
4316configure:22295: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
4317configure:22295: $? = 0
4318configure:22300: result: yes
4319configure:22313: checking for OSSwapInt64
4320configure:22357: /usr/bin/clang++ -o conftest  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
4321configure:22357: $? = 0
4322configure:22362: result: yes
4323configure:22376: checking pthread.h usability
4324configure:22376: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
4325configure:22376: $? = 0
4326configure:22376: result: yes
4327configure:22376: checking pthread.h presence
4328configure:22376: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
4329configure:22376: $? = 0
4330configure:22376: result: yes
4331configure:22376: checking for pthread.h
4332configure:22376: result: yes
4333configure:22382: checking for additional flags to compile read/write locking for threads
4334configure:22415: /usr/bin/clang -c  -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3  -I/opt/local/include conftest.c >&5
4335configure:22415: $? = 0
4336configure:22428: result: none needed
4337configure:22488: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
4338configure:22488: $? = 0
4339configure:22535: /usr/bin/clang++ -c  -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3 -I/opt/local/include conftest.cpp >&5
4340configure:22535: $? = 0
4341configure:22666: checking for tth
4342configure:22696: result: no
4343configure:22713: checking for ps2pdf
4344configure:22729: found /opt/local/bin/ps2pdf
4345configure:22740: result: ps2pdf
4346configure:22764: checking for LDASTOOLSAL
4347configure:22771: $PKG_CONFIG --exists --print-errors "ldastoolsal"
4348configure:22774: $? = 0
4349configure:22788: $PKG_CONFIG --exists --print-errors "ldastoolsal"
4350configure:22791: $? = 0
4351configure:22849: result: yes
4352configure:23018: checking that generated files are newer than configure
4353configure:23024: result: done
4354configure:23184: creating ./config.status
4355
4356## ---------------------- ##
4357## Running config.status. ##
4358## ---------------------- ##
4359
4360This file was extended by ldas-tools-framecpp config.status 2.5.5, which was
4361generated by GNU Autoconf 2.69.  Invocation command line was
4362
4363  CONFIG_FILES    =
4364  CONFIG_HEADERS  =
4365  CONFIG_LINKS    =
4366  CONFIG_COMMANDS =
4367  $ ./config.status
4368
4369on dhcp-123-204.caltech.edu
4370
4371config.status:1376: creating ldas-tools-framecpp.spec
4372config.status:1528: error: could not create ldas-tools-framecpp.spec
4373
4374## ---------------- ##
4375## Cache variables. ##
4376## ---------------- ##
4377
4378ac_cv_build=x86_64-apple-darwin14.5.0
4379ac_cv_c_bigendian=no
4380ac_cv_c_compiler_gnu=yes
4381ac_cv_cxx_compiler_gnu=yes
4382ac_cv_env_CCC_set=
4383ac_cv_env_CCC_value=
4384ac_cv_env_CC_set=set
4385ac_cv_env_CC_value=/usr/bin/clang
4386ac_cv_env_CFLAGS_set=set
4387ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
4388ac_cv_env_CPPFLAGS_set=set
4389ac_cv_env_CPPFLAGS_value=-I/opt/local/include
4390ac_cv_env_CPP_set=
4391ac_cv_env_CPP_value=
4392ac_cv_env_CXXCPP_set=
4393ac_cv_env_CXXCPP_value=
4394ac_cv_env_CXXFLAGS_set=set
4395ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -arch x86_64'
4396ac_cv_env_CXX_set=set
4397ac_cv_env_CXX_value=/usr/bin/clang++
4398ac_cv_env_LDASTOOLSAL_CFLAGS_set=
4399ac_cv_env_LDASTOOLSAL_CFLAGS_value=
4400ac_cv_env_LDASTOOLSAL_LIBS_set=
4401ac_cv_env_LDASTOOLSAL_LIBS_value=
4402ac_cv_env_LDFLAGS_set=set
4403ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
4404ac_cv_env_LIBS_set=
4405ac_cv_env_LIBS_value=
4406ac_cv_env_LT_SYS_LIBRARY_PATH_set=
4407ac_cv_env_LT_SYS_LIBRARY_PATH_value=
4408ac_cv_env_PKG_CONFIG_LIBDIR_set=
4409ac_cv_env_PKG_CONFIG_LIBDIR_value=
4410ac_cv_env_PKG_CONFIG_PATH_set=
4411ac_cv_env_PKG_CONFIG_PATH_value=
4412ac_cv_env_PKG_CONFIG_set=
4413ac_cv_env_PKG_CONFIG_value=
4414ac_cv_env_PYTHON_set=
4415ac_cv_env_PYTHON_value=
4416ac_cv_env_build_alias_set=
4417ac_cv_env_build_alias_value=
4418ac_cv_env_host_alias_set=
4419ac_cv_env_host_alias_value=
4420ac_cv_env_target_alias_set=
4421ac_cv_env_target_alias_value=
4422ac_cv_func_clock_gettime=no
4423ac_cv_func_dirfd=yes
4424ac_cv_func_fdopendir=yes
4425ac_cv_func_fpathconf=yes
4426ac_cv_func_strerror_r=yes
4427ac_cv_func_strerror_r_char_p=no
4428ac_cv_have_decl_strerror_r=yes
4429ac_cv_header_CommonCrypto_CommonDigest_h=yes
4430ac_cv_header_byteswap_h=no
4431ac_cv_header_dirent_h=yes
4432ac_cv_header_dlfcn_h=yes
4433ac_cv_header_ext_hash_map=yes
4434ac_cv_header_hash_map=no
4435ac_cv_header_inttypes_h=yes
4436ac_cv_header_libkern_OSByteOrder_h=yes
4437ac_cv_header_machine_bswap_h=no
4438ac_cv_header_map=yes
4439ac_cv_header_memory=yes
4440ac_cv_header_memory_h=yes
4441ac_cv_header_mntent_h=no
4442ac_cv_header_openssl_md5_h=yes
4443ac_cv_header_procfs_h=no
4444ac_cv_header_pthread_h=yes
4445ac_cv_header_stdc=yes
4446ac_cv_header_stdint_h=yes
4447ac_cv_header_stdlib_h=yes
4448ac_cv_header_string_h=yes
4449ac_cv_header_strings_h=yes
4450ac_cv_header_sys_byteorder_h=no
4451ac_cv_header_sys_mnttab_h=no
4452ac_cv_header_sys_proc_h=no
4453ac_cv_header_sys_stat_h=yes
4454ac_cv_header_sys_sysctl_h=yes
4455ac_cv_header_sys_sysinfo_h=no
4456ac_cv_header_sys_types_h=yes
4457ac_cv_header_tr1_memory=no
4458ac_cv_header_tr1_unordered_map=no
4459ac_cv_header_unistd_h=yes
4460ac_cv_header_unordered_map=yes
4461ac_cv_host=x86_64-apple-darwin14.5.0
4462ac_cv_lib_Frame_FrVectCompress=yes
4463ac_cv_lib_crypto_MD5_Init=yes
4464ac_cv_lib_md5_MD5Init=no
4465ac_cv_lib_pthread_pthread_cancel=yes
4466ac_cv_lib_rt_clock_gettime=no
4467ac_cv_lib_z_compress2=yes
4468ac_cv_lib_z_compress=yes
4469ac_cv_objext=o
4470ac_cv_path_EGREP='/usr/bin/grep -E'
4471ac_cv_path_FGREP='/usr/bin/grep -F'
4472ac_cv_path_GREP=/usr/bin/grep
4473ac_cv_path_MACPORTSBUILD=/opt/local/bin/port
4474ac_cv_path_SED=/usr/bin/sed
4475ac_cv_path_SWIG=/opt/local/bin/swig
4476ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
4477ac_cv_path_lt_DD=/bin/dd
4478ac_cv_path_mkdir=/opt/local/bin/gmkdir
4479ac_cv_prog_AWK=gawk
4480ac_cv_prog_CPP='/usr/bin/clang -E'
4481ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
4482ac_cv_prog_EXPR=expr
4483ac_cv_prog_PS2PDF=ps2pdf
4484ac_cv_prog_ac_ct_AR=ar
4485ac_cv_prog_ac_ct_CC=/usr/bin/clang
4486ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
4487ac_cv_prog_ac_ct_LIPO=lipo
4488ac_cv_prog_ac_ct_NMEDIT=nmedit
4489ac_cv_prog_ac_ct_OTOOL=otool
4490ac_cv_prog_ac_ct_RANLIB=ranlib
4491ac_cv_prog_ac_ct_STRIP=strip
4492ac_cv_prog_cc_c89=
4493ac_cv_prog_cc_g=yes
4494ac_cv_prog_cxx_g=yes
4495ac_cv_prog_make_make_set=yes
4496ac_cv_search_gethostbyname='none required'
4497ac_cv_search_socket='none required'
4498ac_cv_sizeof_double=8
4499ac_cv_sizeof_float=4
4500ac_cv_sizeof_int=4
4501ac_cv_sizeof_long=8
4502ac_cv_sizeof_long_long=8
4503ac_cv_sizeof_pid_t=4
4504ac_cv_sizeof_short=2
4505ac_cv_sizeof_size_t=8
4506ac_cv_sizeof_voidp=8
4507ac_cv_type_size_t=yes
4508am_cv_CC_dependencies_compiler_type=gcc3
4509am_cv_CXX_dependencies_compiler_type=gcc3
4510am_cv_make_support_nested_variables=yes
4511am_cv_prog_cc_c_o=yes
4512am_cv_prog_tar_ustar=gnutar
4513ldas_cv_pthread_read_write_lock_option=
4514ldas_cv_shell_dot=no
4515lt_cv_apple_cc_single_mod=yes
4516lt_cv_ar_at_file=no
4517lt_cv_deplibs_check_method=pass_all
4518lt_cv_file_magic_cmd='$MAGIC_CMD'
4519lt_cv_file_magic_test_file=
4520lt_cv_ld_exported_symbols_list=yes
4521lt_cv_ld_force_load=yes
4522lt_cv_ld_reload_flag=-r
4523lt_cv_nm_interface='BSD nm'
4524lt_cv_objdir=.libs
4525lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
4526lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
4527lt_cv_path_NM='/opt/local/bin/nm -B'
4528lt_cv_path_mainfest_tool=no
4529lt_cv_prog_compiler_c_o=yes
4530lt_cv_prog_compiler_c_o_CXX=yes
4531lt_cv_prog_compiler_pic='-fno-common -DPIC'
4532lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
4533lt_cv_prog_compiler_pic_works=yes
4534lt_cv_prog_compiler_pic_works_CXX=yes
4535lt_cv_prog_compiler_rtti_exceptions=yes
4536lt_cv_prog_compiler_static_works=no
4537lt_cv_prog_compiler_static_works_CXX=no
4538lt_cv_prog_gnu_ld=no
4539lt_cv_prog_gnu_ldcxx=no
4540lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
4541lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
4542lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
4543lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
4544lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
4545lt_cv_sys_global_symbol_to_import=
4546lt_cv_sys_max_cmd_len=196608
4547lt_cv_to_host_file_cmd=func_convert_file_noop
4548lt_cv_to_tool_file_cmd=func_convert_file_noop
4549lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
4550pkg_cv_LDASTOOLSAL_CFLAGS=
4551pkg_cv_LDASTOOLSAL_LIBS='-L/opt/local/lib -lldastoolsal'
4552
4553## ----------------- ##
4554## Output variables. ##
4555## ----------------- ##
4556
4557ABI_COMPLIANCE_CHECKER=''
4558ABI_DUMPER=''
4559ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/missing aclocal-1.15'
4560AMDEPBACKSLASH='\'
4561AMDEP_FALSE='#'
4562AMDEP_TRUE=''
4563AMTAR='$${TAR-tar}'
4564AM_BACKSLASH='\'
4565AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4566AM_DEFAULT_VERBOSITY='1'
4567AM_V='$(V)'
4568AR='ar'
4569AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/missing autoconf'
4570AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/missing autoheader'
4571AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/missing automake-1.15'
4572AWK='gawk'
4573AX_LIBDIRS=''
4574AX_PYTHONPATH=''
4575BUILDING_DEB_FALSE=''
4576BUILDING_DEB_TRUE='#'
4577BUILDING_MACPORTS_FALSE='#'
4578BUILDING_MACPORTS_TRUE=''
4579BUILDING_RPM_FALSE=''
4580BUILDING_RPM_TRUE='#'
4581CC='/usr/bin/clang'
4582CCDEPMODE='depmode=gcc3'
4583CFLAGS=' -g -pipe -Os -arch x86_64  -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wc++-compat -Wunused-private-field -Wstrict-prototypes -O3'
4584CFLAGS_FATAL_WARNINGS=''
4585CFLAGS_PEDANTIC='-pedantic -Wno-long-long'
4586CPP='/usr/bin/clang -E'
4587CPPFLAGS='-I/opt/local/include'
4588CPPFLAGSFRAME='-I/opt/local/include'
4589CSRUTIL=' '
4590CXX='/usr/bin/clang++'
4591CXXCPP='/usr/bin/clang++ -E'
4592CXXDEPMODE='depmode=gcc3'
4593CXXFLAGS=' -g -pipe -Os -stdlib=libc++ -arch x86_64  -Wall -Wextra -Wdeprecated-register -Wno-missing-field-initializers -Wno-unused-parameter -Wignored-qualifiers -Wc++0x-compat -Wunused-private-field -O3'
4594CXXFLAGS_FATAL_WARNINGS=''
4595CXXFLAGS_PEDANTIC='-pedantic -Wno-long-long '
4596CXXSTDFLAGS=''
4597CXXSTDLDFLAGS=''
4598CYGPATH_W='echo'
4599DEBBUILD=''
4600DEBIAN_INITD_FALSE=''
4601DEBIAN_INITD_TRUE='#'
4602DEFS='-DHAVE_CONFIG_H'
4603DEPDIR='.deps'
4604DLLTOOL='false'
4605DOT_PATH=''
4606DOXYGEN=''
4607DSYMUTIL='dsymutil'
4608DUMPBIN=''
4609ECHO_C='\c'
4610ECHO_N=''
4611ECHO_T=''
4612EGREP='/usr/bin/grep -E'
4613EXEEXT=''
4614EXPR='expr'
4615FGREP='/usr/bin/grep -F'
4616FRAMECPP_BUILD_DATE='Thu May  4 18:54:37 PDT 2017'
4617FRAMECPP_VERSION_NUMBER='205005'
4618GREP='/usr/bin/grep'
4619HAVE_64BIT_OS='1'
4620HAVE_ABI_COMPLIANCE_CHECKER_FALSE=''
4621HAVE_ABI_COMPLIANCE_CHECKER_TRUE='#'
4622HAVE_ABI_DUMPER_FALSE=''
4623HAVE_ABI_DUMPER_TRUE='#'
4624HAVE_BSWAP16='0'
4625HAVE_BSWAP32='0'
4626HAVE_BSWAP64='0'
4627HAVE_BSWAP_16='0'
4628HAVE_BSWAP_16_MACRO='0'
4629HAVE_BSWAP_32='0'
4630HAVE_BSWAP_32_MACRO='0'
4631HAVE_BSWAP_64='0'
4632HAVE_BSWAP_64_MACRO='0'
4633HAVE_BYTESWAP_H='0'
4634HAVE_CXX_TEMPLATE_ALIASES='0'
4635HAVE_CXX_TEMPLATE_ALIASES_VIA_USING='1'
4636HAVE_DOT_FALSE=''
4637HAVE_DOT_TRUE='#'
4638HAVE_DOXYGEN_FALSE=''
4639HAVE_DOXYGEN_TRUE='#'
4640HAVE_EXT_HASH_MAP='1'
4641HAVE_HASH_MAP='0'
4642HAVE_LATEX2HTML_FALSE=''
4643HAVE_LATEX2HTML_TRUE='#'
4644HAVE_LATEX_FALSE=''
4645HAVE_LATEX_TRUE='#'
4646HAVE_LIBFRAME_FALSE='#'
4647HAVE_LIBFRAME_TRUE=''
4648HAVE_LIBKERN_OSBYTEORDER_H='1'
4649HAVE_LIBUMEM_FALSE=''
4650HAVE_LIBUMEM_TRUE='#'
4651HAVE_LIBZ_FALSE='#'
4652HAVE_LIBZ_TRUE=''
4653HAVE_MACHINE_BSWAP_H='0'
4654HAVE_MAP='1'
4655HAVE_MEMORY='1'
4656HAVE_OSSWAPINT16='1'
4657HAVE_OSSWAPINT32='1'
4658HAVE_OSSWAPINT64='1'
4659HAVE_PKGBUILDER_FALSE=''
4660HAVE_PKGBUILDER_TRUE='#'
4661HAVE_PS2PDF_FALSE='#'
4662HAVE_PS2PDF_TRUE=''
4663HAVE_PYTHON_FALSE=''
4664HAVE_PYTHON_PACKAGE_CTYPES_FALSE=''
4665HAVE_PYTHON_PACKAGE_CTYPES_TRUE='#'
4666HAVE_PYTHON_PACKAGE_NUMPY_FALSE=''
4667HAVE_PYTHON_PACKAGE_NUMPY_TRUE='#'
4668HAVE_PYTHON_TRUE='#'
4669HAVE_SWIG_FALSE='#'
4670HAVE_SWIG_TRUE=''
4671HAVE_SYS_BYTEORDER_H='0'
4672HAVE_TCL_FALSE=''
4673HAVE_TCL_TRUE='#'
4674HAVE_TEMPLATE_MOVE='1'
4675HAVE_TR1_MEMORY='0'
4676HAVE_TR1_UNORDERED_MAP='0'
4677HAVE_UNIQUE_PTR='1'
4678HAVE_UNORDERED_MAP='1'
4679HAVE_VALGRIND_FALSE=''
4680HAVE_VALGRIND_TRUE='#'
4681INSTALL_DATA='${INSTALL} -m 644'
4682INSTALL_PROGRAM='${INSTALL}'
4683INSTALL_SCRIPT='${INSTALL}'
4684INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
4685LATEX2HTML=''
4686LATEX=''
4687LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
4688LDASTOOLSAL_CFLAGS=''
4689LDASTOOLSAL_INCLUDES=''
4690LDASTOOLSAL_LIBDIRS=''
4691LDASTOOLSAL_LIBS='-L/opt/local/lib -lldastoolsal'
4692LDASTOOLSAL_PYTHONPATH=''
4693LDASTOOLSAL_SWIGFLAGS='-I/opt/local/include'
4694LDAS_2_BYTE_INT='short'
4695LDAS_4_BYTE_INT='int'
4696LDAS_4_BYTE_REAL='float'
4697LDAS_4_BYTE_REAL_DIGITS='FLT_DIG'
4698LDAS_8_BYTE_INT='long'
4699LDAS_8_BYTE_REAL='double'
4700LDAS_8_BYTE_REAL_DIGITS='DBL_DIG'
4701LDAS_BUILD_OS_DARWIN_FALSE='#'
4702LDAS_BUILD_OS_DARWIN_TRUE=''
4703LDAS_CC_SUNPRO_FALSE=''
4704LDAS_CC_SUNPRO_TRUE='#'
4705LDAS_CXX_SUNPRO_FALSE=''
4706LDAS_CXX_SUNPRO_TRUE='#'
4707LDAS_DIRECTORY_MAKE_INCLUDE='$(top_srcdir)/config/autotools/make'
4708LDAS_EMPTY=''
4709LDAS_NEVER_BUILD_FALSE=''
4710LDAS_NEVER_BUILD_TRUE='#'
4711LDAS_OS_LIBRARY_PATH_SUPPORT_FALSE=''
4712LDAS_OS_LIBRARY_PATH_SUPPORT_TRUE='#'
4713LDAS_SHARED_BUILD_FALSE='#'
4714LDAS_SHARED_BUILD_TRUE=''
4715LDAS_STATIC_BUILD_FALSE='#'
4716LDAS_STATIC_BUILD_TRUE=''
4717LDAS_VOIDP_INT_TYPE='INT_8U'
4718LDAS_WORDS_BIGENDIAN='0'
4719LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
4720LIBFRAME='-L/opt/local/lib -lFrame'
4721LIBMD5='-lcrypto'
4722LIBOBJS=''
4723LIBS='-lpthread '
4724LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4725LIBUMEM=''
4726LIB_64_DIR='64'
4727LIPO='lipo'
4728LN_S='ln -s'
4729LTLIBOBJS=''
4730LT_SYS_LIBRARY_PATH=''
4731MACPORTSBUILD='/opt/local/bin/port'
4732MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/missing makeinfo'
4733MANIFEST_TOOL=':'
4734MKDIR_P='/opt/local/bin/gmkdir -p'
4735NM='/opt/local/bin/nm -B'
4736NMEDIT='nmedit'
4737OBJDUMP='false'
4738OBJEXT='o'
4739OSX_INITD_FALSE=''
4740OSX_INITD_TRUE='#'
4741OSX_SIP_ENABLED_FALSE=''
4742OSX_SIP_ENABLED_TRUE='#'
4743OS_LIBRARY_PATH='DYLD_LIBRARY_PATH'
4744OTOOL64=':'
4745OTOOL='otool'
4746PACKAGE='ldas-tools-framecpp'
4747PACKAGE_BUGREPORT='http://www.ligo.caltech.edu'
4748PACKAGE_NAME='ldas-tools-framecpp'
4749PACKAGE_STRING='ldas-tools-framecpp 2.5.5'
4750PACKAGE_TARNAME='ldas-tools-framecpp'
4751PACKAGE_URL=''
4752PACKAGE_VERSION='2.5.5'
4753PACKAGE_VERSION_NUMERIC='2.5.5'
4754PATH_SEPARATOR=':'
4755PKGBUILDER=''
4756PKGBUILDER_PATH=''
4757PKG_CONFIG='/opt/local/bin/pkg-config'
4758PKG_CONFIG_LIBDIR=''
4759PKG_CONFIG_PATH=''
4760PS2PDF='ps2pdf'
4761PYTHON=':'
4762PYTHON_CONFIG=''
4763PYTHON_EXEC_PREFIX=''
4764PYTHON_INCLUDES=''
4765PYTHON_NUMPY_INCLUDE=''
4766PYTHON_PLATFORM=''
4767PYTHON_PREFIX=''
4768PYTHON_SITE_PACKAGES_DIR=''
4769PYTHON_VERSION=''
4770RANLIB='ranlib'
4771RED_HAT_INITD_FALSE=''
4772RED_HAT_INITD_TRUE='#'
4773RPMBUILD=''
4774SED='/usr/bin/sed'
4775SET_MAKE=''
4776SHELL='/bin/sh'
4777SOLARIS_INITD_FALSE=''
4778SOLARIS_INITD_TRUE='#'
4779STRIP='strip'
4780SUPPORTED_TEMPLATES_AS_TEMPLATE_PARAMETERS='0'
4781SWIG='/opt/local/bin/swig'
4782SWIGFLAGS=' -DSWIGNEW'
4783TCLSH=''
4784TCL_INCLUDE_SPEC=''
4785TCL_LIB_SPEC=''
4786TCL_STUB_SPEC=''
4787TCL_VERSION=''
4788VALGRIND=''
4789VERSION='2.5.5'
4790WISH=''
4791ac_ct_AR='ar'
4792ac_ct_CC='/usr/bin/clang'
4793ac_ct_CXX=''
4794ac_ct_DUMPBIN=''
4795am__EXEEXT_FALSE=''
4796am__EXEEXT_TRUE='#'
4797am__fastdepCC_FALSE='#'
4798am__fastdepCC_TRUE=''
4799am__fastdepCXX_FALSE='#'
4800am__fastdepCXX_TRUE=''
4801am__include='include'
4802am__isrc=''
4803am__leading_dot='.'
4804am__nodep='_no'
4805am__quote=''
4806am__tar='tar --format=ustar -chf - "$$tardir"'
4807am__untar='tar -xf -'
4808ax_ldas_libdirs=':${abs_top_builddir}/src/Version8/.libs:${abs_top_builddir}/src/Version7/.libs:${abs_top_builddir}/src/Version6/.libs:${abs_top_builddir}/src/Version4/.libs:${abs_top_builddir}/src/Version3/.libs:${abs_top_builddir}/src/Common/.libs'
4809ax_ldas_pythonpath=':${abs_top_builddir}/src/Version8:${abs_top_builddir}/src/Version7:${abs_top_builddir}/src/Version6:${abs_top_builddir}/src/Version4:${abs_top_builddir}/src/Version3:${abs_top_builddir}/src/Common'
4810bindir='${exec_prefix}/bin'
4811build='x86_64-apple-darwin14.5.0'
4812build_alias=''
4813build_cpu='x86_64'
4814build_os='darwin14.5.0'
4815build_vendor='apple'
4816configure_flags='--prefix=/opt/local --disable-warnings-as-errors --disable-silent-rules --with-optimization=high --disable-tcl --disable-python --without-doxygen --without-dot --disable-latex'
4817datadir='${datarootdir}'
4818datarootdir='${prefix}/share'
4819docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
4820dvidir='${docdir}'
4821exec_prefix='${prefix}'
4822host='x86_64-apple-darwin14.5.0'
4823host_alias=''
4824host_cpu='x86_64'
4825host_os='darwin14.5.0'
4826host_vendor='apple'
4827htmldir='${docdir}'
4828includedir='${prefix}/include'
4829infodir='${datarootdir}/info'
4830install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_ldas-tools-framecpp/ldas-tools-framecpp/work/ldas-tools-framecpp-2.5.5/config/autotools/aux/install-sh'
4831ldas_cv_shell_dot='no'
4832libdir='${exec_prefix}/lib'
4833libexecdir='${exec_prefix}/libexec'
4834localedir='${datarootdir}/locale'
4835localstatedir='${prefix}/var'
4836mandir='${datarootdir}/man'
4837mkdir_p='$(MKDIR_P)'
4838oldincludedir='/usr/include'
4839pdfdir='${docdir}'
4840pkgpyexecdir=''
4841pkgpythondir=''
4842prefix='/opt/local'
4843program_transform_name='s,x,x,'
4844psdir='${docdir}'
4845pyexecdir=''
4846pythondir=''
4847sbindir='${exec_prefix}/sbin'
4848sharedstatedir='${prefix}/com'
4849sysconfdir='${prefix}/etc'
4850target_alias=''
4851
4852## ----------- ##
4853## confdefs.h. ##
4854## ----------- ##
4855
4856/* confdefs.h */
4857#define PACKAGE_NAME "ldas-tools-framecpp"
4858#define PACKAGE_TARNAME "ldas-tools-framecpp"
4859#define PACKAGE_VERSION "2.5.5"
4860#define PACKAGE_STRING "ldas-tools-framecpp 2.5.5"
4861#define PACKAGE_BUGREPORT "http://www.ligo.caltech.edu"
4862#define PACKAGE_URL ""
4863#define PACKAGE "ldas-tools-framecpp"
4864#define VERSION "2.5.5"
4865#define STDC_HEADERS 1
4866#define HAVE_SYS_TYPES_H 1
4867#define HAVE_SYS_STAT_H 1
4868#define HAVE_STDLIB_H 1
4869#define HAVE_STRING_H 1
4870#define HAVE_MEMORY_H 1
4871#define HAVE_STRINGS_H 1
4872#define HAVE_INTTYPES_H 1
4873#define HAVE_STDINT_H 1
4874#define HAVE_UNISTD_H 1
4875#define HAVE_DLFCN_H 1
4876#define LT_OBJDIR ".libs/"
4877#define INLINE_KLUDGE
4878#define constexpr const
4879#define HAVE_RETHROW_WORKING_IN_BAD_EXCEPTION 1
4880#define HAVE_CXX_TEMPLATE_ALIASES_VIA_USING 1
4881#define HAVE_64BIT_OS 1
4882#define STDC_HEADERS 1
4883#define HAVE_SYS_STAT_H 1
4884#define HAVE_SYS_SYSCTL_H 1
4885#define HAVE_SYS_TYPES_H 1
4886#define HAVE_DIRENT_H 1
4887#define HAVE_STDLIB_H 1
4888#define HAVE_UNORDERED_MAP 1
4889#define HAVE_EXT_HASH_MAP 1
4890#define HAVE_MAP 1
4891#define HAVE_MEMORY 1
4892#define SIZEOF_SHORT 2
4893#define SIZEOF_INT 4
4894#define SIZEOF_LONG 8
4895#define SIZEOF_LONG_LONG 8
4896#define SIZEOF_FLOAT 4
4897#define SIZEOF_DOUBLE 8
4898#define SIZEOF_VOIDP 8
4899#define SIZEOF_PID_T 4
4900#define SIZEOF_SIZE_T 8
4901#define HAVE_LIBPTHREAD 1
4902#define HAVE_LIBZ 1
4903#define HAVE_LIBZ_COMPRESS2 1
4904#define HAVE_LIBFRAME 1
4905#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
4906#define HAVE_MD5_IN_CRYPTO 1
4907#define HAVE_OPENSSL_MD5_H 1
4908#define HAVE_DECL_STRERROR_R 1
4909#define HAVE_STRERROR_R 1
4910#define HAVE_FPATHCONF 1
4911#define HAVE_DIRFD 1
4912#define HAVE_FDOPENDIR 1
4913#define HAVE_LIBKERN_OSBYTEORDER_H 1
4914#define HAVE_OSSWAPINT16 1
4915#define HAVE_OSSWAPINT32 1
4916#define HAVE_OSSWAPINT64 1
4917#define HAVE_PTHREAD_RW_LOCK 1
4918#define HAVE_TEMPLATE_MOVE 1
4919#define HAVE_UNIQUE_PTR 1
4920#define FRAMECPP_VERSION_NUMBER 205005
4921#define FRAMECPP_BUILD_DATE "Thu May  4 18:54:37 PDT 2017"
4922#define LIBEXECDIR "@libexecdir@"
4923
4924configure: exit 1