source: config.log

Last change on this file was 80a0f3f, checked in by Kyle <khaefner@…>, 7 years ago

initial commit

  • Property mode set to 100644
File size: 53.8 KB
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by ABAC configure 0.1.9, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = kaliIOT
14uname -m = x86_64
15uname -r = 4.9.0-kali1-amd64
16uname -s = Linux
17uname -v = #1 SMP Debian 4.9.6-3kali2 (2017-01-30)
18
19/usr/bin/uname -p = unknown
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      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /home/khaefner/bin
31PATH: /home/khaefner/.local/bin
32PATH: /usr/local/bin
33PATH: /usr/bin
34PATH: /bin
35PATH: /usr/local/games
36PATH: /usr/games
37
38
39## ----------- ##
40## Core tests. ##
41## ----------- ##
42
43configure:2609: checking for a BSD-compatible install
44configure:2677: result: /usr/bin/install -c
45configure:2688: checking whether build environment is sane
46configure:2743: result: yes
47configure:2894: checking for a thread-safe mkdir -p
48configure:2933: result: /bin/mkdir -p
49configure:2940: checking for gawk
50configure:2970: result: no
51configure:2940: checking for mawk
52configure:2956: found /usr/bin/mawk
53configure:2967: result: mawk
54configure:2978: checking whether make sets $(MAKE)
55configure:3000: result: yes
56configure:3029: checking whether make supports nested variables
57configure:3046: result: yes
58configure:3201: checking build system type
59configure:3215: result: x86_64-pc-linux-gnu
60configure:3235: checking host system type
61configure:3248: result: x86_64-pc-linux-gnu
62configure:3289: checking how to print strings
63configure:3316: result: printf
64configure:3349: checking for style of include used by make
65configure:3377: result: GNU
66configure:3448: checking for gcc
67configure:3464: found /usr/bin/gcc
68configure:3475: result: gcc
69configure:3704: checking for C compiler version
70configure:3713: gcc --version >&5
71gcc (Debian 6.3.0-6) 6.3.0 20170205
72Copyright (C) 2016 Free Software Foundation, Inc.
73This is free software; see the source for copying conditions.  There is NO
74warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
75
76configure:3724: $? = 0
77configure:3713: gcc -v >&5
78Using built-in specs.
79COLLECT_GCC=gcc
80COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
81Target: x86_64-linux-gnu
82Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
83Thread model: posix
84gcc version 6.3.0 20170205 (Debian 6.3.0-6)
85configure:3724: $? = 0
86configure:3713: gcc -V >&5
87gcc: error: unrecognized command line option '-V'
88gcc: fatal error: no input files
89compilation terminated.
90configure:3724: $? = 1
91configure:3713: gcc -qversion >&5
92gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
93gcc: fatal error: no input files
94compilation terminated.
95configure:3724: $? = 1
96configure:3744: checking whether the C compiler works
97configure:3766: gcc    conftest.c  >&5
98configure:3770: $? = 0
99configure:3818: result: yes
100configure:3821: checking for C compiler default output file name
101configure:3823: result: a.out
102configure:3829: checking for suffix of executables
103configure:3836: gcc -o conftest    conftest.c  >&5
104configure:3840: $? = 0
105configure:3862: result:
106configure:3884: checking whether we are cross compiling
107configure:3892: gcc -o conftest    conftest.c  >&5
108configure:3896: $? = 0
109configure:3903: ./conftest
110configure:3907: $? = 0
111configure:3922: result: no
112configure:3927: checking for suffix of object files
113configure:3949: gcc -c   conftest.c >&5
114configure:3953: $? = 0
115configure:3974: result: o
116configure:3978: checking whether we are using the GNU C compiler
117configure:3997: gcc -c   conftest.c >&5
118configure:3997: $? = 0
119configure:4006: result: yes
120configure:4015: checking whether gcc accepts -g
121configure:4035: gcc -c -g  conftest.c >&5
122configure:4035: $? = 0
123configure:4076: result: yes
124configure:4093: checking for gcc option to accept ISO C89
125configure:4156: gcc  -c -g -O2  conftest.c >&5
126configure:4156: $? = 0
127configure:4169: result: none needed
128configure:4194: checking whether gcc understands -c and -o together
129configure:4216: gcc -c conftest.c -o conftest2.o
130configure:4219: $? = 0
131configure:4216: gcc -c conftest.c -o conftest2.o
132configure:4219: $? = 0
133configure:4231: result: yes
134configure:4250: checking dependency style of gcc
135configure:4361: result: gcc3
136configure:4376: checking for a sed that does not truncate output
137configure:4440: result: /bin/sed
138configure:4458: checking for grep that handles long lines and -e
139configure:4516: result: /bin/grep
140configure:4521: checking for egrep
141configure:4583: result: /bin/grep -E
142configure:4588: checking for fgrep
143configure:4650: result: /bin/grep -F
144configure:4685: checking for ld used by gcc
145configure:4752: result: /usr/bin/ld
146configure:4759: checking if the linker (/usr/bin/ld) is GNU ld
147configure:4774: result: yes
148configure:4786: checking for BSD- or MS-compatible name lister (nm)
149configure:4840: result: /usr/bin/nm -B
150configure:4970: checking the name lister (/usr/bin/nm -B) interface
151configure:4977: gcc -c -g -O2  conftest.c >&5
152configure:4980: /usr/bin/nm -B "conftest.o"
153configure:4983: output
1540000000000000000 B some_variable
155configure:4990: result: BSD nm
156configure:4993: checking whether ln -s works
157configure:4997: result: yes
158configure:5005: checking the maximum length of command line arguments
159configure:5136: result: 1572864
160configure:5184: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
161configure:5224: result: func_convert_file_noop
162configure:5231: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
163configure:5251: result: func_convert_file_noop
164configure:5258: checking for /usr/bin/ld option to reload object files
165configure:5265: result: -r
166configure:5339: checking for objdump
167configure:5355: found /usr/bin/objdump
168configure:5366: result: objdump
169configure:5398: checking how to recognize dependent libraries
170configure:5598: result: pass_all
171configure:5683: checking for dlltool
172configure:5713: result: no
173configure:5743: checking how to associate runtime and link libraries
174configure:5770: result: printf %s\n
175configure:5831: checking for ar
176configure:5847: found /usr/bin/ar
177configure:5858: result: ar
178configure:5895: checking for archiver @FILE support
179configure:5912: gcc -c -g -O2  conftest.c >&5
180configure:5912: $? = 0
181configure:5915: ar cru libconftest.a @conftest.lst >&5
182ar: `u' modifier ignored since `D' is the default (see `U')
183configure:5918: $? = 0
184configure:5923: ar cru libconftest.a @conftest.lst >&5
185ar: `u' modifier ignored since `D' is the default (see `U')
186ar: conftest.o: No such file or directory
187configure:5926: $? = 1
188configure:5938: result: @
189configure:5996: checking for strip
190configure:6012: found /usr/bin/strip
191configure:6023: result: strip
192configure:6095: checking for ranlib
193configure:6111: found /usr/bin/ranlib
194configure:6122: result: ranlib
195configure:6224: checking command to parse /usr/bin/nm -B output from gcc object
196configure:6377: gcc -c -g -O2  conftest.c >&5
197configure:6380: $? = 0
198configure:6384: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
199configure:6387: $? = 0
200configure:6453: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
201configure:6456: $? = 0
202configure:6494: result: ok
203configure:6541: checking for sysroot
204configure:6571: result: no
205configure:6578: checking for a working dd
206configure:6616: result: /bin/dd
207configure:6620: checking how to truncate binary pipes
208configure:6635: result: /bin/dd bs=4096 count=1
209configure:6771: gcc -c -g -O2  conftest.c >&5
210configure:6774: $? = 0
211configure:6964: checking for mt
212configure:6980: found /bin/mt
213configure:6991: result: mt
214configure:7014: checking if mt is a manifest tool
215configure:7020: mt '-?'
216configure:7028: result: no
217configure:7705: checking how to run the C preprocessor
218configure:7736: gcc -E  conftest.c
219configure:7736: $? = 0
220configure:7750: gcc -E  conftest.c
221conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
222 #include <ac_nonexistent.h>
223                            ^
224compilation terminated.
225configure:7750: $? = 1
226configure: failed program was:
227| /* confdefs.h */
228| #define PACKAGE_NAME "ABAC"
229| #define PACKAGE_TARNAME "abac"
230| #define PACKAGE_VERSION "0.1.9"
231| #define PACKAGE_STRING "ABAC 0.1.9"
232| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
233| #define PACKAGE_URL ""
234| #define PACKAGE "abac"
235| #define VERSION "0.1.9"
236| /* end confdefs.h.  */
237| #include <ac_nonexistent.h>
238configure:7775: result: gcc -E
239configure:7795: gcc -E  conftest.c
240configure:7795: $? = 0
241configure:7809: gcc -E  conftest.c
242conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
243 #include <ac_nonexistent.h>
244                            ^
245compilation terminated.
246configure:7809: $? = 1
247configure: failed program was:
248| /* confdefs.h */
249| #define PACKAGE_NAME "ABAC"
250| #define PACKAGE_TARNAME "abac"
251| #define PACKAGE_VERSION "0.1.9"
252| #define PACKAGE_STRING "ABAC 0.1.9"
253| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
254| #define PACKAGE_URL ""
255| #define PACKAGE "abac"
256| #define VERSION "0.1.9"
257| /* end confdefs.h.  */
258| #include <ac_nonexistent.h>
259configure:7838: checking for ANSI C header files
260configure:7858: gcc -c -g -O2  conftest.c >&5
261configure:7858: $? = 0
262configure:7931: gcc -o conftest -g -O2   conftest.c  >&5
263configure:7931: $? = 0
264configure:7931: ./conftest
265configure:7931: $? = 0
266configure:7942: result: yes
267configure:7955: checking for sys/types.h
268configure:7955: gcc -c -g -O2  conftest.c >&5
269configure:7955: $? = 0
270configure:7955: result: yes
271configure:7955: checking for sys/stat.h
272configure:7955: gcc -c -g -O2  conftest.c >&5
273configure:7955: $? = 0
274configure:7955: result: yes
275configure:7955: checking for stdlib.h
276configure:7955: gcc -c -g -O2  conftest.c >&5
277configure:7955: $? = 0
278configure:7955: result: yes
279configure:7955: checking for string.h
280configure:7955: gcc -c -g -O2  conftest.c >&5
281configure:7955: $? = 0
282configure:7955: result: yes
283configure:7955: checking for memory.h
284configure:7955: gcc -c -g -O2  conftest.c >&5
285configure:7955: $? = 0
286configure:7955: result: yes
287configure:7955: checking for strings.h
288configure:7955: gcc -c -g -O2  conftest.c >&5
289configure:7955: $? = 0
290configure:7955: result: yes
291configure:7955: checking for inttypes.h
292configure:7955: gcc -c -g -O2  conftest.c >&5
293configure:7955: $? = 0
294configure:7955: result: yes
295configure:7955: checking for stdint.h
296configure:7955: gcc -c -g -O2  conftest.c >&5
297configure:7955: $? = 0
298configure:7955: result: yes
299configure:7955: checking for unistd.h
300configure:7955: gcc -c -g -O2  conftest.c >&5
301configure:7955: $? = 0
302configure:7955: result: yes
303configure:7969: checking for dlfcn.h
304configure:7969: gcc -c -g -O2  conftest.c >&5
305configure:7969: $? = 0
306configure:7969: result: yes
307configure:8225: checking for objdir
308configure:8240: result: .libs
309configure:8504: checking if gcc supports -fno-rtti -fno-exceptions
310configure:8522: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
311cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
312configure:8526: $? = 0
313configure:8539: result: no
314configure:8897: checking for gcc option to produce PIC
315configure:8904: result: -fPIC -DPIC
316configure:8912: checking if gcc PIC flag -fPIC -DPIC works
317configure:8930: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
318configure:8934: $? = 0
319configure:8947: result: yes
320configure:8976: checking if gcc static flag -static works
321configure:9004: result: yes
322configure:9019: checking if gcc supports -c -o file.o
323configure:9040: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
324configure:9044: $? = 0
325configure:9066: result: yes
326configure:9074: checking if gcc supports -c -o file.o
327configure:9121: result: yes
328configure:9154: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
329configure:10417: result: yes
330configure:10454: checking whether -lc should be explicitly linked in
331configure:10462: gcc -c -g -O2  conftest.c >&5
332configure:10465: $? = 0
333configure:10480: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
334configure:10483: $? = 0
335configure:10497: result: no
336configure:10657: checking dynamic linker characteristics
337configure:11238: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
338configure:11238: $? = 0
339configure:11487: result: GNU/Linux ld.so
340configure:11609: checking how to hardcode library paths into programs
341configure:11634: result: immediate
342configure:12182: checking whether stripping libraries is possible
343configure:12187: result: yes
344configure:12222: checking if libtool supports shared libraries
345configure:12224: result: yes
346configure:12227: checking whether to build shared libraries
347configure:12252: result: yes
348configure:12255: checking whether to build static libraries
349configure:12259: result: yes
350configure:12358: checking for g++
351configure:12374: found /usr/bin/g++
352configure:12385: result: g++
353configure:12412: checking for C++ compiler version
354configure:12421: g++ --version >&5
355g++ (Debian 6.3.0-6) 6.3.0 20170205
356Copyright (C) 2016 Free Software Foundation, Inc.
357This is free software; see the source for copying conditions.  There is NO
358warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
359
360configure:12432: $? = 0
361configure:12421: g++ -v >&5
362Using built-in specs.
363COLLECT_GCC=g++
364COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
365Target: x86_64-linux-gnu
366Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
367Thread model: posix
368gcc version 6.3.0 20170205 (Debian 6.3.0-6)
369configure:12432: $? = 0
370configure:12421: g++ -V >&5
371g++: error: unrecognized command line option '-V'
372g++: fatal error: no input files
373compilation terminated.
374configure:12432: $? = 1
375configure:12421: g++ -qversion >&5
376g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
377g++: fatal error: no input files
378compilation terminated.
379configure:12432: $? = 1
380configure:12436: checking whether we are using the GNU C++ compiler
381configure:12455: g++ -c   conftest.cpp >&5
382configure:12455: $? = 0
383configure:12464: result: yes
384configure:12473: checking whether g++ accepts -g
385configure:12493: g++ -c -g  conftest.cpp >&5
386configure:12493: $? = 0
387configure:12534: result: yes
388configure:12559: checking dependency style of g++
389configure:12670: result: gcc3
390configure:12703: checking how to run the C++ preprocessor
391configure:12730: g++ -E  conftest.cpp
392configure:12730: $? = 0
393configure:12744: g++ -E  conftest.cpp
394conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
395 #include <ac_nonexistent.h>
396                            ^
397compilation terminated.
398configure:12744: $? = 1
399configure: failed program was:
400| /* confdefs.h */
401| #define PACKAGE_NAME "ABAC"
402| #define PACKAGE_TARNAME "abac"
403| #define PACKAGE_VERSION "0.1.9"
404| #define PACKAGE_STRING "ABAC 0.1.9"
405| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
406| #define PACKAGE_URL ""
407| #define PACKAGE "abac"
408| #define VERSION "0.1.9"
409| #define STDC_HEADERS 1
410| #define HAVE_SYS_TYPES_H 1
411| #define HAVE_SYS_STAT_H 1
412| #define HAVE_STDLIB_H 1
413| #define HAVE_STRING_H 1
414| #define HAVE_MEMORY_H 1
415| #define HAVE_STRINGS_H 1
416| #define HAVE_INTTYPES_H 1
417| #define HAVE_STDINT_H 1
418| #define HAVE_UNISTD_H 1
419| #define HAVE_DLFCN_H 1
420| #define LT_OBJDIR ".libs/"
421| /* end confdefs.h.  */
422| #include <ac_nonexistent.h>
423configure:12769: result: g++ -E
424configure:12789: g++ -E  conftest.cpp
425configure:12789: $? = 0
426configure:12803: g++ -E  conftest.cpp
427conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
428 #include <ac_nonexistent.h>
429                            ^
430compilation terminated.
431configure:12803: $? = 1
432configure: failed program was:
433| /* confdefs.h */
434| #define PACKAGE_NAME "ABAC"
435| #define PACKAGE_TARNAME "abac"
436| #define PACKAGE_VERSION "0.1.9"
437| #define PACKAGE_STRING "ABAC 0.1.9"
438| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
439| #define PACKAGE_URL ""
440| #define PACKAGE "abac"
441| #define VERSION "0.1.9"
442| #define STDC_HEADERS 1
443| #define HAVE_SYS_TYPES_H 1
444| #define HAVE_SYS_STAT_H 1
445| #define HAVE_STDLIB_H 1
446| #define HAVE_STRING_H 1
447| #define HAVE_MEMORY_H 1
448| #define HAVE_STRINGS_H 1
449| #define HAVE_INTTYPES_H 1
450| #define HAVE_STDINT_H 1
451| #define HAVE_UNISTD_H 1
452| #define HAVE_DLFCN_H 1
453| #define LT_OBJDIR ".libs/"
454| /* end confdefs.h.  */
455| #include <ac_nonexistent.h>
456configure:12965: checking for ld used by g++
457configure:13032: result: /usr/bin/ld -m elf_x86_64
458configure:13039: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
459configure:13054: result: yes
460configure:13109: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
461configure:14182: result: yes
462configure:14218: g++ -c -g -O2  conftest.cpp >&5
463configure:14221: $? = 0
464configure:14702: checking for g++ option to produce PIC
465configure:14709: result: -fPIC -DPIC
466configure:14717: checking if g++ PIC flag -fPIC -DPIC works
467configure:14735: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
468configure:14739: $? = 0
469configure:14752: result: yes
470configure:14775: checking if g++ static flag -static works
471configure:14803: result: yes
472configure:14815: checking if g++ supports -c -o file.o
473configure:14836: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
474configure:14840: $? = 0
475configure:14862: result: yes
476configure:14867: checking if g++ supports -c -o file.o
477configure:14914: result: yes
478configure:14944: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
479configure:14987: result: yes
480configure:15128: checking dynamic linker characteristics
481configure:15885: result: GNU/Linux ld.so
482configure:15950: checking how to hardcode library paths into programs
483configure:15975: result: immediate
484configure:16063: checking for gcc
485configure:16090: result: gcc
486configure:16319: checking for C compiler version
487configure:16328: gcc --version >&5
488gcc (Debian 6.3.0-6) 6.3.0 20170205
489Copyright (C) 2016 Free Software Foundation, Inc.
490This is free software; see the source for copying conditions.  There is NO
491warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
492
493configure:16339: $? = 0
494configure:16328: gcc -v >&5
495Using built-in specs.
496COLLECT_GCC=gcc
497COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
498Target: x86_64-linux-gnu
499Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
500Thread model: posix
501gcc version 6.3.0 20170205 (Debian 6.3.0-6)
502configure:16339: $? = 0
503configure:16328: gcc -V >&5
504gcc: error: unrecognized command line option '-V'
505gcc: fatal error: no input files
506compilation terminated.
507configure:16339: $? = 1
508configure:16328: gcc -qversion >&5
509gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
510gcc: fatal error: no input files
511compilation terminated.
512configure:16339: $? = 1
513configure:16343: checking whether we are using the GNU C compiler
514configure:16371: result: yes
515configure:16380: checking whether gcc accepts -g
516configure:16441: result: yes
517configure:16458: checking for gcc option to accept ISO C89
518configure:16534: result: none needed
519configure:16559: checking whether gcc understands -c and -o together
520configure:16596: result: yes
521configure:16615: checking dependency style of gcc
522configure:16726: result: gcc3
523configure:16748: checking for perl
524configure:16764: found /usr/bin/perl
525configure:16775: result: perl
526configure:16796: checking for python
527configure:16814: found /usr/bin/python
528configure:16826: result: /usr/bin/python
529configure:16842: checking for a version of Python >= '2.1.0'
530configure:16868: result: yes
531configure:16899: checking for the distutils Python package
532configure:16903: result: yes
533configure:16917: checking for Python include path
534configure:16927: result: -I/usr/include/python2.7
535configure:16934: checking for Python library path
536configure:17019: result: -L/usr/lib -lpython2.7
537configure:17026: checking for Python site-packages path
538configure:17032: result: /usr/lib/python2.7/dist-packages
539configure:17039: checking python extra libraries
540configure:17046: result: -L/usr/lib -lz -lpthread -ldl  -lutil -lm
541configure:17053: checking python extra linking flags
542configure:17060: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
543configure:17067: checking consistency of all components of python development environment
544configure:17093: gcc -o conftest -g -O2  -I/usr/include/python2.7  conftest.c  -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -L/usr/lib -lz -lpthread -ldl  -lutil -lm >&5
545configure:17093: $? = 0
546configure:17110: result: yes
547configure:17198: checking for python version
548configure:17205: result: 2.7
549configure:17217: checking for python platform
550configure:17224: result: linux2
551configure:17250: checking for python script directory
552configure:17285: result: ${prefix}/lib/python2.7/dist-packages
553configure:17294: checking for python extension module directory
554configure:17329: result: ${exec_prefix}/lib/python2.7/dist-packages
555configure:17364: checking for pkg-config
556configure:17382: found /usr/bin/pkg-config
557configure:17394: result: /usr/bin/pkg-config
558configure:17450: checking whether compiling and linking against OpenSSL works
559Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto; OPENSSL_INCLUDES=
560configure:17472: gcc -o conftest -g -O2     conftest.c -lssl -lcrypto  >&5
561configure:17472: $? = 0
562configure:17474: result: yes
563configure:17517: checking for pkg-config
564configure:17547: result: /usr/bin/pkg-config
565configure:17581: checking for xmlsec1-config
566configure:17599: found /usr/bin/xmlsec1-config
567configure:17611: result: /usr/bin/xmlsec1-config
568configure:17621: checking for xmlsec/xmlsec.h in /usr/local
569configure:17632: result: no
570configure:17621: checking for xmlsec/xmlsec.h in /usr
571configure:17628: result: yes
572configure:17648: checking whether compiling and linking against XMLSEC1 works
573Trying link with XMLSEC1_LDFLAGS=-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto; XMLSEC1_LIBS=-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto; XMLSEC1_INCLUDES=-D__XMLSEC_FUNCTION__=__func__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_GOST2012=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/xmlsec1 -I/usr/include/libxml2 -DXMLSEC_OPENSSL_110=1 -DXMLSEC_CRYPTO_OPENSSL=1
574configure:17670: gcc -o conftest -g -O2 -D__XMLSEC_FUNCTION__=__func__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_GOST2012=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/xmlsec1 -I/usr/include/libxml2 -DXMLSEC_OPENSSL_110=1 -DXMLSEC_CRYPTO_OPENSSL=1   -L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto conftest.c -L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto  >&5
575configure:17670: $? = 0
576configure:17672: result: yes
577configure:17714: checking for pkg-config
578configure:17744: result: /usr/bin/pkg-config
579configure:17778: checking for xml2-config
580configure:17796: found /usr/bin/xml2-config
581configure:17808: result: /usr/bin/xml2-config
582configure:17818: checking for libxml/tree.h in /usr/local
583configure:17829: result: no
584configure:17818: checking for libxml/tree.h in /usr
585configure:17825: result: yes
586configure:17845: checking whether compiling and linking against XML2 works
587Trying link with XML2_LDFLAGS=-lxml2; XML2_LIBS=-lxml2; XML2_INCLUDES=-I/usr/include/libxml2
588configure:17867: gcc -o conftest -g -O2 -I/usr/include/libxml2   -lxml2 conftest.c -lxml2  >&5
589configure:17867: $? = 0
590configure:17869: result: yes
591configure:17898: checking for swig
592configure:17916: found /usr/bin/swig
593configure:17928: result: /usr/bin/swig
594configure:17942: checking SWIG version
595configure:17945: result: 3.0.10
596configure:17994: checking for SWIG library
597configure:17997: result: /usr/share/swig3.0
598configure:18045: checking for site_perl directory
599configure:18050: result: /usr/local/lib/site_perl
600configure:18064: checking for inttypes.h
601configure:18064: result: yes
602configure:18064: checking stddef.h usability
603configure:18064: gcc -c -g -O2  conftest.c >&5
604configure:18064: $? = 0
605configure:18064: result: yes
606configure:18064: checking stddef.h presence
607configure:18064: gcc -E  conftest.c
608configure:18064: $? = 0
609configure:18064: result: yes
610configure:18064: checking for stddef.h
611configure:18064: result: yes
612configure:18064: checking for stdlib.h
613configure:18064: result: yes
614configure:18064: checking for string.h
615configure:18064: result: yes
616configure:18064: checking readpassphrase.h usability
617configure:18064: gcc -c -g -O2  conftest.c >&5
618conftest.c:61:28: fatal error: readpassphrase.h: No such file or directory
619 #include <readpassphrase.h>
620                            ^
621compilation terminated.
622configure:18064: $? = 1
623configure: failed program was:
624| /* confdefs.h */
625| #define PACKAGE_NAME "ABAC"
626| #define PACKAGE_TARNAME "abac"
627| #define PACKAGE_VERSION "0.1.9"
628| #define PACKAGE_STRING "ABAC 0.1.9"
629| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
630| #define PACKAGE_URL ""
631| #define PACKAGE "abac"
632| #define VERSION "0.1.9"
633| #define STDC_HEADERS 1
634| #define HAVE_SYS_TYPES_H 1
635| #define HAVE_SYS_STAT_H 1
636| #define HAVE_STDLIB_H 1
637| #define HAVE_STRING_H 1
638| #define HAVE_MEMORY_H 1
639| #define HAVE_STRINGS_H 1
640| #define HAVE_INTTYPES_H 1
641| #define HAVE_STDINT_H 1
642| #define HAVE_UNISTD_H 1
643| #define HAVE_DLFCN_H 1
644| #define LT_OBJDIR ".libs/"
645| #define HAVE_PYTHON "2.7"
646| #define HAVE_INTTYPES_H 1
647| #define HAVE_STDDEF_H 1
648| #define HAVE_STDLIB_H 1
649| #define HAVE_STRING_H 1
650| /* end confdefs.h.  */
651| #include <stdio.h>
652| #ifdef HAVE_SYS_TYPES_H
653| # include <sys/types.h>
654| #endif
655| #ifdef HAVE_SYS_STAT_H
656| # include <sys/stat.h>
657| #endif
658| #ifdef STDC_HEADERS
659| # include <stdlib.h>
660| # include <stddef.h>
661| #else
662| # ifdef HAVE_STDLIB_H
663| #  include <stdlib.h>
664| # endif
665| #endif
666| #ifdef HAVE_STRING_H
667| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
668| #  include <memory.h>
669| # endif
670| # include <string.h>
671| #endif
672| #ifdef HAVE_STRINGS_H
673| # include <strings.h>
674| #endif
675| #ifdef HAVE_INTTYPES_H
676| # include <inttypes.h>
677| #endif
678| #ifdef HAVE_STDINT_H
679| # include <stdint.h>
680| #endif
681| #ifdef HAVE_UNISTD_H
682| # include <unistd.h>
683| #endif
684| #include <readpassphrase.h>
685configure:18064: result: no
686configure:18064: checking readpassphrase.h presence
687configure:18064: gcc -E  conftest.c
688conftest.c:28:28: fatal error: readpassphrase.h: No such file or directory
689 #include <readpassphrase.h>
690                            ^
691compilation terminated.
692configure:18064: $? = 1
693configure: failed program was:
694| /* confdefs.h */
695| #define PACKAGE_NAME "ABAC"
696| #define PACKAGE_TARNAME "abac"
697| #define PACKAGE_VERSION "0.1.9"
698| #define PACKAGE_STRING "ABAC 0.1.9"
699| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
700| #define PACKAGE_URL ""
701| #define PACKAGE "abac"
702| #define VERSION "0.1.9"
703| #define STDC_HEADERS 1
704| #define HAVE_SYS_TYPES_H 1
705| #define HAVE_SYS_STAT_H 1
706| #define HAVE_STDLIB_H 1
707| #define HAVE_STRING_H 1
708| #define HAVE_MEMORY_H 1
709| #define HAVE_STRINGS_H 1
710| #define HAVE_INTTYPES_H 1
711| #define HAVE_STDINT_H 1
712| #define HAVE_UNISTD_H 1
713| #define HAVE_DLFCN_H 1
714| #define LT_OBJDIR ".libs/"
715| #define HAVE_PYTHON "2.7"
716| #define HAVE_INTTYPES_H 1
717| #define HAVE_STDDEF_H 1
718| #define HAVE_STDLIB_H 1
719| #define HAVE_STRING_H 1
720| /* end confdefs.h.  */
721| #include <readpassphrase.h>
722configure:18064: result: no
723configure:18064: checking for readpassphrase.h
724configure:18064: result: no
725configure:18064: checking paths.h usability
726configure:18064: gcc -c -g -O2  conftest.c >&5
727configure:18064: $? = 0
728configure:18064: result: yes
729configure:18064: checking paths.h presence
730configure:18064: gcc -E  conftest.c
731configure:18064: $? = 0
732configure:18064: result: yes
733configure:18064: checking for paths.h
734configure:18064: result: yes
735configure:18076: checking for stdbool.h that conforms to C99
736configure:18143: gcc -c -g -O2  conftest.c >&5
737configure:18143: $? = 0
738configure:18150: result: yes
739configure:18152: checking for _Bool
740configure:18152: gcc -c -g -O2  conftest.c >&5
741configure:18152: $? = 0
742configure:18152: gcc -c -g -O2  conftest.c >&5
743conftest.c: In function 'main':
744conftest.c:65:20: error: expected expression before ')' token
745 if (sizeof ((_Bool)))
746                    ^
747configure:18152: $? = 1
748configure: failed program was:
749| /* confdefs.h */
750| #define PACKAGE_NAME "ABAC"
751| #define PACKAGE_TARNAME "abac"
752| #define PACKAGE_VERSION "0.1.9"
753| #define PACKAGE_STRING "ABAC 0.1.9"
754| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
755| #define PACKAGE_URL ""
756| #define PACKAGE "abac"
757| #define VERSION "0.1.9"
758| #define STDC_HEADERS 1
759| #define HAVE_SYS_TYPES_H 1
760| #define HAVE_SYS_STAT_H 1
761| #define HAVE_STDLIB_H 1
762| #define HAVE_STRING_H 1
763| #define HAVE_MEMORY_H 1
764| #define HAVE_STRINGS_H 1
765| #define HAVE_INTTYPES_H 1
766| #define HAVE_STDINT_H 1
767| #define HAVE_UNISTD_H 1
768| #define HAVE_DLFCN_H 1
769| #define LT_OBJDIR ".libs/"
770| #define HAVE_PYTHON "2.7"
771| #define HAVE_INTTYPES_H 1
772| #define HAVE_STDDEF_H 1
773| #define HAVE_STDLIB_H 1
774| #define HAVE_STRING_H 1
775| #define HAVE_PATHS_H 1
776| /* end confdefs.h.  */
777| #include <stdio.h>
778| #ifdef HAVE_SYS_TYPES_H
779| # include <sys/types.h>
780| #endif
781| #ifdef HAVE_SYS_STAT_H
782| # include <sys/stat.h>
783| #endif
784| #ifdef STDC_HEADERS
785| # include <stdlib.h>
786| # include <stddef.h>
787| #else
788| # ifdef HAVE_STDLIB_H
789| #  include <stdlib.h>
790| # endif
791| #endif
792| #ifdef HAVE_STRING_H
793| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
794| #  include <memory.h>
795| # endif
796| # include <string.h>
797| #endif
798| #ifdef HAVE_STRINGS_H
799| # include <strings.h>
800| #endif
801| #ifdef HAVE_INTTYPES_H
802| # include <inttypes.h>
803| #endif
804| #ifdef HAVE_STDINT_H
805| # include <stdint.h>
806| #endif
807| #ifdef HAVE_UNISTD_H
808| # include <unistd.h>
809| #endif
810| int
811| main ()
812| {
813| if (sizeof ((_Bool)))
814|           return 0;
815|   ;
816|   return 0;
817| }
818configure:18152: result: yes
819configure:18169: checking for size_t
820configure:18169: gcc -c -g -O2  conftest.c >&5
821configure:18169: $? = 0
822configure:18169: gcc -c -g -O2  conftest.c >&5
823conftest.c: In function 'main':
824conftest.c:67:21: error: expected expression before ')' token
825 if (sizeof ((size_t)))
826                     ^
827configure:18169: $? = 1
828configure: failed program was:
829| /* confdefs.h */
830| #define PACKAGE_NAME "ABAC"
831| #define PACKAGE_TARNAME "abac"
832| #define PACKAGE_VERSION "0.1.9"
833| #define PACKAGE_STRING "ABAC 0.1.9"
834| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
835| #define PACKAGE_URL ""
836| #define PACKAGE "abac"
837| #define VERSION "0.1.9"
838| #define STDC_HEADERS 1
839| #define HAVE_SYS_TYPES_H 1
840| #define HAVE_SYS_STAT_H 1
841| #define HAVE_STDLIB_H 1
842| #define HAVE_STRING_H 1
843| #define HAVE_MEMORY_H 1
844| #define HAVE_STRINGS_H 1
845| #define HAVE_INTTYPES_H 1
846| #define HAVE_STDINT_H 1
847| #define HAVE_UNISTD_H 1
848| #define HAVE_DLFCN_H 1
849| #define LT_OBJDIR ".libs/"
850| #define HAVE_PYTHON "2.7"
851| #define HAVE_INTTYPES_H 1
852| #define HAVE_STDDEF_H 1
853| #define HAVE_STDLIB_H 1
854| #define HAVE_STRING_H 1
855| #define HAVE_PATHS_H 1
856| #define HAVE__BOOL 1
857| #define HAVE_STDBOOL_H 1
858| /* end confdefs.h.  */
859| #include <stdio.h>
860| #ifdef HAVE_SYS_TYPES_H
861| # include <sys/types.h>
862| #endif
863| #ifdef HAVE_SYS_STAT_H
864| # include <sys/stat.h>
865| #endif
866| #ifdef STDC_HEADERS
867| # include <stdlib.h>
868| # include <stddef.h>
869| #else
870| # ifdef HAVE_STDLIB_H
871| #  include <stdlib.h>
872| # endif
873| #endif
874| #ifdef HAVE_STRING_H
875| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
876| #  include <memory.h>
877| # endif
878| # include <string.h>
879| #endif
880| #ifdef HAVE_STRINGS_H
881| # include <strings.h>
882| #endif
883| #ifdef HAVE_INTTYPES_H
884| # include <inttypes.h>
885| #endif
886| #ifdef HAVE_STDINT_H
887| # include <stdint.h>
888| #endif
889| #ifdef HAVE_UNISTD_H
890| # include <unistd.h>
891| #endif
892| int
893| main ()
894| {
895| if (sizeof ((size_t)))
896|           return 0;
897|   ;
898|   return 0;
899| }
900configure:18169: result: yes
901configure:18180: checking for uint16_t
902configure:18180: gcc -c -g -O2  conftest.c >&5
903configure:18180: $? = 0
904configure:18180: result: yes
905configure:18192: checking for uint32_t
906configure:18192: gcc -c -g -O2  conftest.c >&5
907configure:18192: $? = 0
908configure:18192: result: yes
909configure:18206: checking for uint8_t
910configure:18206: gcc -c -g -O2  conftest.c >&5
911configure:18206: $? = 0
912configure:18206: result: yes
913configure:18220: checking for ptrdiff_t
914configure:18220: gcc -c -g -O2  conftest.c >&5
915configure:18220: $? = 0
916configure:18220: gcc -c -g -O2  conftest.c >&5
917conftest.c: In function 'main':
918conftest.c:67:24: error: expected expression before ')' token
919 if (sizeof ((ptrdiff_t)))
920                        ^
921configure:18220: $? = 1
922configure: failed program was:
923| /* confdefs.h */
924| #define PACKAGE_NAME "ABAC"
925| #define PACKAGE_TARNAME "abac"
926| #define PACKAGE_VERSION "0.1.9"
927| #define PACKAGE_STRING "ABAC 0.1.9"
928| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
929| #define PACKAGE_URL ""
930| #define PACKAGE "abac"
931| #define VERSION "0.1.9"
932| #define STDC_HEADERS 1
933| #define HAVE_SYS_TYPES_H 1
934| #define HAVE_SYS_STAT_H 1
935| #define HAVE_STDLIB_H 1
936| #define HAVE_STRING_H 1
937| #define HAVE_MEMORY_H 1
938| #define HAVE_STRINGS_H 1
939| #define HAVE_INTTYPES_H 1
940| #define HAVE_STDINT_H 1
941| #define HAVE_UNISTD_H 1
942| #define HAVE_DLFCN_H 1
943| #define LT_OBJDIR ".libs/"
944| #define HAVE_PYTHON "2.7"
945| #define HAVE_INTTYPES_H 1
946| #define HAVE_STDDEF_H 1
947| #define HAVE_STDLIB_H 1
948| #define HAVE_STRING_H 1
949| #define HAVE_PATHS_H 1
950| #define HAVE__BOOL 1
951| #define HAVE_STDBOOL_H 1
952| /* end confdefs.h.  */
953| #include <stdio.h>
954| #ifdef HAVE_SYS_TYPES_H
955| # include <sys/types.h>
956| #endif
957| #ifdef HAVE_SYS_STAT_H
958| # include <sys/stat.h>
959| #endif
960| #ifdef STDC_HEADERS
961| # include <stdlib.h>
962| # include <stddef.h>
963| #else
964| # ifdef HAVE_STDLIB_H
965| #  include <stdlib.h>
966| # endif
967| #endif
968| #ifdef HAVE_STRING_H
969| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
970| #  include <memory.h>
971| # endif
972| # include <string.h>
973| #endif
974| #ifdef HAVE_STRINGS_H
975| # include <strings.h>
976| #endif
977| #ifdef HAVE_INTTYPES_H
978| # include <inttypes.h>
979| #endif
980| #ifdef HAVE_STDINT_H
981| # include <stdint.h>
982| #endif
983| #ifdef HAVE_UNISTD_H
984| # include <unistd.h>
985| #endif
986| int
987| main ()
988| {
989| if (sizeof ((ptrdiff_t)))
990|           return 0;
991|   ;
992|   return 0;
993| }
994configure:18220: result: yes
995configure:18230: checking checking for header-guard
996configure:18238: gcc -c -g -O2 -Werror -Wno-error=header-guard  conftest.c >&5
997cc1: error: -Werror=header-guard: no option -Wheader-guard
998configure:18238: $? = 1
999configure: failed program was:
1000| /* confdefs.h */
1001| #define PACKAGE_NAME "ABAC"
1002| #define PACKAGE_TARNAME "abac"
1003| #define PACKAGE_VERSION "0.1.9"
1004| #define PACKAGE_STRING "ABAC 0.1.9"
1005| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
1006| #define PACKAGE_URL ""
1007| #define PACKAGE "abac"
1008| #define VERSION "0.1.9"
1009| #define STDC_HEADERS 1
1010| #define HAVE_SYS_TYPES_H 1
1011| #define HAVE_SYS_STAT_H 1
1012| #define HAVE_STDLIB_H 1
1013| #define HAVE_STRING_H 1
1014| #define HAVE_MEMORY_H 1
1015| #define HAVE_STRINGS_H 1
1016| #define HAVE_INTTYPES_H 1
1017| #define HAVE_STDINT_H 1
1018| #define HAVE_UNISTD_H 1
1019| #define HAVE_DLFCN_H 1
1020| #define LT_OBJDIR ".libs/"
1021| #define HAVE_PYTHON "2.7"
1022| #define HAVE_INTTYPES_H 1
1023| #define HAVE_STDDEF_H 1
1024| #define HAVE_STDLIB_H 1
1025| #define HAVE_STRING_H 1
1026| #define HAVE_PATHS_H 1
1027| #define HAVE__BOOL 1
1028| #define HAVE_STDBOOL_H 1
1029| #define HAVE_PTRDIFF_T 1
1030| /* end confdefs.h.  */
1031|
1032configure:18242: result: no
1033configure:18247: checking whether _PATH_TTY is declared
1034configure:18247: gcc -c -g -O2  conftest.c >&5
1035configure:18247: $? = 0
1036configure:18247: result: yes
1037configure:18267: checking for stdlib.h
1038configure:18267: result: yes
1039configure:18277: checking for GNU libc compatible malloc
1040configure:18301: gcc -o conftest -g -O2   conftest.c  >&5
1041configure:18301: $? = 0
1042configure:18301: ./conftest
1043configure:18301: $? = 0
1044configure:18311: result: yes
1045configure:18335: checking for atexit
1046configure:18335: gcc -o conftest -g -O2   conftest.c  >&5
1047configure:18335: $? = 0
1048configure:18335: result: yes
1049configure:18335: checking for memset
1050configure:18335: gcc -o conftest -g -O2   conftest.c  >&5
1051conftest.c:58:6: warning: conflicting types for built-in function 'memset'
1052 char memset ();
1053      ^~~~~~
1054configure:18335: $? = 0
1055configure:18335: result: yes
1056configure:18335: checking for strchr
1057configure:18335: gcc -o conftest -g -O2   conftest.c  >&5
1058conftest.c:59:6: warning: conflicting types for built-in function 'strchr'
1059 char strchr ();
1060      ^~~~~~
1061configure:18335: $? = 0
1062configure:18335: result: yes
1063configure:18335: checking for strdup
1064configure:18335: gcc -o conftest -g -O2   conftest.c  >&5
1065conftest.c:60:6: warning: conflicting types for built-in function 'strdup'
1066 char strdup ();
1067      ^~~~~~
1068configure:18335: $? = 0
1069configure:18335: result: yes
1070configure:18335: checking for readpassphrase
1071configure:18335: gcc -o conftest -g -O2   conftest.c  >&5
1072/tmp/ccLBshV9.o: In function `main':
1073/home/khaefner/Source/abac/conftest.c:72: undefined reference to `readpassphrase'
1074collect2: error: ld returned 1 exit status
1075configure:18335: $? = 1
1076configure: failed program was:
1077| /* confdefs.h */
1078| #define PACKAGE_NAME "ABAC"
1079| #define PACKAGE_TARNAME "abac"
1080| #define PACKAGE_VERSION "0.1.9"
1081| #define PACKAGE_STRING "ABAC 0.1.9"
1082| #define PACKAGE_BUGREPORT "faber@ISI.EDU"
1083| #define PACKAGE_URL ""
1084| #define PACKAGE "abac"
1085| #define VERSION "0.1.9"
1086| #define STDC_HEADERS 1
1087| #define HAVE_SYS_TYPES_H 1
1088| #define HAVE_SYS_STAT_H 1
1089| #define HAVE_STDLIB_H 1
1090| #define HAVE_STRING_H 1
1091| #define HAVE_MEMORY_H 1
1092| #define HAVE_STRINGS_H 1
1093| #define HAVE_INTTYPES_H 1
1094| #define HAVE_STDINT_H 1
1095| #define HAVE_UNISTD_H 1
1096| #define HAVE_DLFCN_H 1
1097| #define LT_OBJDIR ".libs/"
1098| #define HAVE_PYTHON "2.7"
1099| #define HAVE_INTTYPES_H 1
1100| #define HAVE_STDDEF_H 1
1101| #define HAVE_STDLIB_H 1
1102| #define HAVE_STRING_H 1
1103| #define HAVE_PATHS_H 1
1104| #define HAVE__BOOL 1
1105| #define HAVE_STDBOOL_H 1
1106| #define HAVE_PTRDIFF_T 1
1107| #define HAVE_STDLIB_H 1
1108| #define HAVE_MALLOC 1
1109| #define HAVE_ATEXIT 1
1110| #define HAVE_MEMSET 1
1111| #define HAVE_STRCHR 1
1112| #define HAVE_STRDUP 1
1113| /* end confdefs.h.  */
1114| /* Define readpassphrase to an innocuous variant, in case <limits.h> declares readpassphrase.
1115|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1116| #define readpassphrase innocuous_readpassphrase
1117|
1118| /* System header to define __stub macros and hopefully few prototypes,
1119|     which can conflict with char readpassphrase (); below.
1120|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1121|     <limits.h> exists even on freestanding compilers.  */
1122|
1123| #ifdef __STDC__
1124| # include <limits.h>
1125| #else
1126| # include <assert.h>
1127| #endif
1128|
1129| #undef readpassphrase
1130|
1131| /* Override any GCC internal prototype to avoid an error.
1132|    Use char because int might match the return type of a GCC
1133|    builtin and then its argument prototype would still apply.  */
1134| #ifdef __cplusplus
1135| extern "C"
1136| #endif
1137| char readpassphrase ();
1138| /* The GNU C library defines this for functions which it implements
1139|     to always fail with ENOSYS.  Some functions are actually named
1140|     something starting with __ and the normal name is an alias.  */
1141| #if defined __stub_readpassphrase || defined __stub___readpassphrase
1142| choke me
1143| #endif
1144|
1145| int
1146| main ()
1147| {
1148| return readpassphrase ();
1149|   ;
1150|   return 0;
1151| }
1152configure:18335: result: no
1153configure:18492: checking that generated files are newer than configure
1154configure:18498: result: done
1155configure:18529: creating ./config.status
1156
1157## ---------------------- ##
1158## Running config.status. ##
1159## ---------------------- ##
1160
1161This file was extended by ABAC config.status 0.1.9, which was
1162generated by GNU Autoconf 2.69.  Invocation command line was
1163
1164  CONFIG_FILES    =
1165  CONFIG_HEADERS  =
1166  CONFIG_LINKS    =
1167  CONFIG_COMMANDS =
1168  $ ./config.status
1169
1170on kaliIOT
1171
1172config.status:1119: creating Makefile
1173config.status:1119: creating tests/Makefile
1174config.status:1119: creating tests/creddy_tests/Makefile
1175config.status:1119: creating tests/creddy_prover_tests/Makefile
1176config.status:1119: creating tests/attr_tests/Makefile
1177config.status:1119: creating tests/python_tests/Makefile
1178config.status:1119: creating tests/scaling_tests/Makefile
1179config.status:1119: creating tests/scaling_tests/daisychain/Makefile
1180config.status:1119: creating tests/scaling_tests/daisychain/likes_python/Makefile
1181config.status:1119: creating tests/scaling_tests/haystack/Makefile
1182config.status:1119: creating tests/scaling_tests/haystack/ralphs_prover/Makefile
1183config.status:1119: creating tests/example_scripts/Makefile
1184config.status:1119: creating tests/example_scripts/wiki/Makefile
1185config.status:1119: creating tests/example_scripts/c/Makefile
1186config.status:1119: creating tests/example_scripts/python/Makefile
1187config.status:1119: creating tests/example_scripts/perl/Makefile
1188config.status:1291: executing depfiles commands
1189config.status:1291: executing libtool commands
1190
1191## ---------------- ##
1192## Cache variables. ##
1193## ---------------- ##
1194
1195ac_cv_build=x86_64-pc-linux-gnu
1196ac_cv_c_compiler_gnu=yes
1197ac_cv_c_uint16_t=yes
1198ac_cv_c_uint32_t=yes
1199ac_cv_c_uint8_t=yes
1200ac_cv_cxx_compiler_gnu=yes
1201ac_cv_env_CCC_set=
1202ac_cv_env_CCC_value=
1203ac_cv_env_CC_set=
1204ac_cv_env_CC_value=
1205ac_cv_env_CFLAGS_set=
1206ac_cv_env_CFLAGS_value=
1207ac_cv_env_CPPFLAGS_set=
1208ac_cv_env_CPPFLAGS_value=
1209ac_cv_env_CPP_set=
1210ac_cv_env_CPP_value=
1211ac_cv_env_CXXCPP_set=
1212ac_cv_env_CXXCPP_value=
1213ac_cv_env_CXXFLAGS_set=
1214ac_cv_env_CXXFLAGS_value=
1215ac_cv_env_CXX_set=
1216ac_cv_env_CXX_value=
1217ac_cv_env_LDFLAGS_set=
1218ac_cv_env_LDFLAGS_value=
1219ac_cv_env_LIBS_set=
1220ac_cv_env_LIBS_value=
1221ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1222ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1223ac_cv_env_PYTHON_VERSION_set=
1224ac_cv_env_PYTHON_VERSION_value=
1225ac_cv_env_PYTHON_set=
1226ac_cv_env_PYTHON_value=
1227ac_cv_env_build_alias_set=
1228ac_cv_env_build_alias_value=
1229ac_cv_env_host_alias_set=
1230ac_cv_env_host_alias_value=
1231ac_cv_env_target_alias_set=
1232ac_cv_env_target_alias_value=
1233ac_cv_func_atexit=yes
1234ac_cv_func_malloc_0_nonnull=yes
1235ac_cv_func_memset=yes
1236ac_cv_func_readpassphrase=no
1237ac_cv_func_strchr=yes
1238ac_cv_func_strdup=yes
1239ac_cv_have_decl__PATH_TTY=yes
1240ac_cv_header_dlfcn_h=yes
1241ac_cv_header_inttypes_h=yes
1242ac_cv_header_memory_h=yes
1243ac_cv_header_paths_h=yes
1244ac_cv_header_readpassphrase_h=no
1245ac_cv_header_stdbool_h=yes
1246ac_cv_header_stdc=yes
1247ac_cv_header_stddef_h=yes
1248ac_cv_header_stdint_h=yes
1249ac_cv_header_stdlib_h=yes
1250ac_cv_header_string_h=yes
1251ac_cv_header_strings_h=yes
1252ac_cv_header_sys_stat_h=yes
1253ac_cv_header_sys_types_h=yes
1254ac_cv_header_unistd_h=yes
1255ac_cv_host=x86_64-pc-linux-gnu
1256ac_cv_objext=o
1257ac_cv_path_EGREP='/bin/grep -E'
1258ac_cv_path_FGREP='/bin/grep -F'
1259ac_cv_path_GREP=/bin/grep
1260ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
1261ac_cv_path_PYTHON=/usr/bin/python
1262ac_cv_path_SED=/bin/sed
1263ac_cv_path_SWIG=/usr/bin/swig
1264ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config
1265ac_cv_path_XMLSEC1_CONFIG=/usr/bin/xmlsec1-config
1266ac_cv_path_install='/usr/bin/install -c'
1267ac_cv_path_lt_DD=/bin/dd
1268ac_cv_path_mkdir=/bin/mkdir
1269ac_cv_prog_AWK=mawk
1270ac_cv_prog_CPP='gcc -E'
1271ac_cv_prog_CXXCPP='g++ -E'
1272ac_cv_prog_PERL=perl
1273ac_cv_prog_ac_ct_AR=ar
1274ac_cv_prog_ac_ct_CC=gcc
1275ac_cv_prog_ac_ct_CXX=g++
1276ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
1277ac_cv_prog_ac_ct_OBJDUMP=objdump
1278ac_cv_prog_ac_ct_RANLIB=ranlib
1279ac_cv_prog_ac_ct_STRIP=strip
1280ac_cv_prog_cc_c89=
1281ac_cv_prog_cc_g=yes
1282ac_cv_prog_cxx_g=yes
1283ac_cv_prog_make_make_set=yes
1284ac_cv_type__Bool=yes
1285ac_cv_type_ptrdiff_t=yes
1286ac_cv_type_size_t=yes
1287am_cv_CC_dependencies_compiler_type=gcc3
1288am_cv_CXX_dependencies_compiler_type=gcc3
1289am_cv_make_support_nested_variables=yes
1290am_cv_prog_cc_c_o=yes
1291am_cv_python_platform=linux2
1292am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
1293am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
1294am_cv_python_version=2.7
1295lt_cv_ar_at_file=@
1296lt_cv_archive_cmds_need_lc=no
1297lt_cv_deplibs_check_method=pass_all
1298lt_cv_file_magic_cmd='$MAGIC_CMD'
1299lt_cv_file_magic_test_file=
1300lt_cv_ld_reload_flag=-r
1301lt_cv_nm_interface='BSD nm'
1302lt_cv_objdir=.libs
1303lt_cv_path_LD=/usr/bin/ld
1304lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
1305lt_cv_path_NM='/usr/bin/nm -B'
1306lt_cv_path_mainfest_tool=no
1307lt_cv_prog_compiler_c_o=yes
1308lt_cv_prog_compiler_c_o_CXX=yes
1309lt_cv_prog_compiler_pic='-fPIC -DPIC'
1310lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
1311lt_cv_prog_compiler_pic_works=yes
1312lt_cv_prog_compiler_pic_works_CXX=yes
1313lt_cv_prog_compiler_rtti_exceptions=no
1314lt_cv_prog_compiler_static_works=yes
1315lt_cv_prog_compiler_static_works_CXX=yes
1316lt_cv_prog_gnu_ld=yes
1317lt_cv_prog_gnu_ldcxx=yes
1318lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1319lt_cv_shlibpath_overrides_runpath=yes
1320lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1321lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1322lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1323lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1324lt_cv_sys_global_symbol_to_import=
1325lt_cv_sys_max_cmd_len=1572864
1326lt_cv_to_host_file_cmd=func_convert_file_noop
1327lt_cv_to_tool_file_cmd=func_convert_file_noop
1328lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1329
1330## ----------------- ##
1331## Output variables. ##
1332## ----------------- ##
1333
1334ACLOCAL='${SHELL} /home/khaefner/Source/abac/missing aclocal-1.15'
1335AMDEPBACKSLASH='\'
1336AMDEP_FALSE='#'
1337AMDEP_TRUE=''
1338AMTAR='$${TAR-tar}'
1339AM_BACKSLASH='\'
1340AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1341AM_DEFAULT_VERBOSITY='1'
1342AM_V='$(V)'
1343AR='ar'
1344AUTOCONF='${SHELL} /home/khaefner/Source/abac/missing autoconf'
1345AUTOHEADER='${SHELL} /home/khaefner/Source/abac/missing autoheader'
1346AUTOMAKE='${SHELL} /home/khaefner/Source/abac/missing automake-1.15'
1347AWK='mawk'
1348AX_SWIG_PYTHON_CPPFLAGS='-I/usr/include/python2.7'
1349AX_SWIG_PYTHON_OPT='-python'
1350CC='gcc'
1351CCDEPMODE='depmode=gcc3'
1352CFLAGS='-g -O2'
1353CPP='gcc -E'
1354CPPFLAGS=''
1355CXX='g++'
1356CXXCPP='g++ -E'
1357CXXDEPMODE='depmode=gcc3'
1358CXXFLAGS='-g -O2'
1359CYGPATH_W='echo'
1360DEFS='-DPACKAGE_NAME=\"ABAC\" -DPACKAGE_TARNAME=\"abac\" -DPACKAGE_VERSION=\"0.1.9\" -DPACKAGE_STRING=\"ABAC\ 0.1.9\" -DPACKAGE_BUGREPORT=\"faber@ISI.EDU\" -DPACKAGE_URL=\"\" -DPACKAGE=\"abac\" -DVERSION=\"0.1.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PYTHON=\"2.7\" -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_PATHS_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ATEXIT=1 -DHAVE_MEMSET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1'
1361DEPDIR='.deps'
1362DLLTOOL='false'
1363DSYMUTIL=''
1364DUMPBIN=''
1365ECHO_C=''
1366ECHO_N='-n'
1367ECHO_T=''
1368EGREP='/bin/grep -E'
1369EXEEXT=''
1370FGREP='/bin/grep -F'
1371GREP='/bin/grep'
1372INSTALL_DATA='${INSTALL} -m 644'
1373INSTALL_PROGRAM='${INSTALL}'
1374INSTALL_SCRIPT='${INSTALL}'
1375INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1376LD='/usr/bin/ld -m elf_x86_64'
1377LDFLAGS=''
1378LIBOBJS=''
1379LIBS=''
1380LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1381LIPO=''
1382LN_S='ln -s'
1383LTLIBOBJS=''
1384LT_SYS_LIBRARY_PATH=''
1385MAKEINFO='${SHELL} /home/khaefner/Source/abac/missing makeinfo'
1386MANIFEST_TOOL=':'
1387MKDIR_P='/bin/mkdir -p'
1388NM='/usr/bin/nm -B'
1389NMEDIT=''
1390OBJDUMP='objdump'
1391OBJEXT='o'
1392OPENSSL_INCLUDES=''
1393OPENSSL_LDFLAGS=''
1394OPENSSL_LIBS='-lssl -lcrypto'
1395OTOOL64=''
1396OTOOL=''
1397PACKAGE='abac'
1398PACKAGE_BUGREPORT='faber@ISI.EDU'
1399PACKAGE_NAME='ABAC'
1400PACKAGE_STRING='ABAC 0.1.9'
1401PACKAGE_TARNAME='abac'
1402PACKAGE_URL=''
1403PACKAGE_VERSION='0.1.9'
1404PATH_SEPARATOR=':'
1405PERL='perl'
1406PKG_CONFIG='/usr/bin/pkg-config'
1407PYTHON='/usr/bin/python'
1408PYTHON_CPPFLAGS='-I/usr/include/python2.7'
1409PYTHON_EXEC_PREFIX='${exec_prefix}'
1410PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
1411PYTHON_EXTRA_LIBS='-L/usr/lib -lz -lpthread -ldl  -lutil -lm'
1412PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
1413PYTHON_PLATFORM='linux2'
1414PYTHON_PREFIX='${prefix}'
1415PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
1416PYTHON_VERSION='2.7'
1417RANLIB='ranlib'
1418SED='/bin/sed'
1419SET_MAKE=''
1420SHELL='/bin/bash'
1421SITE_PERL='/usr/local/lib/site_perl'
1422STRIP='strip'
1423SWIG='/usr/bin/swig -c++'
1424SWIG_LIB='/usr/share/swig3.0'
1425VERSION='0.1.9'
1426XML2_CONFIG='/usr/bin/xml2-config'
1427XML2_INCLUDES='-I/usr/include/libxml2'
1428XML2_LDFLAGS='-lxml2'
1429XML2_LIBS='-lxml2'
1430XMLSEC1_CONFIG='/usr/bin/xmlsec1-config'
1431XMLSEC1_INCLUDES='-D__XMLSEC_FUNCTION__=__func__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_GOST2012=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/xmlsec1 -I/usr/include/libxml2 -DXMLSEC_OPENSSL_110=1 -DXMLSEC_CRYPTO_OPENSSL=1'
1432XMLSEC1_LDFLAGS='-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto'
1433XMLSEC1_LIBS='-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto'
1434ac_ct_AR='ar'
1435ac_ct_CC='gcc'
1436ac_ct_CXX='g++'
1437ac_ct_DUMPBIN=''
1438am__EXEEXT_FALSE=''
1439am__EXEEXT_TRUE='#'
1440am__fastdepCC_FALSE='#'
1441am__fastdepCC_TRUE=''
1442am__fastdepCXX_FALSE='#'
1443am__fastdepCXX_TRUE=''
1444am__include='include'
1445am__isrc=''
1446am__leading_dot='.'
1447am__nodep='_no'
1448am__quote=''
1449am__tar='$${TAR-tar} chof - "$$tardir"'
1450am__untar='$${TAR-tar} xf -'
1451bindir='${exec_prefix}/bin'
1452build='x86_64-pc-linux-gnu'
1453build_alias=''
1454build_cpu='x86_64'
1455build_os='linux-gnu'
1456build_vendor='pc'
1457datadir='${datarootdir}'
1458datarootdir='${prefix}/share'
1459docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1460dvidir='${docdir}'
1461exec_prefix='${prefix}'
1462host='x86_64-pc-linux-gnu'
1463host_alias=''
1464host_cpu='x86_64'
1465host_os='linux-gnu'
1466host_vendor='pc'
1467htmldir='${docdir}'
1468includedir='${prefix}/include'
1469infodir='${datarootdir}/info'
1470install_sh='${SHELL} /home/khaefner/Source/abac/install-sh'
1471libdir='${exec_prefix}/lib'
1472libexecdir='${exec_prefix}/libexec'
1473localedir='${datarootdir}/locale'
1474localstatedir='${prefix}/var'
1475mandir='${datarootdir}/man'
1476mkdir_p='$(MKDIR_P)'
1477oldincludedir='/usr/include'
1478pdfdir='${docdir}'
1479pkgpyexecdir='${pyexecdir}/abac'
1480pkgpythondir='${pythondir}/abac'
1481prefix='/usr/local'
1482program_transform_name='s,x,x,'
1483psdir='${docdir}'
1484pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
1485pythondir='${prefix}/lib/python2.7/dist-packages'
1486runstatedir='${localstatedir}/run'
1487sbindir='${exec_prefix}/sbin'
1488sharedstatedir='${prefix}/com'
1489sysconfdir='${prefix}/etc'
1490target_alias=''
1491
1492## ----------- ##
1493## confdefs.h. ##
1494## ----------- ##
1495
1496/* confdefs.h */
1497#define PACKAGE_NAME "ABAC"
1498#define PACKAGE_TARNAME "abac"
1499#define PACKAGE_VERSION "0.1.9"
1500#define PACKAGE_STRING "ABAC 0.1.9"
1501#define PACKAGE_BUGREPORT "faber@ISI.EDU"
1502#define PACKAGE_URL ""
1503#define PACKAGE "abac"
1504#define VERSION "0.1.9"
1505#define STDC_HEADERS 1
1506#define HAVE_SYS_TYPES_H 1
1507#define HAVE_SYS_STAT_H 1
1508#define HAVE_STDLIB_H 1
1509#define HAVE_STRING_H 1
1510#define HAVE_MEMORY_H 1
1511#define HAVE_STRINGS_H 1
1512#define HAVE_INTTYPES_H 1
1513#define HAVE_STDINT_H 1
1514#define HAVE_UNISTD_H 1
1515#define HAVE_DLFCN_H 1
1516#define LT_OBJDIR ".libs/"
1517#define HAVE_PYTHON "2.7"
1518#define HAVE_INTTYPES_H 1
1519#define HAVE_STDDEF_H 1
1520#define HAVE_STDLIB_H 1
1521#define HAVE_STRING_H 1
1522#define HAVE_PATHS_H 1
1523#define HAVE__BOOL 1
1524#define HAVE_STDBOOL_H 1
1525#define HAVE_PTRDIFF_T 1
1526#define HAVE_STDLIB_H 1
1527#define HAVE_MALLOC 1
1528#define HAVE_ATEXIT 1
1529#define HAVE_MEMSET 1
1530#define HAVE_STRCHR 1
1531#define HAVE_STRDUP 1
1532
1533configure: exit 0
Note: See TracBrowser for help on using the repository browser.