blob: 845def8c28824437cc32a7946357e602d55ded21 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by ucommon configure 6.0.7, which was
5generated by GNU Autoconf 2.69. Invocation command line was
6
7 $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = pcal
14uname -m = x86_64
15uname -r = 3.12.7-300.fc20.x86_64
16uname -s = Linux
17uname -v = #1 SMP Fri Jan 10 15:35:31 UTC 2014
18
19/usr/bin/uname -p = x86_64
20/bin/uname -X = unknown
21
22/bin/arch = x86_64
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: /usr/lib64/qt-3.3/bin
31PATH: /usr/lib64/ccache
32PATH: /usr/local/bin
33PATH: /usr/bin
34PATH: /bin
35PATH: /usr/local/sbin
36PATH: /usr/sbin
37PATH: /home/lisional/.local/bin
38PATH: /usr/local/bin
39PATH: /home/lisional/bin
40PATH: /home/lisional/Dev/ADT/sdk/tools
41PATH: /home/lisional/Dev/ADT/sdk/platform-tools
42PATH: /home/lisional/Dev/ADT/ndk
43PATH: /home/lisional/.local/bin
44PATH: /home/lisional/Dev/ant/bin/ant
45PATH: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc20.x86_64
46PATH: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc20.x86_64/bin
47PATH: /home/lisional/.local/bin
48PATH: /usr/local/bin
49PATH: /home/lisional/bin
50PATH: /home/lisional/Dev/ADT/sdk/tools
51PATH: /home/lisional/Dev/ADT/sdk/platform-tools
52PATH: /home/lisional/Dev/ADT/ndk
53PATH: /home/lisional/.local/bin
54PATH: /home/lisional/Dev/ant/bin/ant
55PATH: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc20.x86_64
56PATH: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc20.x86_64/bin
57
58
59## ----------- ##
60## Core tests. ##
61## ----------- ##
62
63configure:2533: checking build system type
64configure:2547: result: x86_64-unknown-linux-gnu
65configure:2567: checking host system type
66configure:2580: result: x86_64-unknown-linux-gnu
67configure:2600: checking target system type
68configure:2613: result: x86_64-unknown-linux-gnu
69configure:2688: checking for gcc
70configure:2704: found /usr/lib64/ccache/gcc
71configure:2715: result: gcc
72configure:2944: checking for C compiler version
73configure:2953: gcc --version >&5
74gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
75Copyright (C) 2013 Free Software Foundation, Inc.
76This is free software; see the source for copying conditions. There is NO
77warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
78
79configure:2964: $? = 0
80configure:2953: gcc -v >&5
81Using built-in specs.
82COLLECT_GCC=/usr/bin/gcc
83COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
84Target: x86_64-redhat-linux
85Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
86Thread model: posix
87gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC)
88configure:2964: $? = 0
89configure:2953: gcc -V >&5
90gcc: error: unrecognized command line option '-V'
91gcc: fatal error: no input files
92compilation terminated.
93configure:2964: $? = 4
94configure:2953: gcc -qversion >&5
95gcc: error: unrecognized command line option '-qversion'
96gcc: fatal error: no input files
97compilation terminated.
98configure:2964: $? = 4
99configure:2984: checking whether the C compiler works
100configure:3006: gcc conftest.c >&5
101configure:3010: $? = 0
102configure:3058: result: yes
103configure:3061: checking for C compiler default output file name
104configure:3063: result: a.out
105configure:3069: checking for suffix of executables
106configure:3076: gcc -o conftest conftest.c >&5
107configure:3080: $? = 0
108configure:3102: result:
109configure:3124: checking whether we are cross compiling
110configure:3132: gcc -o conftest conftest.c >&5
111configure:3136: $? = 0
112configure:3143: ./conftest
113configure:3147: $? = 0
114configure:3162: result: no
115configure:3167: checking for suffix of object files
116configure:3189: gcc -c conftest.c >&5
117configure:3193: $? = 0
118configure:3214: result: o
119configure:3218: checking whether we are using the GNU C compiler
120configure:3237: gcc -c conftest.c >&5
121configure:3237: $? = 0
122configure:3246: result: yes
123configure:3255: checking whether gcc accepts -g
124configure:3275: gcc -c -g conftest.c >&5
125configure:3275: $? = 0
126configure:3316: result: yes
127configure:3333: checking for gcc option to accept ISO C89
128configure:3396: gcc -c -g -O2 conftest.c >&5
129configure:3396: $? = 0
130configure:3409: result: none needed
131configure:3434: checking how to run the C preprocessor
132configure:3465: gcc -E conftest.c
133configure:3465: $? = 0
134configure:3479: gcc -E conftest.c
135conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
136 #include <ac_nonexistent.h>
137 ^
138compilation terminated.
139configure:3479: $? = 1
140configure: failed program was:
141| /* confdefs.h */
142| #define PACKAGE_NAME "ucommon"
143| #define PACKAGE_TARNAME "ucommon"
144| #define PACKAGE_VERSION "6.0.7"
145| #define PACKAGE_STRING "ucommon 6.0.7"
146| #define PACKAGE_BUGREPORT ""
147| #define PACKAGE_URL ""
148| /* end confdefs.h. */
149| #include <ac_nonexistent.h>
150configure:3504: result: gcc -E
151configure:3524: gcc -E conftest.c
152configure:3524: $? = 0
153configure:3538: gcc -E conftest.c
154conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
155 #include <ac_nonexistent.h>
156 ^
157compilation terminated.
158configure:3538: $? = 1
159configure: failed program was:
160| /* confdefs.h */
161| #define PACKAGE_NAME "ucommon"
162| #define PACKAGE_TARNAME "ucommon"
163| #define PACKAGE_VERSION "6.0.7"
164| #define PACKAGE_STRING "ucommon 6.0.7"
165| #define PACKAGE_BUGREPORT ""
166| #define PACKAGE_URL ""
167| /* end confdefs.h. */
168| #include <ac_nonexistent.h>
169configure:3614: checking for gcc
170configure:3641: result: gcc
171configure:3870: checking for C compiler version
172configure:3879: gcc --version >&5
173gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
174Copyright (C) 2013 Free Software Foundation, Inc.
175This is free software; see the source for copying conditions. There is NO
176warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
177
178configure:3890: $? = 0
179configure:3879: gcc -v >&5
180Using built-in specs.
181COLLECT_GCC=/usr/bin/gcc
182COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
183Target: x86_64-redhat-linux
184Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
185Thread model: posix
186gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC)
187configure:3890: $? = 0
188configure:3879: gcc -V >&5
189gcc: error: unrecognized command line option '-V'
190gcc: fatal error: no input files
191compilation terminated.
192configure:3890: $? = 4
193configure:3879: gcc -qversion >&5
194gcc: error: unrecognized command line option '-qversion'
195gcc: fatal error: no input files
196compilation terminated.
197configure:3890: $? = 4
198configure:3894: checking whether we are using the GNU C compiler
199configure:3922: result: yes
200configure:3931: checking whether gcc accepts -g
201configure:3992: result: yes
202configure:4009: checking for gcc option to accept ISO C89
203configure:4085: result: none needed
204configure:4163: checking for g++
205configure:4179: found /usr/lib64/ccache/g++
206configure:4190: result: g++
207configure:4217: checking for C++ compiler version
208configure:4226: g++ --version >&5
209g++ (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
210Copyright (C) 2013 Free Software Foundation, Inc.
211This is free software; see the source for copying conditions. There is NO
212warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
213
214configure:4237: $? = 0
215configure:4226: g++ -v >&5
216Using built-in specs.
217COLLECT_GCC=/usr/bin/g++
218COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
219Target: x86_64-redhat-linux
220Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
221Thread model: posix
222gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC)
223configure:4237: $? = 0
224configure:4226: g++ -V >&5
225g++: error: unrecognized command line option '-V'
226g++: fatal error: no input files
227compilation terminated.
228configure:4237: $? = 4
229configure:4226: g++ -qversion >&5
230g++: error: unrecognized command line option '-qversion'
231g++: fatal error: no input files
232compilation terminated.
233configure:4237: $? = 4
234configure:4241: checking whether we are using the GNU C++ compiler
235configure:4260: g++ -c conftest.cpp >&5
236configure:4260: $? = 0
237configure:4269: result: yes
238configure:4278: checking whether g++ accepts -g
239configure:4298: g++ -c -g conftest.cpp >&5
240configure:4298: $? = 0
241configure:4339: result: yes
242configure:4367: checking how to run the C++ preprocessor
243configure:4394: g++ -E conftest.cpp
244configure:4394: $? = 0
245configure:4408: g++ -E conftest.cpp
246conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
247 #include <ac_nonexistent.h>
248 ^
249compilation terminated.
250configure:4408: $? = 1
251configure: failed program was:
252| /* confdefs.h */
253| #define PACKAGE_NAME "ucommon"
254| #define PACKAGE_TARNAME "ucommon"
255| #define PACKAGE_VERSION "6.0.7"
256| #define PACKAGE_STRING "ucommon 6.0.7"
257| #define PACKAGE_BUGREPORT ""
258| #define PACKAGE_URL ""
259| /* end confdefs.h. */
260| #include <ac_nonexistent.h>
261configure:4433: result: g++ -E
262configure:4453: g++ -E conftest.cpp
263configure:4453: $? = 0
264configure:4467: g++ -E conftest.cpp
265conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
266 #include <ac_nonexistent.h>
267 ^
268compilation terminated.
269configure:4467: $? = 1
270configure: failed program was:
271| /* confdefs.h */
272| #define PACKAGE_NAME "ucommon"
273| #define PACKAGE_TARNAME "ucommon"
274| #define PACKAGE_VERSION "6.0.7"
275| #define PACKAGE_STRING "ucommon 6.0.7"
276| #define PACKAGE_BUGREPORT ""
277| #define PACKAGE_URL ""
278| /* end confdefs.h. */
279| #include <ac_nonexistent.h>
280configure:4607: checking for C++ compiler version
281configure:4616: g++ --version >&5
282g++ (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
283Copyright (C) 2013 Free Software Foundation, Inc.
284This is free software; see the source for copying conditions. There is NO
285warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
286
287configure:4627: $? = 0
288configure:4616: g++ -v >&5
289Using built-in specs.
290COLLECT_GCC=/usr/bin/g++
291COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
292Target: x86_64-redhat-linux
293Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
294Thread model: posix
295gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC)
296configure:4627: $? = 0
297configure:4616: g++ -V >&5
298g++: error: unrecognized command line option '-V'
299g++: fatal error: no input files
300compilation terminated.
301configure:4627: $? = 4
302configure:4616: g++ -qversion >&5
303g++: error: unrecognized command line option '-qversion'
304g++: fatal error: no input files
305compilation terminated.
306configure:4627: $? = 4
307configure:4631: checking whether we are using the GNU C++ compiler
308configure:4659: result: yes
309configure:4668: checking whether g++ accepts -g
310configure:4729: result: yes
311configure:5101: checking how to print strings
312configure:5128: result: printf
313configure:5149: checking for a sed that does not truncate output
314configure:5213: result: /usr/bin/sed
315configure:5231: checking for grep that handles long lines and -e
316configure:5289: result: /usr/bin/grep
317configure:5294: checking for egrep
318configure:5356: result: /usr/bin/grep -E
319configure:5361: checking for fgrep
320configure:5423: result: /usr/bin/grep -F
321configure:5458: checking for ld used by gcc
322configure:5525: result: /usr/bin/ld
323configure:5532: checking if the linker (/usr/bin/ld) is GNU ld
324configure:5547: result: yes
325configure:5559: checking for BSD- or MS-compatible name lister (nm)
326configure:5608: result: /usr/bin/nm -B
327configure:5738: checking the name lister (/usr/bin/nm -B) interface
328configure:5745: gcc -c -g -O2 conftest.c >&5
329configure:5748: /usr/bin/nm -B "conftest.o"
330configure:5751: output
3310000000000000000 B some_variable
332configure:5758: result: BSD nm
333configure:5761: checking whether ln -s works
334configure:5765: result: yes
335configure:5773: checking the maximum length of command line arguments
336configure:5903: result: 1572864
337configure:5920: checking whether the shell understands some XSI constructs
338configure:5930: result: yes
339configure:5934: checking whether the shell understands "+="
340configure:5940: result: yes
341configure:5975: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
342configure:6015: result: func_convert_file_noop
343configure:6022: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
344configure:6042: result: func_convert_file_noop
345configure:6049: checking for /usr/bin/ld option to reload object files
346configure:6056: result: -r
347configure:6130: checking for objdump
348configure:6157: result: objdump
349configure:6186: checking how to recognize dependent libraries
350configure:6388: result: pass_all
351configure:6473: checking for dlltool
352configure:6500: result: dlltool
353configure:6530: checking how to associate runtime and link libraries
354configure:6557: result: printf %s\n
355configure:6618: checking for ar
356configure:6634: found /usr/bin/ar
357configure:6645: result: ar
358configure:6682: checking for archiver @FILE support
359configure:6699: gcc -c -g -O2 conftest.c >&5
360configure:6699: $? = 0
361configure:6702: ar cru libconftest.a @conftest.lst >&5
362configure:6705: $? = 0
363configure:6710: ar cru libconftest.a @conftest.lst >&5
364ar: conftest.o: No such file or directory
365configure:6713: $? = 1
366configure:6725: result: @
367configure:6783: checking for strip
368configure:6799: found /usr/bin/strip
369configure:6810: result: strip
370configure:6882: checking for ranlib
371configure:6898: found /usr/bin/ranlib
372configure:6909: result: ranlib
373configure:6986: checking for gawk
374configure:7002: found /usr/bin/gawk
375configure:7013: result: gawk
376configure:7053: checking command to parse /usr/bin/nm -B output from gcc object
377configure:7173: gcc -c -g -O2 conftest.c >&5
378configure:7176: $? = 0
379configure:7180: /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
380configure:7183: $? = 0
381configure:7249: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
382configure:7252: $? = 0
383configure:7290: result: ok
384configure:7327: checking for sysroot
385configure:7357: result: no
386configure:7434: gcc -c -g -O2 conftest.c >&5
387configure:7437: $? = 0
388configure:7619: checking for mt
389configure:7649: result: no
390configure:7669: checking if : is a manifest tool
391configure:7675: : '-?'
392configure:7683: result: no
393configure:8321: checking for ANSI C header files
394configure:8341: gcc -c -g -O2 conftest.c >&5
395configure:8341: $? = 0
396configure:8414: gcc -o conftest -g -O2 conftest.c >&5
397configure:8414: $? = 0
398configure:8414: ./conftest
399configure:8414: $? = 0
400configure:8425: result: yes
401configure:8438: checking for sys/types.h
402configure:8438: gcc -c -g -O2 conftest.c >&5
403configure:8438: $? = 0
404configure:8438: result: yes
405configure:8438: checking for sys/stat.h
406configure:8438: gcc -c -g -O2 conftest.c >&5
407configure:8438: $? = 0
408configure:8438: result: yes
409configure:8438: checking for stdlib.h
410configure:8438: gcc -c -g -O2 conftest.c >&5
411configure:8438: $? = 0
412configure:8438: result: yes
413configure:8438: checking for string.h
414configure:8438: gcc -c -g -O2 conftest.c >&5
415configure:8438: $? = 0
416configure:8438: result: yes
417configure:8438: checking for memory.h
418configure:8438: gcc -c -g -O2 conftest.c >&5
419configure:8438: $? = 0
420configure:8438: result: yes
421configure:8438: checking for strings.h
422configure:8438: gcc -c -g -O2 conftest.c >&5
423configure:8438: $? = 0
424configure:8438: result: yes
425configure:8438: checking for inttypes.h
426configure:8438: gcc -c -g -O2 conftest.c >&5
427configure:8438: $? = 0
428configure:8438: result: yes
429configure:8438: checking for stdint.h
430configure:8438: gcc -c -g -O2 conftest.c >&5
431configure:8438: $? = 0
432configure:8438: result: yes
433configure:8438: checking for unistd.h
434configure:8438: gcc -c -g -O2 conftest.c >&5
435configure:8438: $? = 0
436configure:8438: result: yes
437configure:8452: checking for dlfcn.h
438configure:8452: gcc -c -g -O2 conftest.c >&5
439configure:8452: $? = 0
440configure:8452: result: yes
441configure:8667: checking for objdir
442configure:8682: result: .libs
443configure:8949: checking if gcc supports -fno-rtti -fno-exceptions
444configure:8967: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
445cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
446cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
447configure:8971: $? = 0
448configure:8984: result: no
449configure:9311: checking for gcc option to produce PIC
450configure:9318: result: -fPIC -DPIC
451configure:9326: checking if gcc PIC flag -fPIC -DPIC works
452configure:9344: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
453configure:9348: $? = 0
454configure:9361: result: yes
455configure:9390: checking if gcc static flag -static works
456configure:9418: result: no
457configure:9433: checking if gcc supports -c -o file.o
458configure:9454: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
459configure:9458: $? = 0
460configure:9480: result: yes
461configure:9488: checking if gcc supports -c -o file.o
462configure:9535: result: yes
463configure:9568: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
464configure:10721: result: yes
465configure:10758: checking whether -lc should be explicitly linked in
466configure:10766: gcc -c -g -O2 conftest.c >&5
467configure:10769: $? = 0
468configure:10784: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
469configure:10787: $? = 0
470configure:10801: result: no
471configure:10961: checking dynamic linker characteristics
472configure:11472: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
473configure:11472: $? = 0
474configure:11698: result: GNU/Linux ld.so
475configure:11805: checking how to hardcode library paths into programs
476configure:11830: result: immediate
477configure:12370: checking whether stripping libraries is possible
478configure:12375: result: yes
479configure:12410: checking if libtool supports shared libraries
480configure:12412: result: yes
481configure:12415: checking whether to build shared libraries
482configure:12436: result: yes
483configure:12439: checking whether to build static libraries
484configure:12443: result: yes
485configure:12466: checking how to run the C++ preprocessor
486configure:12532: result: g++ -E
487configure:12552: g++ -E conftest.cpp
488configure:12552: $? = 0
489configure:12566: g++ -E conftest.cpp
490conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
491 #include <ac_nonexistent.h>
492 ^
493compilation terminated.
494configure:12566: $? = 1
495configure: failed program was:
496| /* confdefs.h */
497| #define PACKAGE_NAME "ucommon"
498| #define PACKAGE_TARNAME "ucommon"
499| #define PACKAGE_VERSION "6.0.7"
500| #define PACKAGE_STRING "ucommon 6.0.7"
501| #define PACKAGE_BUGREPORT ""
502| #define PACKAGE_URL ""
503| #define STDC_HEADERS 1
504| #define HAVE_SYS_TYPES_H 1
505| #define HAVE_SYS_STAT_H 1
506| #define HAVE_STDLIB_H 1
507| #define HAVE_STRING_H 1
508| #define HAVE_MEMORY_H 1
509| #define HAVE_STRINGS_H 1
510| #define HAVE_INTTYPES_H 1
511| #define HAVE_STDINT_H 1
512| #define HAVE_UNISTD_H 1
513| #define HAVE_DLFCN_H 1
514| #define LT_OBJDIR ".libs/"
515| /* end confdefs.h. */
516| #include <ac_nonexistent.h>
517configure:12735: checking for ld used by g++
518configure:12802: result: /usr/bin/ld -m elf_x86_64
519configure:12809: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
520configure:12824: result: yes
521configure:12879: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
522configure:13884: result: yes
523configure:13920: g++ -c -g -O2 conftest.cpp >&5
524configure:13923: $? = 0
525configure:14443: checking for g++ option to produce PIC
526configure:14450: result: -fPIC -DPIC
527configure:14458: checking if g++ PIC flag -fPIC -DPIC works
528configure:14476: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
529configure:14480: $? = 0
530configure:14493: result: yes
531configure:14516: checking if g++ static flag -static works
532configure:14544: result: no
533configure:14556: checking if g++ supports -c -o file.o
534configure:14577: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
535configure:14581: $? = 0
536configure:14603: result: yes
537configure:14608: checking if g++ supports -c -o file.o
538configure:14655: result: yes
539configure:14685: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
540configure:14721: result: yes
541configure:14862: checking dynamic linker characteristics
542configure:15533: result: GNU/Linux ld.so
543configure:15586: checking how to hardcode library paths into programs
544configure:15611: result: immediate
545configure:15688: checking for a BSD-compatible install
546configure:15756: result: /usr/bin/install -c
547configure:15767: checking whether build environment is sane
548configure:15822: result: yes
549configure:15973: checking for a thread-safe mkdir -p
550configure:16012: result: /usr/bin/mkdir -p
551configure:16015: checking whether make sets $(MAKE)
552configure:16037: result: yes
553configure:16067: checking for style of include used by make
554configure:16095: result: GNU
555configure:16129: checking whether make supports nested variables
556configure:16146: result: yes
557configure:16231: checking dependency style of gcc
558configure:16342: result: gcc3
559configure:16359: checking dependency style of g++
560configure:16470: result: gcc3
561configure:16489: checking for C/C++ restrict keyword
562configure:16514: gcc -c -g -O2 conftest.c >&5
563configure:16514: $? = 0
564configure:16522: result: __restrict
565configure:16535: checking for working volatile
566configure:16554: gcc -c -g -O2 conftest.c >&5
567configure:16554: $? = 0
568configure:16561: result: yes
569configure:16569: checking for inline
570configure:16585: gcc -c -g -O2 conftest.c >&5
571configure:16585: $? = 0
572configure:16593: result: inline
573configure:16687: checking full c++ support and linking model
574configure:16697: result: yes
575configure:16742: checking for stdint.h
576configure:16742: result: yes
577configure:16742: checking poll.h usability
578configure:16742: gcc -c -g -O2 conftest.c >&5
579configure:16742: $? = 0
580configure:16742: result: yes
581configure:16742: checking poll.h presence
582configure:16742: gcc -E conftest.c
583configure:16742: $? = 0
584configure:16742: result: yes
585configure:16742: checking for poll.h
586configure:16742: result: yes
587configure:16742: checking sys/mman.h usability
588configure:16742: gcc -c -g -O2 conftest.c >&5
589configure:16742: $? = 0
590configure:16742: result: yes
591configure:16742: checking sys/mman.h presence
592configure:16742: gcc -E conftest.c
593configure:16742: $? = 0
594configure:16742: result: yes
595configure:16742: checking for sys/mman.h
596configure:16742: result: yes
597configure:16742: checking sys/shm.h usability
598configure:16742: gcc -c -g -O2 conftest.c >&5
599configure:16742: $? = 0
600configure:16742: result: yes
601configure:16742: checking sys/shm.h presence
602configure:16742: gcc -E conftest.c
603configure:16742: $? = 0
604configure:16742: result: yes
605configure:16742: checking for sys/shm.h
606configure:16742: result: yes
607configure:16742: checking sys/poll.h usability
608configure:16742: gcc -c -g -O2 conftest.c >&5
609configure:16742: $? = 0
610configure:16742: result: yes
611configure:16742: checking sys/poll.h presence
612configure:16742: gcc -E conftest.c
613configure:16742: $? = 0
614configure:16742: result: yes
615configure:16742: checking for sys/poll.h
616configure:16742: result: yes
617configure:16742: checking sys/timeb.h usability
618configure:16742: gcc -c -g -O2 conftest.c >&5
619configure:16742: $? = 0
620configure:16742: result: yes
621configure:16742: checking sys/timeb.h presence
622configure:16742: gcc -E conftest.c
623configure:16742: $? = 0
624configure:16742: result: yes
625configure:16742: checking for sys/timeb.h
626configure:16742: result: yes
627configure:16742: checking endian.h usability
628configure:16742: gcc -c -g -O2 conftest.c >&5
629configure:16742: $? = 0
630configure:16742: result: yes
631configure:16742: checking endian.h presence
632configure:16742: gcc -E conftest.c
633configure:16742: $? = 0
634configure:16742: result: yes
635configure:16742: checking for endian.h
636configure:16742: result: yes
637configure:16742: checking sys/filio.h usability
638configure:16742: gcc -c -g -O2 conftest.c >&5
639conftest.c:64:23: fatal error: sys/filio.h: No such file or directory
640 #include <sys/filio.h>
641 ^
642compilation terminated.
643configure:16742: $? = 1
644configure: failed program was:
645| /* confdefs.h */
646| #define PACKAGE_NAME "ucommon"
647| #define PACKAGE_TARNAME "ucommon"
648| #define PACKAGE_VERSION "6.0.7"
649| #define PACKAGE_STRING "ucommon 6.0.7"
650| #define PACKAGE_BUGREPORT ""
651| #define PACKAGE_URL ""
652| #define STDC_HEADERS 1
653| #define HAVE_SYS_TYPES_H 1
654| #define HAVE_SYS_STAT_H 1
655| #define HAVE_STDLIB_H 1
656| #define HAVE_STRING_H 1
657| #define HAVE_MEMORY_H 1
658| #define HAVE_STRINGS_H 1
659| #define HAVE_INTTYPES_H 1
660| #define HAVE_STDINT_H 1
661| #define HAVE_UNISTD_H 1
662| #define HAVE_DLFCN_H 1
663| #define LT_OBJDIR ".libs/"
664| #define PACKAGE "ucommon"
665| #define VERSION "6.0.7"
666| #define restrict __restrict
667| #define HAVE_STDINT_H 1
668| #define HAVE_POLL_H 1
669| #define HAVE_SYS_MMAN_H 1
670| #define HAVE_SYS_SHM_H 1
671| #define HAVE_SYS_POLL_H 1
672| #define HAVE_SYS_TIMEB_H 1
673| #define HAVE_ENDIAN_H 1
674| /* end confdefs.h. */
675| #include <stdio.h>
676| #ifdef HAVE_SYS_TYPES_H
677| # include <sys/types.h>
678| #endif
679| #ifdef HAVE_SYS_STAT_H
680| # include <sys/stat.h>
681| #endif
682| #ifdef STDC_HEADERS
683| # include <stdlib.h>
684| # include <stddef.h>
685| #else
686| # ifdef HAVE_STDLIB_H
687| # include <stdlib.h>
688| # endif
689| #endif
690| #ifdef HAVE_STRING_H
691| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
692| # include <memory.h>
693| # endif
694| # include <string.h>
695| #endif
696| #ifdef HAVE_STRINGS_H
697| # include <strings.h>
698| #endif
699| #ifdef HAVE_INTTYPES_H
700| # include <inttypes.h>
701| #endif
702| #ifdef HAVE_STDINT_H
703| # include <stdint.h>
704| #endif
705| #ifdef HAVE_UNISTD_H
706| # include <unistd.h>
707| #endif
708| #include <sys/filio.h>
709configure:16742: result: no
710configure:16742: checking sys/filio.h presence
711configure:16742: gcc -E conftest.c
712conftest.c:31:23: fatal error: sys/filio.h: No such file or directory
713 #include <sys/filio.h>
714 ^
715compilation terminated.
716configure:16742: $? = 1
717configure: failed program was:
718| /* confdefs.h */
719| #define PACKAGE_NAME "ucommon"
720| #define PACKAGE_TARNAME "ucommon"
721| #define PACKAGE_VERSION "6.0.7"
722| #define PACKAGE_STRING "ucommon 6.0.7"
723| #define PACKAGE_BUGREPORT ""
724| #define PACKAGE_URL ""
725| #define STDC_HEADERS 1
726| #define HAVE_SYS_TYPES_H 1
727| #define HAVE_SYS_STAT_H 1
728| #define HAVE_STDLIB_H 1
729| #define HAVE_STRING_H 1
730| #define HAVE_MEMORY_H 1
731| #define HAVE_STRINGS_H 1
732| #define HAVE_INTTYPES_H 1
733| #define HAVE_STDINT_H 1
734| #define HAVE_UNISTD_H 1
735| #define HAVE_DLFCN_H 1
736| #define LT_OBJDIR ".libs/"
737| #define PACKAGE "ucommon"
738| #define VERSION "6.0.7"
739| #define restrict __restrict
740| #define HAVE_STDINT_H 1
741| #define HAVE_POLL_H 1
742| #define HAVE_SYS_MMAN_H 1
743| #define HAVE_SYS_SHM_H 1
744| #define HAVE_SYS_POLL_H 1
745| #define HAVE_SYS_TIMEB_H 1
746| #define HAVE_ENDIAN_H 1
747| /* end confdefs.h. */
748| #include <sys/filio.h>
749configure:16742: result: no
750configure:16742: checking for sys/filio.h
751configure:16742: result: no
752configure:16742: checking dirent.h usability
753configure:16742: gcc -c -g -O2 conftest.c >&5
754configure:16742: $? = 0
755configure:16742: result: yes
756configure:16742: checking dirent.h presence
757configure:16742: gcc -E conftest.c
758configure:16742: $? = 0
759configure:16742: result: yes
760configure:16742: checking for dirent.h
761configure:16742: result: yes
762configure:16742: checking sys/resource.h usability
763configure:16742: gcc -c -g -O2 conftest.c >&5
764configure:16742: $? = 0
765configure:16742: result: yes
766configure:16742: checking sys/resource.h presence
767configure:16742: gcc -E conftest.c
768configure:16742: $? = 0
769configure:16742: result: yes
770configure:16742: checking for sys/resource.h
771configure:16742: result: yes
772configure:16742: checking wchar.h usability
773configure:16742: gcc -c -g -O2 conftest.c >&5
774configure:16742: $? = 0
775configure:16742: result: yes
776configure:16742: checking wchar.h presence
777configure:16742: gcc -E conftest.c
778configure:16742: $? = 0
779configure:16742: result: yes
780configure:16742: checking for wchar.h
781configure:16742: result: yes
782configure:16742: checking netinet/in.h usability
783configure:16742: gcc -c -g -O2 conftest.c >&5
784configure:16742: $? = 0
785configure:16742: result: yes
786configure:16742: checking netinet/in.h presence
787configure:16742: gcc -E conftest.c
788configure:16742: $? = 0
789configure:16742: result: yes
790configure:16742: checking for netinet/in.h
791configure:16742: result: yes
792configure:16742: checking net/if.h usability
793configure:16742: gcc -c -g -O2 conftest.c >&5
794configure:16742: $? = 0
795configure:16742: result: yes
796configure:16742: checking net/if.h presence
797configure:16742: gcc -E conftest.c
798configure:16742: $? = 0
799configure:16742: result: yes
800configure:16742: checking for net/if.h
801configure:16742: result: yes
802configure:16755: checking mach/clock.h usability
803configure:16755: gcc -c -g -O2 conftest.c >&5
804conftest.c:69:24: fatal error: mach/clock.h: No such file or directory
805 #include <mach/clock.h>
806 ^
807compilation terminated.
808configure:16755: $? = 1
809configure: failed program was:
810| /* confdefs.h */
811| #define PACKAGE_NAME "ucommon"
812| #define PACKAGE_TARNAME "ucommon"
813| #define PACKAGE_VERSION "6.0.7"
814| #define PACKAGE_STRING "ucommon 6.0.7"
815| #define PACKAGE_BUGREPORT ""
816| #define PACKAGE_URL ""
817| #define STDC_HEADERS 1
818| #define HAVE_SYS_TYPES_H 1
819| #define HAVE_SYS_STAT_H 1
820| #define HAVE_STDLIB_H 1
821| #define HAVE_STRING_H 1
822| #define HAVE_MEMORY_H 1
823| #define HAVE_STRINGS_H 1
824| #define HAVE_INTTYPES_H 1
825| #define HAVE_STDINT_H 1
826| #define HAVE_UNISTD_H 1
827| #define HAVE_DLFCN_H 1
828| #define LT_OBJDIR ".libs/"
829| #define PACKAGE "ucommon"
830| #define VERSION "6.0.7"
831| #define restrict __restrict
832| #define HAVE_STDINT_H 1
833| #define HAVE_POLL_H 1
834| #define HAVE_SYS_MMAN_H 1
835| #define HAVE_SYS_SHM_H 1
836| #define HAVE_SYS_POLL_H 1
837| #define HAVE_SYS_TIMEB_H 1
838| #define HAVE_ENDIAN_H 1
839| #define HAVE_DIRENT_H 1
840| #define HAVE_SYS_RESOURCE_H 1
841| #define HAVE_WCHAR_H 1
842| #define HAVE_NETINET_IN_H 1
843| #define HAVE_NET_IF_H 1
844| /* end confdefs.h. */
845| #include <stdio.h>
846| #ifdef HAVE_SYS_TYPES_H
847| # include <sys/types.h>
848| #endif
849| #ifdef HAVE_SYS_STAT_H
850| # include <sys/stat.h>
851| #endif
852| #ifdef STDC_HEADERS
853| # include <stdlib.h>
854| # include <stddef.h>
855| #else
856| # ifdef HAVE_STDLIB_H
857| # include <stdlib.h>
858| # endif
859| #endif
860| #ifdef HAVE_STRING_H
861| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
862| # include <memory.h>
863| # endif
864| # include <string.h>
865| #endif
866| #ifdef HAVE_STRINGS_H
867| # include <strings.h>
868| #endif
869| #ifdef HAVE_INTTYPES_H
870| # include <inttypes.h>
871| #endif
872| #ifdef HAVE_STDINT_H
873| # include <stdint.h>
874| #endif
875| #ifdef HAVE_UNISTD_H
876| # include <unistd.h>
877| #endif
878| #include <mach/clock.h>
879configure:16755: result: no
880configure:16755: checking mach/clock.h presence
881configure:16755: gcc -E conftest.c
882conftest.c:36:24: fatal error: mach/clock.h: No such file or directory
883 #include <mach/clock.h>
884 ^
885compilation terminated.
886configure:16755: $? = 1
887configure: failed program was:
888| /* confdefs.h */
889| #define PACKAGE_NAME "ucommon"
890| #define PACKAGE_TARNAME "ucommon"
891| #define PACKAGE_VERSION "6.0.7"
892| #define PACKAGE_STRING "ucommon 6.0.7"
893| #define PACKAGE_BUGREPORT ""
894| #define PACKAGE_URL ""
895| #define STDC_HEADERS 1
896| #define HAVE_SYS_TYPES_H 1
897| #define HAVE_SYS_STAT_H 1
898| #define HAVE_STDLIB_H 1
899| #define HAVE_STRING_H 1
900| #define HAVE_MEMORY_H 1
901| #define HAVE_STRINGS_H 1
902| #define HAVE_INTTYPES_H 1
903| #define HAVE_STDINT_H 1
904| #define HAVE_UNISTD_H 1
905| #define HAVE_DLFCN_H 1
906| #define LT_OBJDIR ".libs/"
907| #define PACKAGE "ucommon"
908| #define VERSION "6.0.7"
909| #define restrict __restrict
910| #define HAVE_STDINT_H 1
911| #define HAVE_POLL_H 1
912| #define HAVE_SYS_MMAN_H 1
913| #define HAVE_SYS_SHM_H 1
914| #define HAVE_SYS_POLL_H 1
915| #define HAVE_SYS_TIMEB_H 1
916| #define HAVE_ENDIAN_H 1
917| #define HAVE_DIRENT_H 1
918| #define HAVE_SYS_RESOURCE_H 1
919| #define HAVE_WCHAR_H 1
920| #define HAVE_NETINET_IN_H 1
921| #define HAVE_NET_IF_H 1
922| /* end confdefs.h. */
923| #include <mach/clock.h>
924configure:16755: result: no
925configure:16755: checking for mach/clock.h
926configure:16755: result: no
927configure:16755: checking mach-o/dyld.h usability
928configure:16755: gcc -c -g -O2 conftest.c >&5
929conftest.c:69:25: fatal error: mach-o/dyld.h: No such file or directory
930 #include <mach-o/dyld.h>
931 ^
932compilation terminated.
933configure:16755: $? = 1
934configure: failed program was:
935| /* confdefs.h */
936| #define PACKAGE_NAME "ucommon"
937| #define PACKAGE_TARNAME "ucommon"
938| #define PACKAGE_VERSION "6.0.7"
939| #define PACKAGE_STRING "ucommon 6.0.7"
940| #define PACKAGE_BUGREPORT ""
941| #define PACKAGE_URL ""
942| #define STDC_HEADERS 1
943| #define HAVE_SYS_TYPES_H 1
944| #define HAVE_SYS_STAT_H 1
945| #define HAVE_STDLIB_H 1
946| #define HAVE_STRING_H 1
947| #define HAVE_MEMORY_H 1
948| #define HAVE_STRINGS_H 1
949| #define HAVE_INTTYPES_H 1
950| #define HAVE_STDINT_H 1
951| #define HAVE_UNISTD_H 1
952| #define HAVE_DLFCN_H 1
953| #define LT_OBJDIR ".libs/"
954| #define PACKAGE "ucommon"
955| #define VERSION "6.0.7"
956| #define restrict __restrict
957| #define HAVE_STDINT_H 1
958| #define HAVE_POLL_H 1
959| #define HAVE_SYS_MMAN_H 1
960| #define HAVE_SYS_SHM_H 1
961| #define HAVE_SYS_POLL_H 1
962| #define HAVE_SYS_TIMEB_H 1
963| #define HAVE_ENDIAN_H 1
964| #define HAVE_DIRENT_H 1
965| #define HAVE_SYS_RESOURCE_H 1
966| #define HAVE_WCHAR_H 1
967| #define HAVE_NETINET_IN_H 1
968| #define HAVE_NET_IF_H 1
969| /* end confdefs.h. */
970| #include <stdio.h>
971| #ifdef HAVE_SYS_TYPES_H
972| # include <sys/types.h>
973| #endif
974| #ifdef HAVE_SYS_STAT_H
975| # include <sys/stat.h>
976| #endif
977| #ifdef STDC_HEADERS
978| # include <stdlib.h>
979| # include <stddef.h>
980| #else
981| # ifdef HAVE_STDLIB_H
982| # include <stdlib.h>
983| # endif
984| #endif
985| #ifdef HAVE_STRING_H
986| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
987| # include <memory.h>
988| # endif
989| # include <string.h>
990| #endif
991| #ifdef HAVE_STRINGS_H
992| # include <strings.h>
993| #endif
994| #ifdef HAVE_INTTYPES_H
995| # include <inttypes.h>
996| #endif
997| #ifdef HAVE_STDINT_H
998| # include <stdint.h>
999| #endif
1000| #ifdef HAVE_UNISTD_H
1001| # include <unistd.h>
1002| #endif
1003| #include <mach-o/dyld.h>
1004configure:16755: result: no
1005configure:16755: checking mach-o/dyld.h presence
1006configure:16755: gcc -E conftest.c
1007conftest.c:36:25: fatal error: mach-o/dyld.h: No such file or directory
1008 #include <mach-o/dyld.h>
1009 ^
1010compilation terminated.
1011configure:16755: $? = 1
1012configure: failed program was:
1013| /* confdefs.h */
1014| #define PACKAGE_NAME "ucommon"
1015| #define PACKAGE_TARNAME "ucommon"
1016| #define PACKAGE_VERSION "6.0.7"
1017| #define PACKAGE_STRING "ucommon 6.0.7"
1018| #define PACKAGE_BUGREPORT ""
1019| #define PACKAGE_URL ""
1020| #define STDC_HEADERS 1
1021| #define HAVE_SYS_TYPES_H 1
1022| #define HAVE_SYS_STAT_H 1
1023| #define HAVE_STDLIB_H 1
1024| #define HAVE_STRING_H 1
1025| #define HAVE_MEMORY_H 1
1026| #define HAVE_STRINGS_H 1
1027| #define HAVE_INTTYPES_H 1
1028| #define HAVE_STDINT_H 1
1029| #define HAVE_UNISTD_H 1
1030| #define HAVE_DLFCN_H 1
1031| #define LT_OBJDIR ".libs/"
1032| #define PACKAGE "ucommon"
1033| #define VERSION "6.0.7"
1034| #define restrict __restrict
1035| #define HAVE_STDINT_H 1
1036| #define HAVE_POLL_H 1
1037| #define HAVE_SYS_MMAN_H 1
1038| #define HAVE_SYS_SHM_H 1
1039| #define HAVE_SYS_POLL_H 1
1040| #define HAVE_SYS_TIMEB_H 1
1041| #define HAVE_ENDIAN_H 1
1042| #define HAVE_DIRENT_H 1
1043| #define HAVE_SYS_RESOURCE_H 1
1044| #define HAVE_WCHAR_H 1
1045| #define HAVE_NETINET_IN_H 1
1046| #define HAVE_NET_IF_H 1
1047| /* end confdefs.h. */
1048| #include <mach-o/dyld.h>
1049configure:16755: result: no
1050configure:16755: checking for mach-o/dyld.h
1051configure:16755: result: no
1052configure:16755: checking linux/version.h usability
1053configure:16755: gcc -c -g -O2 conftest.c >&5
1054configure:16755: $? = 0
1055configure:16755: result: yes
1056configure:16755: checking linux/version.h presence
1057configure:16755: gcc -E conftest.c
1058configure:16755: $? = 0
1059configure:16755: result: yes
1060configure:16755: checking for linux/version.h
1061configure:16755: result: yes
1062configure:16755: checking sys/inotify.h usability
1063configure:16755: gcc -c -g -O2 conftest.c >&5
1064configure:16755: $? = 0
1065configure:16755: result: yes
1066configure:16755: checking sys/inotify.h presence
1067configure:16755: gcc -E conftest.c
1068configure:16755: $? = 0
1069configure:16755: result: yes
1070configure:16755: checking for sys/inotify.h
1071configure:16755: result: yes
1072configure:16755: checking sys/event.h usability
1073configure:16755: gcc -c -g -O2 conftest.c >&5
1074conftest.c:71:23: fatal error: sys/event.h: No such file or directory
1075 #include <sys/event.h>
1076 ^
1077compilation terminated.
1078configure:16755: $? = 1
1079configure: failed program was:
1080| /* confdefs.h */
1081| #define PACKAGE_NAME "ucommon"
1082| #define PACKAGE_TARNAME "ucommon"
1083| #define PACKAGE_VERSION "6.0.7"
1084| #define PACKAGE_STRING "ucommon 6.0.7"
1085| #define PACKAGE_BUGREPORT ""
1086| #define PACKAGE_URL ""
1087| #define STDC_HEADERS 1
1088| #define HAVE_SYS_TYPES_H 1
1089| #define HAVE_SYS_STAT_H 1
1090| #define HAVE_STDLIB_H 1
1091| #define HAVE_STRING_H 1
1092| #define HAVE_MEMORY_H 1
1093| #define HAVE_STRINGS_H 1
1094| #define HAVE_INTTYPES_H 1
1095| #define HAVE_STDINT_H 1
1096| #define HAVE_UNISTD_H 1
1097| #define HAVE_DLFCN_H 1
1098| #define LT_OBJDIR ".libs/"
1099| #define PACKAGE "ucommon"
1100| #define VERSION "6.0.7"
1101| #define restrict __restrict
1102| #define HAVE_STDINT_H 1
1103| #define HAVE_POLL_H 1
1104| #define HAVE_SYS_MMAN_H 1
1105| #define HAVE_SYS_SHM_H 1
1106| #define HAVE_SYS_POLL_H 1
1107| #define HAVE_SYS_TIMEB_H 1
1108| #define HAVE_ENDIAN_H 1
1109| #define HAVE_DIRENT_H 1
1110| #define HAVE_SYS_RESOURCE_H 1
1111| #define HAVE_WCHAR_H 1
1112| #define HAVE_NETINET_IN_H 1
1113| #define HAVE_NET_IF_H 1
1114| #define HAVE_LINUX_VERSION_H 1
1115| #define HAVE_SYS_INOTIFY_H 1
1116| /* end confdefs.h. */
1117| #include <stdio.h>
1118| #ifdef HAVE_SYS_TYPES_H
1119| # include <sys/types.h>
1120| #endif
1121| #ifdef HAVE_SYS_STAT_H
1122| # include <sys/stat.h>
1123| #endif
1124| #ifdef STDC_HEADERS
1125| # include <stdlib.h>
1126| # include <stddef.h>
1127| #else
1128| # ifdef HAVE_STDLIB_H
1129| # include <stdlib.h>
1130| # endif
1131| #endif
1132| #ifdef HAVE_STRING_H
1133| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1134| # include <memory.h>
1135| # endif
1136| # include <string.h>
1137| #endif
1138| #ifdef HAVE_STRINGS_H
1139| # include <strings.h>
1140| #endif
1141| #ifdef HAVE_INTTYPES_H
1142| # include <inttypes.h>
1143| #endif
1144| #ifdef HAVE_STDINT_H
1145| # include <stdint.h>
1146| #endif
1147| #ifdef HAVE_UNISTD_H
1148| # include <unistd.h>
1149| #endif
1150| #include <sys/event.h>
1151configure:16755: result: no
1152configure:16755: checking sys/event.h presence
1153configure:16755: gcc -E conftest.c
1154conftest.c:38:23: fatal error: sys/event.h: No such file or directory
1155 #include <sys/event.h>
1156 ^
1157compilation terminated.
1158configure:16755: $? = 1
1159configure: failed program was:
1160| /* confdefs.h */
1161| #define PACKAGE_NAME "ucommon"
1162| #define PACKAGE_TARNAME "ucommon"
1163| #define PACKAGE_VERSION "6.0.7"
1164| #define PACKAGE_STRING "ucommon 6.0.7"
1165| #define PACKAGE_BUGREPORT ""
1166| #define PACKAGE_URL ""
1167| #define STDC_HEADERS 1
1168| #define HAVE_SYS_TYPES_H 1
1169| #define HAVE_SYS_STAT_H 1
1170| #define HAVE_STDLIB_H 1
1171| #define HAVE_STRING_H 1
1172| #define HAVE_MEMORY_H 1
1173| #define HAVE_STRINGS_H 1
1174| #define HAVE_INTTYPES_H 1
1175| #define HAVE_STDINT_H 1
1176| #define HAVE_UNISTD_H 1
1177| #define HAVE_DLFCN_H 1
1178| #define LT_OBJDIR ".libs/"
1179| #define PACKAGE "ucommon"
1180| #define VERSION "6.0.7"
1181| #define restrict __restrict
1182| #define HAVE_STDINT_H 1
1183| #define HAVE_POLL_H 1
1184| #define HAVE_SYS_MMAN_H 1
1185| #define HAVE_SYS_SHM_H 1
1186| #define HAVE_SYS_POLL_H 1
1187| #define HAVE_SYS_TIMEB_H 1
1188| #define HAVE_ENDIAN_H 1
1189| #define HAVE_DIRENT_H 1
1190| #define HAVE_SYS_RESOURCE_H 1
1191| #define HAVE_WCHAR_H 1
1192| #define HAVE_NETINET_IN_H 1
1193| #define HAVE_NET_IF_H 1
1194| #define HAVE_LINUX_VERSION_H 1
1195| #define HAVE_SYS_INOTIFY_H 1
1196| /* end confdefs.h. */
1197| #include <sys/event.h>
1198configure:16755: result: no
1199configure:16755: checking for sys/event.h
1200configure:16755: result: no
1201configure:16755: checking syslog.h usability
1202configure:16755: gcc -c -g -O2 conftest.c >&5
1203configure:16755: $? = 0
1204configure:16755: result: yes
1205configure:16755: checking syslog.h presence
1206configure:16755: gcc -E conftest.c
1207configure:16755: $? = 0
1208configure:16755: result: yes
1209configure:16755: checking for syslog.h
1210configure:16755: result: yes
1211configure:16755: checking sys/wait.h usability
1212configure:16755: gcc -c -g -O2 conftest.c >&5
1213configure:16755: $? = 0
1214configure:16755: result: yes
1215configure:16755: checking sys/wait.h presence
1216configure:16755: gcc -E conftest.c
1217configure:16755: $? = 0
1218configure:16755: result: yes
1219configure:16755: checking for sys/wait.h
1220configure:16755: result: yes
1221configure:16755: checking termios.h usability
1222configure:16755: gcc -c -g -O2 conftest.c >&5
1223configure:16755: $? = 0
1224configure:16755: result: yes
1225configure:16755: checking termios.h presence
1226configure:16755: gcc -E conftest.c
1227configure:16755: $? = 0
1228configure:16755: result: yes
1229configure:16755: checking for termios.h
1230configure:16755: result: yes
1231configure:16755: checking termio.h usability
1232configure:16755: gcc -c -g -O2 conftest.c >&5
1233configure:16755: $? = 0
1234configure:16755: result: yes
1235configure:16755: checking termio.h presence
1236configure:16755: gcc -E conftest.c
1237configure:16755: $? = 0
1238configure:16755: result: yes
1239configure:16755: checking for termio.h
1240configure:16755: result: yes
1241configure:16755: checking fcntl.h usability
1242configure:16755: gcc -c -g -O2 conftest.c >&5
1243configure:16755: $? = 0
1244configure:16755: result: yes
1245configure:16755: checking fcntl.h presence
1246configure:16755: gcc -E conftest.c
1247configure:16755: $? = 0
1248configure:16755: result: yes
1249configure:16755: checking for fcntl.h
1250configure:16755: result: yes
1251configure:16755: checking for unistd.h
1252configure:16755: result: yes
1253configure:16768: checking sys/param.h usability
1254configure:16768: gcc -c -g -O2 conftest.c >&5
1255configure:16768: $? = 0
1256configure:16768: result: yes
1257configure:16768: checking sys/param.h presence
1258configure:16768: gcc -E conftest.c
1259configure:16768: $? = 0
1260configure:16768: result: yes
1261configure:16768: checking for sys/param.h
1262configure:16768: result: yes
1263configure:16768: checking sys/lockf.h usability
1264configure:16768: gcc -c -g -O2 conftest.c >&5
1265conftest.c:78:23: fatal error: sys/lockf.h: No such file or directory
1266 #include <sys/lockf.h>
1267 ^
1268compilation terminated.
1269configure:16768: $? = 1
1270configure: failed program was:
1271| /* confdefs.h */
1272| #define PACKAGE_NAME "ucommon"
1273| #define PACKAGE_TARNAME "ucommon"
1274| #define PACKAGE_VERSION "6.0.7"
1275| #define PACKAGE_STRING "ucommon 6.0.7"
1276| #define PACKAGE_BUGREPORT ""
1277| #define PACKAGE_URL ""
1278| #define STDC_HEADERS 1
1279| #define HAVE_SYS_TYPES_H 1
1280| #define HAVE_SYS_STAT_H 1
1281| #define HAVE_STDLIB_H 1
1282| #define HAVE_STRING_H 1
1283| #define HAVE_MEMORY_H 1
1284| #define HAVE_STRINGS_H 1
1285| #define HAVE_INTTYPES_H 1
1286| #define HAVE_STDINT_H 1
1287| #define HAVE_UNISTD_H 1
1288| #define HAVE_DLFCN_H 1
1289| #define LT_OBJDIR ".libs/"
1290| #define PACKAGE "ucommon"
1291| #define VERSION "6.0.7"
1292| #define restrict __restrict
1293| #define HAVE_STDINT_H 1
1294| #define HAVE_POLL_H 1
1295| #define HAVE_SYS_MMAN_H 1
1296| #define HAVE_SYS_SHM_H 1
1297| #define HAVE_SYS_POLL_H 1
1298| #define HAVE_SYS_TIMEB_H 1
1299| #define HAVE_ENDIAN_H 1
1300| #define HAVE_DIRENT_H 1
1301| #define HAVE_SYS_RESOURCE_H 1
1302| #define HAVE_WCHAR_H 1
1303| #define HAVE_NETINET_IN_H 1
1304| #define HAVE_NET_IF_H 1
1305| #define HAVE_LINUX_VERSION_H 1
1306| #define HAVE_SYS_INOTIFY_H 1
1307| #define HAVE_SYSLOG_H 1
1308| #define HAVE_SYS_WAIT_H 1
1309| #define HAVE_TERMIOS_H 1
1310| #define HAVE_TERMIO_H 1
1311| #define HAVE_FCNTL_H 1
1312| #define HAVE_UNISTD_H 1
1313| #define HAVE_SYS_PARAM_H 1
1314| /* end confdefs.h. */
1315| #include <stdio.h>
1316| #ifdef HAVE_SYS_TYPES_H
1317| # include <sys/types.h>
1318| #endif
1319| #ifdef HAVE_SYS_STAT_H
1320| # include <sys/stat.h>
1321| #endif
1322| #ifdef STDC_HEADERS
1323| # include <stdlib.h>
1324| # include <stddef.h>
1325| #else
1326| # ifdef HAVE_STDLIB_H
1327| # include <stdlib.h>
1328| # endif
1329| #endif
1330| #ifdef HAVE_STRING_H
1331| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1332| # include <memory.h>
1333| # endif
1334| # include <string.h>
1335| #endif
1336| #ifdef HAVE_STRINGS_H
1337| # include <strings.h>
1338| #endif
1339| #ifdef HAVE_INTTYPES_H
1340| # include <inttypes.h>
1341| #endif
1342| #ifdef HAVE_STDINT_H
1343| # include <stdint.h>
1344| #endif
1345| #ifdef HAVE_UNISTD_H
1346| # include <unistd.h>
1347| #endif
1348| #include <sys/lockf.h>
1349configure:16768: result: no
1350configure:16768: checking sys/lockf.h presence
1351configure:16768: gcc -E conftest.c
1352conftest.c:45:23: fatal error: sys/lockf.h: No such file or directory
1353 #include <sys/lockf.h>
1354 ^
1355compilation terminated.
1356configure:16768: $? = 1
1357configure: failed program was:
1358| /* confdefs.h */
1359| #define PACKAGE_NAME "ucommon"
1360| #define PACKAGE_TARNAME "ucommon"
1361| #define PACKAGE_VERSION "6.0.7"
1362| #define PACKAGE_STRING "ucommon 6.0.7"
1363| #define PACKAGE_BUGREPORT ""
1364| #define PACKAGE_URL ""
1365| #define STDC_HEADERS 1
1366| #define HAVE_SYS_TYPES_H 1
1367| #define HAVE_SYS_STAT_H 1
1368| #define HAVE_STDLIB_H 1
1369| #define HAVE_STRING_H 1
1370| #define HAVE_MEMORY_H 1
1371| #define HAVE_STRINGS_H 1
1372| #define HAVE_INTTYPES_H 1
1373| #define HAVE_STDINT_H 1
1374| #define HAVE_UNISTD_H 1
1375| #define HAVE_DLFCN_H 1
1376| #define LT_OBJDIR ".libs/"
1377| #define PACKAGE "ucommon"
1378| #define VERSION "6.0.7"
1379| #define restrict __restrict
1380| #define HAVE_STDINT_H 1
1381| #define HAVE_POLL_H 1
1382| #define HAVE_SYS_MMAN_H 1
1383| #define HAVE_SYS_SHM_H 1
1384| #define HAVE_SYS_POLL_H 1
1385| #define HAVE_SYS_TIMEB_H 1
1386| #define HAVE_ENDIAN_H 1
1387| #define HAVE_DIRENT_H 1
1388| #define HAVE_SYS_RESOURCE_H 1
1389| #define HAVE_WCHAR_H 1
1390| #define HAVE_NETINET_IN_H 1
1391| #define HAVE_NET_IF_H 1
1392| #define HAVE_LINUX_VERSION_H 1
1393| #define HAVE_SYS_INOTIFY_H 1
1394| #define HAVE_SYSLOG_H 1
1395| #define HAVE_SYS_WAIT_H 1
1396| #define HAVE_TERMIOS_H 1
1397| #define HAVE_TERMIO_H 1
1398| #define HAVE_FCNTL_H 1
1399| #define HAVE_UNISTD_H 1
1400| #define HAVE_SYS_PARAM_H 1
1401| /* end confdefs.h. */
1402| #include <sys/lockf.h>
1403configure:16768: result: no
1404configure:16768: checking for sys/lockf.h
1405configure:16768: result: no
1406configure:16768: checking sys/file.h usability
1407configure:16768: gcc -c -g -O2 conftest.c >&5
1408configure:16768: $? = 0
1409configure:16768: result: yes
1410configure:16768: checking sys/file.h presence
1411configure:16768: gcc -E conftest.c
1412configure:16768: $? = 0
1413configure:16768: result: yes
1414configure:16768: checking for sys/file.h
1415configure:16768: result: yes
1416configure:16768: checking for dlfcn.h
1417configure:16768: result: yes
1418configure:16779: checking regex.h usability
1419configure:16779: gcc -c -g -O2 conftest.c >&5
1420configure:16779: $? = 0
1421configure:16779: result: yes
1422configure:16779: checking regex.h presence
1423configure:16779: gcc -E conftest.c
1424configure:16779: $? = 0
1425configure:16779: result: yes
1426configure:16779: checking for regex.h
1427configure:16779: result: yes
1428configure:16785: checking for regfree in -lregex
1429configure:16810: gcc -o conftest -g -O2 conftest.c -lregex >&5
1430/usr/bin/ld: cannot find -lregex
1431collect2: error: ld returned 1 exit status
1432configure:16810: $? = 1
1433configure: failed program was:
1434| /* confdefs.h */
1435| #define PACKAGE_NAME "ucommon"
1436| #define PACKAGE_TARNAME "ucommon"
1437| #define PACKAGE_VERSION "6.0.7"
1438| #define PACKAGE_STRING "ucommon 6.0.7"
1439| #define PACKAGE_BUGREPORT ""
1440| #define PACKAGE_URL ""
1441| #define STDC_HEADERS 1
1442| #define HAVE_SYS_TYPES_H 1
1443| #define HAVE_SYS_STAT_H 1
1444| #define HAVE_STDLIB_H 1
1445| #define HAVE_STRING_H 1
1446| #define HAVE_MEMORY_H 1
1447| #define HAVE_STRINGS_H 1
1448| #define HAVE_INTTYPES_H 1
1449| #define HAVE_STDINT_H 1
1450| #define HAVE_UNISTD_H 1
1451| #define HAVE_DLFCN_H 1
1452| #define LT_OBJDIR ".libs/"
1453| #define PACKAGE "ucommon"
1454| #define VERSION "6.0.7"
1455| #define restrict __restrict
1456| #define HAVE_STDINT_H 1
1457| #define HAVE_POLL_H 1
1458| #define HAVE_SYS_MMAN_H 1
1459| #define HAVE_SYS_SHM_H 1
1460| #define HAVE_SYS_POLL_H 1
1461| #define HAVE_SYS_TIMEB_H 1
1462| #define HAVE_ENDIAN_H 1
1463| #define HAVE_DIRENT_H 1
1464| #define HAVE_SYS_RESOURCE_H 1
1465| #define HAVE_WCHAR_H 1
1466| #define HAVE_NETINET_IN_H 1
1467| #define HAVE_NET_IF_H 1
1468| #define HAVE_LINUX_VERSION_H 1
1469| #define HAVE_SYS_INOTIFY_H 1
1470| #define HAVE_SYSLOG_H 1
1471| #define HAVE_SYS_WAIT_H 1
1472| #define HAVE_TERMIOS_H 1
1473| #define HAVE_TERMIO_H 1
1474| #define HAVE_FCNTL_H 1
1475| #define HAVE_UNISTD_H 1
1476| #define HAVE_SYS_PARAM_H 1
1477| #define HAVE_SYS_FILE_H 1
1478| #define HAVE_DLFCN_H 1
1479| #define HAVE_REGEX_H 1
1480| /* end confdefs.h. */
1481|
1482| /* Override any GCC internal prototype to avoid an error.
1483| Use char because int might match the return type of a GCC
1484| builtin and then its argument prototype would still apply. */
1485| #ifdef __cplusplus
1486| extern "C"
1487| #endif
1488| char regfree ();
1489| int
1490| main ()
1491| {
1492| return regfree ();
1493| ;
1494| return 0;
1495| }
1496configure:16819: result: no
1497configure:16832: checking for fopen in -lmsvcrt
1498configure:16857: gcc -o conftest -g -O2 conftest.c -lmsvcrt >&5
1499/usr/bin/ld: cannot find -lmsvcrt
1500collect2: error: ld returned 1 exit status
1501configure:16857: $? = 1
1502configure: failed program was:
1503| /* confdefs.h */
1504| #define PACKAGE_NAME "ucommon"
1505| #define PACKAGE_TARNAME "ucommon"
1506| #define PACKAGE_VERSION "6.0.7"
1507| #define PACKAGE_STRING "ucommon 6.0.7"
1508| #define PACKAGE_BUGREPORT ""
1509| #define PACKAGE_URL ""
1510| #define STDC_HEADERS 1
1511| #define HAVE_SYS_TYPES_H 1
1512| #define HAVE_SYS_STAT_H 1
1513| #define HAVE_STDLIB_H 1
1514| #define HAVE_STRING_H 1
1515| #define HAVE_MEMORY_H 1
1516| #define HAVE_STRINGS_H 1
1517| #define HAVE_INTTYPES_H 1
1518| #define HAVE_STDINT_H 1
1519| #define HAVE_UNISTD_H 1
1520| #define HAVE_DLFCN_H 1
1521| #define LT_OBJDIR ".libs/"
1522| #define PACKAGE "ucommon"
1523| #define VERSION "6.0.7"
1524| #define restrict __restrict
1525| #define HAVE_STDINT_H 1
1526| #define HAVE_POLL_H 1
1527| #define HAVE_SYS_MMAN_H 1
1528| #define HAVE_SYS_SHM_H 1
1529| #define HAVE_SYS_POLL_H 1
1530| #define HAVE_SYS_TIMEB_H 1
1531| #define HAVE_ENDIAN_H 1
1532| #define HAVE_DIRENT_H 1
1533| #define HAVE_SYS_RESOURCE_H 1
1534| #define HAVE_WCHAR_H 1
1535| #define HAVE_NETINET_IN_H 1
1536| #define HAVE_NET_IF_H 1
1537| #define HAVE_LINUX_VERSION_H 1
1538| #define HAVE_SYS_INOTIFY_H 1
1539| #define HAVE_SYSLOG_H 1
1540| #define HAVE_SYS_WAIT_H 1
1541| #define HAVE_TERMIOS_H 1
1542| #define HAVE_TERMIO_H 1
1543| #define HAVE_FCNTL_H 1
1544| #define HAVE_UNISTD_H 1
1545| #define HAVE_SYS_PARAM_H 1
1546| #define HAVE_SYS_FILE_H 1
1547| #define HAVE_DLFCN_H 1
1548| #define HAVE_REGEX_H 1
1549| /* end confdefs.h. */
1550|
1551| /* Override any GCC internal prototype to avoid an error.
1552| Use char because int might match the return type of a GCC
1553| builtin and then its argument prototype would still apply. */
1554| #ifdef __cplusplus
1555| extern "C"
1556| #endif
1557| char fopen ();
1558| int
1559| main ()
1560| {
1561| return fopen ();
1562| ;
1563| return 0;
1564| }
1565configure:16866: result: no
1566configure:16885: checking for __modsi3 in -lgcc
1567configure:16910: gcc -o conftest -g -O2 conftest.c -lgcc >&5
1568/tmp/cct0M5uI.o: In function `main':
1569/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:59: undefined reference to `__modsi3'
1570collect2: error: ld returned 1 exit status
1571configure:16910: $? = 1
1572configure: failed program was:
1573| /* confdefs.h */
1574| #define PACKAGE_NAME "ucommon"
1575| #define PACKAGE_TARNAME "ucommon"
1576| #define PACKAGE_VERSION "6.0.7"
1577| #define PACKAGE_STRING "ucommon 6.0.7"
1578| #define PACKAGE_BUGREPORT ""
1579| #define PACKAGE_URL ""
1580| #define STDC_HEADERS 1
1581| #define HAVE_SYS_TYPES_H 1
1582| #define HAVE_SYS_STAT_H 1
1583| #define HAVE_STDLIB_H 1
1584| #define HAVE_STRING_H 1
1585| #define HAVE_MEMORY_H 1
1586| #define HAVE_STRINGS_H 1
1587| #define HAVE_INTTYPES_H 1
1588| #define HAVE_STDINT_H 1
1589| #define HAVE_UNISTD_H 1
1590| #define HAVE_DLFCN_H 1
1591| #define LT_OBJDIR ".libs/"
1592| #define PACKAGE "ucommon"
1593| #define VERSION "6.0.7"
1594| #define restrict __restrict
1595| #define HAVE_STDINT_H 1
1596| #define HAVE_POLL_H 1
1597| #define HAVE_SYS_MMAN_H 1
1598| #define HAVE_SYS_SHM_H 1
1599| #define HAVE_SYS_POLL_H 1
1600| #define HAVE_SYS_TIMEB_H 1
1601| #define HAVE_ENDIAN_H 1
1602| #define HAVE_DIRENT_H 1
1603| #define HAVE_SYS_RESOURCE_H 1
1604| #define HAVE_WCHAR_H 1
1605| #define HAVE_NETINET_IN_H 1
1606| #define HAVE_NET_IF_H 1
1607| #define HAVE_LINUX_VERSION_H 1
1608| #define HAVE_SYS_INOTIFY_H 1
1609| #define HAVE_SYSLOG_H 1
1610| #define HAVE_SYS_WAIT_H 1
1611| #define HAVE_TERMIOS_H 1
1612| #define HAVE_TERMIO_H 1
1613| #define HAVE_FCNTL_H 1
1614| #define HAVE_UNISTD_H 1
1615| #define HAVE_SYS_PARAM_H 1
1616| #define HAVE_SYS_FILE_H 1
1617| #define HAVE_DLFCN_H 1
1618| #define HAVE_REGEX_H 1
1619| /* end confdefs.h. */
1620|
1621| /* Override any GCC internal prototype to avoid an error.
1622| Use char because int might match the return type of a GCC
1623| builtin and then its argument prototype would still apply. */
1624| #ifdef __cplusplus
1625| extern "C"
1626| #endif
1627| char __modsi3 ();
1628| int
1629| main ()
1630| {
1631| return __modsi3 ();
1632| ;
1633| return 0;
1634| }
1635configure:16919: result: no
1636configure:16928: checking for socketpair in -lc
1637configure:16953: gcc -o conftest -g -O2 conftest.c -lc >&5
1638configure:16953: $? = 0
1639configure:16963: result: yes
1640configure:17019: checking for getaddrinfo in -lc
1641configure:17044: gcc -o conftest -g -O2 conftest.c -lc >&5
1642configure:17044: $? = 0
1643configure:17054: result: yes
1644configure:17110: checking for gethostbyname2 in -lc
1645configure:17135: gcc -o conftest -g -O2 conftest.c -lc >&5
1646configure:17135: $? = 0
1647configure:17145: result: yes
1648configure:17202: checking for inet_ntop in -lc
1649configure:17227: gcc -o conftest -g -O2 conftest.c -lc >&5
1650configure:17227: $? = 0
1651configure:17237: result: yes
1652configure:17343: checking for socket in -lsocket
1653configure:17368: gcc -o conftest -g -O2 conftest.c -lsocket >&5
1654/usr/bin/ld: cannot find -lsocket
1655collect2: error: ld returned 1 exit status
1656configure:17368: $? = 1
1657configure: failed program was:
1658| /* confdefs.h */
1659| #define PACKAGE_NAME "ucommon"
1660| #define PACKAGE_TARNAME "ucommon"
1661| #define PACKAGE_VERSION "6.0.7"
1662| #define PACKAGE_STRING "ucommon 6.0.7"
1663| #define PACKAGE_BUGREPORT ""
1664| #define PACKAGE_URL ""
1665| #define STDC_HEADERS 1
1666| #define HAVE_SYS_TYPES_H 1
1667| #define HAVE_SYS_STAT_H 1
1668| #define HAVE_STDLIB_H 1
1669| #define HAVE_STRING_H 1
1670| #define HAVE_MEMORY_H 1
1671| #define HAVE_STRINGS_H 1
1672| #define HAVE_INTTYPES_H 1
1673| #define HAVE_STDINT_H 1
1674| #define HAVE_UNISTD_H 1
1675| #define HAVE_DLFCN_H 1
1676| #define LT_OBJDIR ".libs/"
1677| #define PACKAGE "ucommon"
1678| #define VERSION "6.0.7"
1679| #define restrict __restrict
1680| #define HAVE_STDINT_H 1
1681| #define HAVE_POLL_H 1
1682| #define HAVE_SYS_MMAN_H 1
1683| #define HAVE_SYS_SHM_H 1
1684| #define HAVE_SYS_POLL_H 1
1685| #define HAVE_SYS_TIMEB_H 1
1686| #define HAVE_ENDIAN_H 1
1687| #define HAVE_DIRENT_H 1
1688| #define HAVE_SYS_RESOURCE_H 1
1689| #define HAVE_WCHAR_H 1
1690| #define HAVE_NETINET_IN_H 1
1691| #define HAVE_NET_IF_H 1
1692| #define HAVE_LINUX_VERSION_H 1
1693| #define HAVE_SYS_INOTIFY_H 1
1694| #define HAVE_SYSLOG_H 1
1695| #define HAVE_SYS_WAIT_H 1
1696| #define HAVE_TERMIOS_H 1
1697| #define HAVE_TERMIO_H 1
1698| #define HAVE_FCNTL_H 1
1699| #define HAVE_UNISTD_H 1
1700| #define HAVE_SYS_PARAM_H 1
1701| #define HAVE_SYS_FILE_H 1
1702| #define HAVE_DLFCN_H 1
1703| #define HAVE_REGEX_H 1
1704| #define HAVE_SOCKETPAIR 1
1705| #define HAVE_GETADDRINFO 1
1706| #define HAVE_GETHOSTBYNAME2 1
1707| #define HAVE_INET_NTOP 1
1708| /* end confdefs.h. */
1709|
1710| /* Override any GCC internal prototype to avoid an error.
1711| Use char because int might match the return type of a GCC
1712| builtin and then its argument prototype would still apply. */
1713| #ifdef __cplusplus
1714| extern "C"
1715| #endif
1716| char socket ();
1717| int
1718| main ()
1719| {
1720| return socket ();
1721| ;
1722| return 0;
1723| }
1724configure:17377: result: no
1725configure:17459: checking for socks proxy support
1726configure:17470: result: no
1727configure:17475: checking for lstat in -lc
1728configure:17500: gcc -o conftest -g -O2 conftest.c -lc >&5
1729configure:17500: $? = 0
1730configure:17510: result: yes
1731configure:17522: checking for strcoll in -lc
1732configure:17547: gcc -o conftest -g -O2 conftest.c -lc >&5
1733configure:17547: $? = 0
1734configure:17557: result: yes
1735configure:17569: checking for stricmp in -lc
1736configure:17594: gcc -o conftest -g -O2 conftest.c -lc >&5
1737/tmp/ccMAL7b5.o: In function `main':
1738/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:65: undefined reference to `stricmp'
1739collect2: error: ld returned 1 exit status
1740configure:17594: $? = 1
1741configure: failed program was:
1742| /* confdefs.h */
1743| #define PACKAGE_NAME "ucommon"
1744| #define PACKAGE_TARNAME "ucommon"
1745| #define PACKAGE_VERSION "6.0.7"
1746| #define PACKAGE_STRING "ucommon 6.0.7"
1747| #define PACKAGE_BUGREPORT ""
1748| #define PACKAGE_URL ""
1749| #define STDC_HEADERS 1
1750| #define HAVE_SYS_TYPES_H 1
1751| #define HAVE_SYS_STAT_H 1
1752| #define HAVE_STDLIB_H 1
1753| #define HAVE_STRING_H 1
1754| #define HAVE_MEMORY_H 1
1755| #define HAVE_STRINGS_H 1
1756| #define HAVE_INTTYPES_H 1
1757| #define HAVE_STDINT_H 1
1758| #define HAVE_UNISTD_H 1
1759| #define HAVE_DLFCN_H 1
1760| #define LT_OBJDIR ".libs/"
1761| #define PACKAGE "ucommon"
1762| #define VERSION "6.0.7"
1763| #define restrict __restrict
1764| #define HAVE_STDINT_H 1
1765| #define HAVE_POLL_H 1
1766| #define HAVE_SYS_MMAN_H 1
1767| #define HAVE_SYS_SHM_H 1
1768| #define HAVE_SYS_POLL_H 1
1769| #define HAVE_SYS_TIMEB_H 1
1770| #define HAVE_ENDIAN_H 1
1771| #define HAVE_DIRENT_H 1
1772| #define HAVE_SYS_RESOURCE_H 1
1773| #define HAVE_WCHAR_H 1
1774| #define HAVE_NETINET_IN_H 1
1775| #define HAVE_NET_IF_H 1
1776| #define HAVE_LINUX_VERSION_H 1
1777| #define HAVE_SYS_INOTIFY_H 1
1778| #define HAVE_SYSLOG_H 1
1779| #define HAVE_SYS_WAIT_H 1
1780| #define HAVE_TERMIOS_H 1
1781| #define HAVE_TERMIO_H 1
1782| #define HAVE_FCNTL_H 1
1783| #define HAVE_UNISTD_H 1
1784| #define HAVE_SYS_PARAM_H 1
1785| #define HAVE_SYS_FILE_H 1
1786| #define HAVE_DLFCN_H 1
1787| #define HAVE_REGEX_H 1
1788| #define HAVE_SOCKETPAIR 1
1789| #define HAVE_GETADDRINFO 1
1790| #define HAVE_GETHOSTBYNAME2 1
1791| #define HAVE_INET_NTOP 1
1792| #define HAVE_LSTAT 1
1793| #define HAVE_STRCOLL 1
1794| /* end confdefs.h. */
1795|
1796| /* Override any GCC internal prototype to avoid an error.
1797| Use char because int might match the return type of a GCC
1798| builtin and then its argument prototype would still apply. */
1799| #ifdef __cplusplus
1800| extern "C"
1801| #endif
1802| char stricmp ();
1803| int
1804| main ()
1805| {
1806| return stricmp ();
1807| ;
1808| return 0;
1809| }
1810configure:17604: result: no
1811configure:17616: checking for stristr in -lc
1812configure:17641: gcc -o conftest -g -O2 conftest.c -lc >&5
1813/tmp/ccmEGX96.o: In function `main':
1814/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:65: undefined reference to `stristr'
1815collect2: error: ld returned 1 exit status
1816configure:17641: $? = 1
1817configure: failed program was:
1818| /* confdefs.h */
1819| #define PACKAGE_NAME "ucommon"
1820| #define PACKAGE_TARNAME "ucommon"
1821| #define PACKAGE_VERSION "6.0.7"
1822| #define PACKAGE_STRING "ucommon 6.0.7"
1823| #define PACKAGE_BUGREPORT ""
1824| #define PACKAGE_URL ""
1825| #define STDC_HEADERS 1
1826| #define HAVE_SYS_TYPES_H 1
1827| #define HAVE_SYS_STAT_H 1
1828| #define HAVE_STDLIB_H 1
1829| #define HAVE_STRING_H 1
1830| #define HAVE_MEMORY_H 1
1831| #define HAVE_STRINGS_H 1
1832| #define HAVE_INTTYPES_H 1
1833| #define HAVE_STDINT_H 1
1834| #define HAVE_UNISTD_H 1
1835| #define HAVE_DLFCN_H 1
1836| #define LT_OBJDIR ".libs/"
1837| #define PACKAGE "ucommon"
1838| #define VERSION "6.0.7"
1839| #define restrict __restrict
1840| #define HAVE_STDINT_H 1
1841| #define HAVE_POLL_H 1
1842| #define HAVE_SYS_MMAN_H 1
1843| #define HAVE_SYS_SHM_H 1
1844| #define HAVE_SYS_POLL_H 1
1845| #define HAVE_SYS_TIMEB_H 1
1846| #define HAVE_ENDIAN_H 1
1847| #define HAVE_DIRENT_H 1
1848| #define HAVE_SYS_RESOURCE_H 1
1849| #define HAVE_WCHAR_H 1
1850| #define HAVE_NETINET_IN_H 1
1851| #define HAVE_NET_IF_H 1
1852| #define HAVE_LINUX_VERSION_H 1
1853| #define HAVE_SYS_INOTIFY_H 1
1854| #define HAVE_SYSLOG_H 1
1855| #define HAVE_SYS_WAIT_H 1
1856| #define HAVE_TERMIOS_H 1
1857| #define HAVE_TERMIO_H 1
1858| #define HAVE_FCNTL_H 1
1859| #define HAVE_UNISTD_H 1
1860| #define HAVE_SYS_PARAM_H 1
1861| #define HAVE_SYS_FILE_H 1
1862| #define HAVE_DLFCN_H 1
1863| #define HAVE_REGEX_H 1
1864| #define HAVE_SOCKETPAIR 1
1865| #define HAVE_GETADDRINFO 1
1866| #define HAVE_GETHOSTBYNAME2 1
1867| #define HAVE_INET_NTOP 1
1868| #define HAVE_LSTAT 1
1869| #define HAVE_STRCOLL 1
1870| /* end confdefs.h. */
1871|
1872| /* Override any GCC internal prototype to avoid an error.
1873| Use char because int might match the return type of a GCC
1874| builtin and then its argument prototype would still apply. */
1875| #ifdef __cplusplus
1876| extern "C"
1877| #endif
1878| char stristr ();
1879| int
1880| main ()
1881| {
1882| return stristr ();
1883| ;
1884| return 0;
1885| }
1886configure:17651: result: no
1887configure:17663: checking for sysconf in -lc
1888configure:17688: gcc -o conftest -g -O2 conftest.c -lc >&5
1889configure:17688: $? = 0
1890configure:17698: result: yes
1891configure:17710: checking for posix_memalign in -lc
1892configure:17735: gcc -o conftest -g -O2 conftest.c -lc >&5
1893configure:17735: $? = 0
1894configure:17745: result: yes
1895configure:17757: checking for dlopen in -lc
1896configure:17782: gcc -o conftest -g -O2 conftest.c -lc >&5
1897/tmp/ccPAhYfk.o: In function `main':
1898/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:67: undefined reference to `dlopen'
1899collect2: error: ld returned 1 exit status
1900configure:17782: $? = 1
1901configure: failed program was:
1902| /* confdefs.h */
1903| #define PACKAGE_NAME "ucommon"
1904| #define PACKAGE_TARNAME "ucommon"
1905| #define PACKAGE_VERSION "6.0.7"
1906| #define PACKAGE_STRING "ucommon 6.0.7"
1907| #define PACKAGE_BUGREPORT ""
1908| #define PACKAGE_URL ""
1909| #define STDC_HEADERS 1
1910| #define HAVE_SYS_TYPES_H 1
1911| #define HAVE_SYS_STAT_H 1
1912| #define HAVE_STDLIB_H 1
1913| #define HAVE_STRING_H 1
1914| #define HAVE_MEMORY_H 1
1915| #define HAVE_STRINGS_H 1
1916| #define HAVE_INTTYPES_H 1
1917| #define HAVE_STDINT_H 1
1918| #define HAVE_UNISTD_H 1
1919| #define HAVE_DLFCN_H 1
1920| #define LT_OBJDIR ".libs/"
1921| #define PACKAGE "ucommon"
1922| #define VERSION "6.0.7"
1923| #define restrict __restrict
1924| #define HAVE_STDINT_H 1
1925| #define HAVE_POLL_H 1
1926| #define HAVE_SYS_MMAN_H 1
1927| #define HAVE_SYS_SHM_H 1
1928| #define HAVE_SYS_POLL_H 1
1929| #define HAVE_SYS_TIMEB_H 1
1930| #define HAVE_ENDIAN_H 1
1931| #define HAVE_DIRENT_H 1
1932| #define HAVE_SYS_RESOURCE_H 1
1933| #define HAVE_WCHAR_H 1
1934| #define HAVE_NETINET_IN_H 1
1935| #define HAVE_NET_IF_H 1
1936| #define HAVE_LINUX_VERSION_H 1
1937| #define HAVE_SYS_INOTIFY_H 1
1938| #define HAVE_SYSLOG_H 1
1939| #define HAVE_SYS_WAIT_H 1
1940| #define HAVE_TERMIOS_H 1
1941| #define HAVE_TERMIO_H 1
1942| #define HAVE_FCNTL_H 1
1943| #define HAVE_UNISTD_H 1
1944| #define HAVE_SYS_PARAM_H 1
1945| #define HAVE_SYS_FILE_H 1
1946| #define HAVE_DLFCN_H 1
1947| #define HAVE_REGEX_H 1
1948| #define HAVE_SOCKETPAIR 1
1949| #define HAVE_GETADDRINFO 1
1950| #define HAVE_GETHOSTBYNAME2 1
1951| #define HAVE_INET_NTOP 1
1952| #define HAVE_LSTAT 1
1953| #define HAVE_STRCOLL 1
1954| #define HAVE_SYSCONF 1
1955| #define HAVE_POSIX_MEMALIGN 1
1956| /* end confdefs.h. */
1957|
1958| /* Override any GCC internal prototype to avoid an error.
1959| Use char because int might match the return type of a GCC
1960| builtin and then its argument prototype would still apply. */
1961| #ifdef __cplusplus
1962| extern "C"
1963| #endif
1964| char dlopen ();
1965| int
1966| main ()
1967| {
1968| return dlopen ();
1969| ;
1970| return 0;
1971| }
1972configure:17792: result: no
1973configure:17803: checking for dlopen in -ldl
1974configure:17828: gcc -o conftest -g -O2 conftest.c -ldl >&5
1975configure:17828: $? = 0
1976configure:17837: result: yes
1977configure:17958: checking pthread.h usability
1978configure:17958: gcc -c -g -O2 conftest.c >&5
1979configure:17958: $? = 0
1980configure:17958: result: yes
1981configure:17958: checking pthread.h presence
1982configure:17958: gcc -E conftest.c
1983configure:17958: $? = 0
1984configure:17958: result: yes
1985configure:17958: checking for pthread.h
1986configure:17958: result: yes
1987configure:17962: checking for pthread_create in -lpthread
1988configure:17987: gcc -o conftest -g -O2 conftest.c -lpthread >&5
1989configure:17987: $? = 0
1990configure:17996: result: yes
1991configure:18137: checking for pthread_condattr_setclock in -lpthread
1992configure:18162: gcc -o conftest -g -O2 conftest.c -lpthread >&5
1993configure:18162: $? = 0
1994configure:18172: result: yes
1995configure:18183: checking for pthread_setconcurrency in -lpthread
1996configure:18208: gcc -o conftest -g -O2 conftest.c -lpthread >&5
1997configure:18208: $? = 0
1998configure:18218: result: yes
1999configure:18230: checking for pthread_yield in -lpthread
2000configure:18255: gcc -o conftest -g -O2 conftest.c -lpthread >&5
2001configure:18255: $? = 0
2002configure:18265: result: yes
2003configure:18277: checking for pthread_delay in -lpthread
2004configure:18302: gcc -o conftest -g -O2 conftest.c -lpthread >&5
2005/tmp/ccA6eeXJ.o: In function `main':
2006/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:70: undefined reference to `pthread_delay'
2007collect2: error: ld returned 1 exit status
2008configure:18302: $? = 1
2009configure: failed program was:
2010| /* confdefs.h */
2011| #define PACKAGE_NAME "ucommon"
2012| #define PACKAGE_TARNAME "ucommon"
2013| #define PACKAGE_VERSION "6.0.7"
2014| #define PACKAGE_STRING "ucommon 6.0.7"
2015| #define PACKAGE_BUGREPORT ""
2016| #define PACKAGE_URL ""
2017| #define STDC_HEADERS 1
2018| #define HAVE_SYS_TYPES_H 1
2019| #define HAVE_SYS_STAT_H 1
2020| #define HAVE_STDLIB_H 1
2021| #define HAVE_STRING_H 1
2022| #define HAVE_MEMORY_H 1
2023| #define HAVE_STRINGS_H 1
2024| #define HAVE_INTTYPES_H 1
2025| #define HAVE_STDINT_H 1
2026| #define HAVE_UNISTD_H 1
2027| #define HAVE_DLFCN_H 1
2028| #define LT_OBJDIR ".libs/"
2029| #define PACKAGE "ucommon"
2030| #define VERSION "6.0.7"
2031| #define restrict __restrict
2032| #define HAVE_STDINT_H 1
2033| #define HAVE_POLL_H 1
2034| #define HAVE_SYS_MMAN_H 1
2035| #define HAVE_SYS_SHM_H 1
2036| #define HAVE_SYS_POLL_H 1
2037| #define HAVE_SYS_TIMEB_H 1
2038| #define HAVE_ENDIAN_H 1
2039| #define HAVE_DIRENT_H 1
2040| #define HAVE_SYS_RESOURCE_H 1
2041| #define HAVE_WCHAR_H 1
2042| #define HAVE_NETINET_IN_H 1
2043| #define HAVE_NET_IF_H 1
2044| #define HAVE_LINUX_VERSION_H 1
2045| #define HAVE_SYS_INOTIFY_H 1
2046| #define HAVE_SYSLOG_H 1
2047| #define HAVE_SYS_WAIT_H 1
2048| #define HAVE_TERMIOS_H 1
2049| #define HAVE_TERMIO_H 1
2050| #define HAVE_FCNTL_H 1
2051| #define HAVE_UNISTD_H 1
2052| #define HAVE_SYS_PARAM_H 1
2053| #define HAVE_SYS_FILE_H 1
2054| #define HAVE_DLFCN_H 1
2055| #define HAVE_REGEX_H 1
2056| #define HAVE_SOCKETPAIR 1
2057| #define HAVE_GETADDRINFO 1
2058| #define HAVE_GETHOSTBYNAME2 1
2059| #define HAVE_INET_NTOP 1
2060| #define HAVE_LSTAT 1
2061| #define HAVE_STRCOLL 1
2062| #define HAVE_SYSCONF 1
2063| #define HAVE_POSIX_MEMALIGN 1
2064| #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
2065| #define HAVE_PTHREAD_SETCONCURRENCY 1
2066| #define HAVE_PTHREAD_YIELD 1
2067| /* end confdefs.h. */
2068|
2069| /* Override any GCC internal prototype to avoid an error.
2070| Use char because int might match the return type of a GCC
2071| builtin and then its argument prototype would still apply. */
2072| #ifdef __cplusplus
2073| extern "C"
2074| #endif
2075| char pthread_delay ();
2076| int
2077| main ()
2078| {
2079| return pthread_delay ();
2080| ;
2081| return 0;
2082| }
2083configure:18312: result: no
2084configure:18323: checking for pthread_delay_np in -lpthread
2085configure:18348: gcc -o conftest -g -O2 conftest.c -lpthread >&5
2086/tmp/ccGlDExO.o: In function `main':
2087/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:70: undefined reference to `pthread_delay_np'
2088collect2: error: ld returned 1 exit status
2089configure:18348: $? = 1
2090configure: failed program was:
2091| /* confdefs.h */
2092| #define PACKAGE_NAME "ucommon"
2093| #define PACKAGE_TARNAME "ucommon"
2094| #define PACKAGE_VERSION "6.0.7"
2095| #define PACKAGE_STRING "ucommon 6.0.7"
2096| #define PACKAGE_BUGREPORT ""
2097| #define PACKAGE_URL ""
2098| #define STDC_HEADERS 1
2099| #define HAVE_SYS_TYPES_H 1
2100| #define HAVE_SYS_STAT_H 1
2101| #define HAVE_STDLIB_H 1
2102| #define HAVE_STRING_H 1
2103| #define HAVE_MEMORY_H 1
2104| #define HAVE_STRINGS_H 1
2105| #define HAVE_INTTYPES_H 1
2106| #define HAVE_STDINT_H 1
2107| #define HAVE_UNISTD_H 1
2108| #define HAVE_DLFCN_H 1
2109| #define LT_OBJDIR ".libs/"
2110| #define PACKAGE "ucommon"
2111| #define VERSION "6.0.7"
2112| #define restrict __restrict
2113| #define HAVE_STDINT_H 1
2114| #define HAVE_POLL_H 1
2115| #define HAVE_SYS_MMAN_H 1
2116| #define HAVE_SYS_SHM_H 1
2117| #define HAVE_SYS_POLL_H 1
2118| #define HAVE_SYS_TIMEB_H 1
2119| #define HAVE_ENDIAN_H 1
2120| #define HAVE_DIRENT_H 1
2121| #define HAVE_SYS_RESOURCE_H 1
2122| #define HAVE_WCHAR_H 1
2123| #define HAVE_NETINET_IN_H 1
2124| #define HAVE_NET_IF_H 1
2125| #define HAVE_LINUX_VERSION_H 1
2126| #define HAVE_SYS_INOTIFY_H 1
2127| #define HAVE_SYSLOG_H 1
2128| #define HAVE_SYS_WAIT_H 1
2129| #define HAVE_TERMIOS_H 1
2130| #define HAVE_TERMIO_H 1
2131| #define HAVE_FCNTL_H 1
2132| #define HAVE_UNISTD_H 1
2133| #define HAVE_SYS_PARAM_H 1
2134| #define HAVE_SYS_FILE_H 1
2135| #define HAVE_DLFCN_H 1
2136| #define HAVE_REGEX_H 1
2137| #define HAVE_SOCKETPAIR 1
2138| #define HAVE_GETADDRINFO 1
2139| #define HAVE_GETHOSTBYNAME2 1
2140| #define HAVE_INET_NTOP 1
2141| #define HAVE_LSTAT 1
2142| #define HAVE_STRCOLL 1
2143| #define HAVE_SYSCONF 1
2144| #define HAVE_POSIX_MEMALIGN 1
2145| #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
2146| #define HAVE_PTHREAD_SETCONCURRENCY 1
2147| #define HAVE_PTHREAD_YIELD 1
2148| /* end confdefs.h. */
2149|
2150| /* Override any GCC internal prototype to avoid an error.
2151| Use char because int might match the return type of a GCC
2152| builtin and then its argument prototype would still apply. */
2153| #ifdef __cplusplus
2154| extern "C"
2155| #endif
2156| char pthread_delay_np ();
2157| int
2158| main ()
2159| {
2160| return pthread_delay_np ();
2161| ;
2162| return 0;
2163| }
2164configure:18358: result: no
2165configure:18369: checking for pthread_setschedprio in -lpthread
2166configure:18394: gcc -o conftest -g -O2 conftest.c -lpthread >&5
2167configure:18394: $? = 0
2168configure:18404: result: yes
2169configure:18464: checking for ftok
2170configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2171configure:18464: $? = 0
2172configure:18464: result: yes
2173configure:18464: checking for shm_open
2174configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2175/tmp/ccxiijUQ.o: In function `main':
2176/home/lisional/git/sflphone-android/jni/libucommon/sources/conftest.c:95: undefined reference to `shm_open'
2177collect2: error: ld returned 1 exit status
2178configure:18464: $? = 1
2179configure: failed program was:
2180| /* confdefs.h */
2181| #define PACKAGE_NAME "ucommon"
2182| #define PACKAGE_TARNAME "ucommon"
2183| #define PACKAGE_VERSION "6.0.7"
2184| #define PACKAGE_STRING "ucommon 6.0.7"
2185| #define PACKAGE_BUGREPORT ""
2186| #define PACKAGE_URL ""
2187| #define STDC_HEADERS 1
2188| #define HAVE_SYS_TYPES_H 1
2189| #define HAVE_SYS_STAT_H 1
2190| #define HAVE_STDLIB_H 1
2191| #define HAVE_STRING_H 1
2192| #define HAVE_MEMORY_H 1
2193| #define HAVE_STRINGS_H 1
2194| #define HAVE_INTTYPES_H 1
2195| #define HAVE_STDINT_H 1
2196| #define HAVE_UNISTD_H 1
2197| #define HAVE_DLFCN_H 1
2198| #define LT_OBJDIR ".libs/"
2199| #define PACKAGE "ucommon"
2200| #define VERSION "6.0.7"
2201| #define restrict __restrict
2202| #define HAVE_STDINT_H 1
2203| #define HAVE_POLL_H 1
2204| #define HAVE_SYS_MMAN_H 1
2205| #define HAVE_SYS_SHM_H 1
2206| #define HAVE_SYS_POLL_H 1
2207| #define HAVE_SYS_TIMEB_H 1
2208| #define HAVE_ENDIAN_H 1
2209| #define HAVE_DIRENT_H 1
2210| #define HAVE_SYS_RESOURCE_H 1
2211| #define HAVE_WCHAR_H 1
2212| #define HAVE_NETINET_IN_H 1
2213| #define HAVE_NET_IF_H 1
2214| #define HAVE_LINUX_VERSION_H 1
2215| #define HAVE_SYS_INOTIFY_H 1
2216| #define HAVE_SYSLOG_H 1
2217| #define HAVE_SYS_WAIT_H 1
2218| #define HAVE_TERMIOS_H 1
2219| #define HAVE_TERMIO_H 1
2220| #define HAVE_FCNTL_H 1
2221| #define HAVE_UNISTD_H 1
2222| #define HAVE_SYS_PARAM_H 1
2223| #define HAVE_SYS_FILE_H 1
2224| #define HAVE_DLFCN_H 1
2225| #define HAVE_REGEX_H 1
2226| #define HAVE_SOCKETPAIR 1
2227| #define HAVE_GETADDRINFO 1
2228| #define HAVE_GETHOSTBYNAME2 1
2229| #define HAVE_INET_NTOP 1
2230| #define HAVE_LSTAT 1
2231| #define HAVE_STRCOLL 1
2232| #define HAVE_SYSCONF 1
2233| #define HAVE_POSIX_MEMALIGN 1
2234| #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
2235| #define HAVE_PTHREAD_SETCONCURRENCY 1
2236| #define HAVE_PTHREAD_YIELD 1
2237| #define HAVE_PTHREAD_SETSCHEDPRIO 1
2238| #define HAVE_FTOK 1
2239| /* end confdefs.h. */
2240| /* Define shm_open to an innocuous variant, in case <limits.h> declares shm_open.
2241| For example, HP-UX 11i <limits.h> declares gettimeofday. */
2242| #define shm_open innocuous_shm_open
2243|
2244| /* System header to define __stub macros and hopefully few prototypes,
2245| which can conflict with char shm_open (); below.
2246| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2247| <limits.h> exists even on freestanding compilers. */
2248|
2249| #ifdef __STDC__
2250| # include <limits.h>
2251| #else
2252| # include <assert.h>
2253| #endif
2254|
2255| #undef shm_open
2256|
2257| /* Override any GCC internal prototype to avoid an error.
2258| Use char because int might match the return type of a GCC
2259| builtin and then its argument prototype would still apply. */
2260| #ifdef __cplusplus
2261| extern "C"
2262| #endif
2263| char shm_open ();
2264| /* The GNU C library defines this for functions which it implements
2265| to always fail with ENOSYS. Some functions are actually named
2266| something starting with __ and the normal name is an alias. */
2267| #if defined __stub_shm_open || defined __stub___shm_open
2268| choke me
2269| #endif
2270|
2271| int
2272| main ()
2273| {
2274| return shm_open ();
2275| ;
2276| return 0;
2277| }
2278configure:18464: result: no
2279configure:18472: checking for shm_open in -lposix4
2280configure:18497: gcc -o conftest -g -O2 conftest.c -lposix4 >&5
2281/usr/bin/ld: cannot find -lposix4
2282collect2: error: ld returned 1 exit status
2283configure:18497: $? = 1
2284configure: failed program was:
2285| /* confdefs.h */
2286| #define PACKAGE_NAME "ucommon"
2287| #define PACKAGE_TARNAME "ucommon"
2288| #define PACKAGE_VERSION "6.0.7"
2289| #define PACKAGE_STRING "ucommon 6.0.7"
2290| #define PACKAGE_BUGREPORT ""
2291| #define PACKAGE_URL ""
2292| #define STDC_HEADERS 1
2293| #define HAVE_SYS_TYPES_H 1
2294| #define HAVE_SYS_STAT_H 1
2295| #define HAVE_STDLIB_H 1
2296| #define HAVE_STRING_H 1
2297| #define HAVE_MEMORY_H 1
2298| #define HAVE_STRINGS_H 1
2299| #define HAVE_INTTYPES_H 1
2300| #define HAVE_STDINT_H 1
2301| #define HAVE_UNISTD_H 1
2302| #define HAVE_DLFCN_H 1
2303| #define LT_OBJDIR ".libs/"
2304| #define PACKAGE "ucommon"
2305| #define VERSION "6.0.7"
2306| #define restrict __restrict
2307| #define HAVE_STDINT_H 1
2308| #define HAVE_POLL_H 1
2309| #define HAVE_SYS_MMAN_H 1
2310| #define HAVE_SYS_SHM_H 1
2311| #define HAVE_SYS_POLL_H 1
2312| #define HAVE_SYS_TIMEB_H 1
2313| #define HAVE_ENDIAN_H 1
2314| #define HAVE_DIRENT_H 1
2315| #define HAVE_SYS_RESOURCE_H 1
2316| #define HAVE_WCHAR_H 1
2317| #define HAVE_NETINET_IN_H 1
2318| #define HAVE_NET_IF_H 1
2319| #define HAVE_LINUX_VERSION_H 1
2320| #define HAVE_SYS_INOTIFY_H 1
2321| #define HAVE_SYSLOG_H 1
2322| #define HAVE_SYS_WAIT_H 1
2323| #define HAVE_TERMIOS_H 1
2324| #define HAVE_TERMIO_H 1
2325| #define HAVE_FCNTL_H 1
2326| #define HAVE_UNISTD_H 1
2327| #define HAVE_SYS_PARAM_H 1
2328| #define HAVE_SYS_FILE_H 1
2329| #define HAVE_DLFCN_H 1
2330| #define HAVE_REGEX_H 1
2331| #define HAVE_SOCKETPAIR 1
2332| #define HAVE_GETADDRINFO 1
2333| #define HAVE_GETHOSTBYNAME2 1
2334| #define HAVE_INET_NTOP 1
2335| #define HAVE_LSTAT 1
2336| #define HAVE_STRCOLL 1
2337| #define HAVE_SYSCONF 1
2338| #define HAVE_POSIX_MEMALIGN 1
2339| #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
2340| #define HAVE_PTHREAD_SETCONCURRENCY 1
2341| #define HAVE_PTHREAD_YIELD 1
2342| #define HAVE_PTHREAD_SETSCHEDPRIO 1
2343| #define HAVE_FTOK 1
2344| /* end confdefs.h. */
2345|
2346| /* Override any GCC internal prototype to avoid an error.
2347| Use char because int might match the return type of a GCC
2348| builtin and then its argument prototype would still apply. */
2349| #ifdef __cplusplus
2350| extern "C"
2351| #endif
2352| char shm_open ();
2353| int
2354| main ()
2355| {
2356| return shm_open ();
2357| ;
2358| return 0;
2359| }
2360configure:18507: result: no
2361configure:18517: checking for shm_open in -lrt
2362configure:18542: gcc -o conftest -g -O2 conftest.c -lrt >&5
2363configure:18542: $? = 0
2364configure:18552: result: yes
2365configure:18464: checking for nanosleep
2366configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2367configure:18464: $? = 0
2368configure:18464: result: yes
2369configure:18464: checking for clock_nanosleep
2370configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2371configure:18464: $? = 0
2372configure:18464: result: yes
2373configure:18464: checking for clock_gettime
2374configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2375configure:18464: $? = 0
2376configure:18464: result: yes
2377configure:18464: checking for strerror_r
2378configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2379configure:18464: $? = 0
2380configure:18464: result: yes
2381configure:18464: checking for localtime_r
2382configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2383configure:18464: $? = 0
2384configure:18464: result: yes
2385configure:18464: checking for gmtime_r
2386configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2387configure:18464: $? = 0
2388configure:18464: result: yes
2389configure:18464: checking for posix_fadvise
2390configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2391configure:18464: $? = 0
2392configure:18464: result: yes
2393configure:18464: checking for ftruncate
2394configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2395configure:18464: $? = 0
2396configure:18464: result: yes
2397configure:18464: checking for pwrite
2398configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2399configure:18464: $? = 0
2400configure:18464: result: yes
2401configure:18464: checking for setpgrp
2402configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2403configure:18464: $? = 0
2404configure:18464: result: yes
2405configure:18464: checking for setlocale
2406configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2407configure:18464: $? = 0
2408configure:18464: result: yes
2409configure:18464: checking for gettext
2410configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2411conftest.c:96:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
2412 char gettext ();
2413 ^
2414configure:18464: $? = 0
2415configure:18464: result: yes
2416configure:18464: checking for execvp
2417configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2418conftest.c:97:6: warning: conflicting types for built-in function 'execvp' [enabled by default]
2419 char execvp ();
2420 ^
2421configure:18464: $? = 0
2422configure:18464: result: yes
2423configure:18464: checking for atexit
2424configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2425configure:18464: $? = 0
2426configure:18464: result: yes
2427configure:18464: checking for realpath
2428configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2429configure:18464: $? = 0
2430configure:18464: result: yes
2431configure:18464: checking for symlink
2432configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2433configure:18464: $? = 0
2434configure:18464: result: yes
2435configure:18464: checking for readlink
2436configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2437configure:18464: $? = 0
2438configure:18464: result: yes
2439configure:18464: checking for waitpid
2440configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2441configure:18464: $? = 0
2442configure:18464: result: yes
2443configure:18464: checking for wait4
2444configure:18464: gcc -o conftest -g -O2 conftest.c >&5
2445configure:18464: $? = 0
2446configure:18464: result: yes
2447configure:18854: checking stdexcept usability
2448configure:18854: g++ -c conftest.cpp >&5
2449configure:18854: $? = 0
2450configure:18854: result: yes
2451configure:18854: checking stdexcept presence
2452configure:18854: g++ -E conftest.cpp
2453configure:18854: $? = 0
2454configure:18854: result: yes
2455configure:18854: checking for stdexcept
2456configure:18854: result: yes
2457configure:18864: checking for old style iostream
2458configure:18889: g++ -c conftest.cpp >&5
2459configure:18889: $? = 0
2460configure:18891: result: no
2461configure:18914: checking whether g++ supports -mt
2462configure:18923: result: no
2463configure:18914: checking whether g++ supports -pthread
2464configure:18918: result: yes
2465configure:18941: checking whether g++ supports -fno-check-new
2466configure:18946: result: yes
2467configure:18941: checking whether g++ supports -finline
2468configure:18946: result: yes
2469configure:18955: checking whether g++ supports visibility
2470configure:18960: result: yes
2471configure:19105: checking for pkg-config
2472configure:19123: found /usr/bin/pkg-config
2473configure:19135: result: /usr/bin/pkg-config
2474configure:19160: checking pkg-config is at least version 0.9.0
2475configure:19163: result: yes
2476configure:19378: checking openssl/ssl.h usability
2477configure:19378: gcc -c -g -O2 conftest.c >&5
2478configure:19378: $? = 0
2479configure:19378: result: yes
2480configure:19378: checking openssl/ssl.h presence
2481configure:19378: gcc -E conftest.c
2482configure:19378: $? = 0
2483configure:19378: result: yes
2484configure:19378: checking for openssl/ssl.h
2485configure:19378: result: yes
2486configure:19392: checking openssl/fips.h usability
2487configure:19392: gcc -c -g -O2 conftest.c >&5
2488configure:19392: $? = 0
2489configure:19392: result: yes
2490configure:19392: checking openssl/fips.h presence
2491configure:19392: gcc -E conftest.c
2492configure:19392: $? = 0
2493configure:19392: result: yes
2494configure:19392: checking for openssl/fips.h
2495configure:19392: result: yes
2496configure:19402: checking for gnutls_init in -lgnutls
2497configure:19427: gcc -o conftest -g -O2 conftest.c -lgnutls >&5
2498configure:19427: $? = 0
2499configure:19436: result: yes
2500configure:19482: checking secure library mode
2501configure:19484: result: gnutls
2502configure:19501: checking libintl.h usability
2503configure:19501: gcc -c -g -O2 conftest.c >&5
2504configure:19501: $? = 0
2505configure:19501: result: yes
2506configure:19501: checking libintl.h presence
2507configure:19501: gcc -E conftest.c
2508configure:19501: $? = 0
2509configure:19501: result: yes
2510configure:19501: checking for libintl.h
2511configure:19501: result: yes
2512configure:19662: checking for doxygen
2513configure:19680: found /usr/bin/doxygen
2514configure:19693: result: /usr/bin/doxygen
2515configure:19833: checking that generated files are newer than configure
2516configure:19839: result: done
2517configure:19866: creating ./config.status
2518
2519## ---------------------- ##
2520## Running config.status. ##
2521## ---------------------- ##
2522
2523This file was extended by ucommon config.status 6.0.7, which was
2524generated by GNU Autoconf 2.69. Invocation command line was
2525
2526 CONFIG_FILES =
2527 CONFIG_HEADERS =
2528 CONFIG_LINKS =
2529 CONFIG_COMMANDS =
2530 $ ./config.status
2531
2532on pcal
2533
2534config.status:1259: creating Makefile
2535config.status:1259: creating corelib/Makefile
2536config.status:1259: creating commoncpp/Makefile
2537config.status:1259: creating openssl/Makefile
2538config.status:1259: creating gnutls/Makefile
2539config.status:1259: creating nossl/Makefile
2540config.status:1259: creating utils/Makefile
2541config.status:1259: creating inc/Makefile
2542config.status:1259: creating inc/ucommon/Makefile
2543config.status:1259: creating inc/commoncpp/Makefile
2544config.status:1259: creating test/Makefile
2545config.status:1259: creating directive
2546config.status:1259: creating commoncpp.pc
2547config.status:1259: creating ucommon.pc
2548config.status:1259: creating ucommon.spec
2549config.status:1259: creating ucommon-config
2550config.status:1259: creating commoncpp-config
2551config.status:1259: creating ucommon-config.h
2552config.status:1440: ucommon-config.h is unchanged
2553config.status:1488: executing libtool commands
2554config.status:1488: executing depfiles commands
2555
2556## ---------------- ##
2557## Cache variables. ##
2558## ---------------- ##
2559
2560ac_cv_build=x86_64-unknown-linux-gnu
2561ac_cv_c_compiler_gnu=yes
2562ac_cv_c_inline=inline
2563ac_cv_c_restrict=__restrict
2564ac_cv_c_volatile=yes
2565ac_cv_cxx_compiler_gnu=yes
2566ac_cv_env_CCC_set=
2567ac_cv_env_CCC_value=
2568ac_cv_env_CC_set=
2569ac_cv_env_CC_value=
2570ac_cv_env_CFLAGS_set=
2571ac_cv_env_CFLAGS_value=
2572ac_cv_env_CPPFLAGS_set=
2573ac_cv_env_CPPFLAGS_value=
2574ac_cv_env_CPP_set=
2575ac_cv_env_CPP_value=
2576ac_cv_env_CXXCPP_set=
2577ac_cv_env_CXXCPP_value=
2578ac_cv_env_CXXFLAGS_set=
2579ac_cv_env_CXXFLAGS_value=
2580ac_cv_env_CXX_set=
2581ac_cv_env_CXX_value=
2582ac_cv_env_GNUTLS_CFLAGS_set=
2583ac_cv_env_GNUTLS_CFLAGS_value=
2584ac_cv_env_GNUTLS_LIBS_set=
2585ac_cv_env_GNUTLS_LIBS_value=
2586ac_cv_env_LDFLAGS_set=
2587ac_cv_env_LDFLAGS_value=
2588ac_cv_env_LIBS_set=
2589ac_cv_env_LIBS_value=
2590ac_cv_env_OPENSSL_CFLAGS_set=
2591ac_cv_env_OPENSSL_CFLAGS_value=
2592ac_cv_env_OPENSSL_LIBS_set=
2593ac_cv_env_OPENSSL_LIBS_value=
2594ac_cv_env_PKG_CONFIG_LIBDIR_set=
2595ac_cv_env_PKG_CONFIG_LIBDIR_value=
2596ac_cv_env_PKG_CONFIG_PATH_set=
2597ac_cv_env_PKG_CONFIG_PATH_value=
2598ac_cv_env_PKG_CONFIG_set=
2599ac_cv_env_PKG_CONFIG_value=
2600ac_cv_env_build_alias_set=
2601ac_cv_env_build_alias_value=
2602ac_cv_env_host_alias_set=
2603ac_cv_env_host_alias_value=
2604ac_cv_env_target_alias_set=
2605ac_cv_env_target_alias_value=
2606ac_cv_func_atexit=yes
2607ac_cv_func_clock_gettime=yes
2608ac_cv_func_clock_nanosleep=yes
2609ac_cv_func_execvp=yes
2610ac_cv_func_ftok=yes
2611ac_cv_func_ftruncate=yes
2612ac_cv_func_gettext=yes
2613ac_cv_func_gmtime_r=yes
2614ac_cv_func_localtime_r=yes
2615ac_cv_func_nanosleep=yes
2616ac_cv_func_posix_fadvise=yes
2617ac_cv_func_pwrite=yes
2618ac_cv_func_readlink=yes
2619ac_cv_func_realpath=yes
2620ac_cv_func_setlocale=yes
2621ac_cv_func_setpgrp=yes
2622ac_cv_func_shm_open=no
2623ac_cv_func_strerror_r=yes
2624ac_cv_func_symlink=yes
2625ac_cv_func_wait4=yes
2626ac_cv_func_waitpid=yes
2627ac_cv_header_dirent_h=yes
2628ac_cv_header_dlfcn_h=yes
2629ac_cv_header_endian_h=yes
2630ac_cv_header_fcntl_h=yes
2631ac_cv_header_inttypes_h=yes
2632ac_cv_header_libintl_h=yes
2633ac_cv_header_linux_version_h=yes
2634ac_cv_header_mach_clock_h=no
2635ac_cv_header_mach_o_dyld_h=no
2636ac_cv_header_memory_h=yes
2637ac_cv_header_net_if_h=yes
2638ac_cv_header_netinet_in_h=yes
2639ac_cv_header_openssl_fips_h=yes
2640ac_cv_header_openssl_ssl_h=yes
2641ac_cv_header_poll_h=yes
2642ac_cv_header_pthread_h=yes
2643ac_cv_header_regex_h=yes
2644ac_cv_header_stdc=yes
2645ac_cv_header_stdexcept=yes
2646ac_cv_header_stdint_h=yes
2647ac_cv_header_stdlib_h=yes
2648ac_cv_header_string_h=yes
2649ac_cv_header_strings_h=yes
2650ac_cv_header_sys_event_h=no
2651ac_cv_header_sys_file_h=yes
2652ac_cv_header_sys_filio_h=no
2653ac_cv_header_sys_inotify_h=yes
2654ac_cv_header_sys_lockf_h=no
2655ac_cv_header_sys_mman_h=yes
2656ac_cv_header_sys_param_h=yes
2657ac_cv_header_sys_poll_h=yes
2658ac_cv_header_sys_resource_h=yes
2659ac_cv_header_sys_shm_h=yes
2660ac_cv_header_sys_stat_h=yes
2661ac_cv_header_sys_timeb_h=yes
2662ac_cv_header_sys_types_h=yes
2663ac_cv_header_sys_wait_h=yes
2664ac_cv_header_syslog_h=yes
2665ac_cv_header_termio_h=yes
2666ac_cv_header_termios_h=yes
2667ac_cv_header_unistd_h=yes
2668ac_cv_header_wchar_h=yes
2669ac_cv_host=x86_64-unknown-linux-gnu
2670ac_cv_lib_c___dlopen=no
2671ac_cv_lib_c___getaddrinfo=yes
2672ac_cv_lib_c___gethostbyname2=yes
2673ac_cv_lib_c___inet_ntop=yes
2674ac_cv_lib_c___lstat=yes
2675ac_cv_lib_c___posix_memalign=yes
2676ac_cv_lib_c___socketpair=yes
2677ac_cv_lib_c___strcoll=yes
2678ac_cv_lib_c___stricmp=no
2679ac_cv_lib_c___stristr=no
2680ac_cv_lib_c___sysconf=yes
2681ac_cv_lib_dl_dlopen=yes
2682ac_cv_lib_gcc___modsi3=no
2683ac_cv_lib_gnutls_gnutls_init=yes
2684ac_cv_lib_msvcrt_fopen=no
2685ac_cv_lib_posix4_shm_open=no
2686ac_cv_lib_pthread___pthread_condattr_setclock=yes
2687ac_cv_lib_pthread___pthread_delay=no
2688ac_cv_lib_pthread___pthread_delay_np=no
2689ac_cv_lib_pthread___pthread_setconcurrency=yes
2690ac_cv_lib_pthread___pthread_setschedprio=yes
2691ac_cv_lib_pthread___pthread_yield=yes
2692ac_cv_lib_pthread_pthread_create=yes
2693ac_cv_lib_regex_regfree=no
2694ac_cv_lib_rt_shm_open=yes
2695ac_cv_lib_socket_socket=no
2696ac_cv_objext=o
2697ac_cv_path_DOXYGEN=/usr/bin/doxygen
2698ac_cv_path_EGREP='/usr/bin/grep -E'
2699ac_cv_path_FGREP='/usr/bin/grep -F'
2700ac_cv_path_GREP=/usr/bin/grep
2701ac_cv_path_SED=/usr/bin/sed
2702ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
2703ac_cv_path_install='/usr/bin/install -c'
2704ac_cv_path_mkdir=/usr/bin/mkdir
2705ac_cv_prog_AWK=gawk
2706ac_cv_prog_CPP='gcc -E'
2707ac_cv_prog_CXXCPP='g++ -E'
2708ac_cv_prog_ac_ct_AR=ar
2709ac_cv_prog_ac_ct_CC=gcc
2710ac_cv_prog_ac_ct_CXX=g++
2711ac_cv_prog_ac_ct_DLLTOOL=dlltool
2712ac_cv_prog_ac_ct_OBJDUMP=objdump
2713ac_cv_prog_ac_ct_RANLIB=ranlib
2714ac_cv_prog_ac_ct_STRIP=strip
2715ac_cv_prog_cc_c89=
2716ac_cv_prog_cc_g=yes
2717ac_cv_prog_cxx_g=yes
2718ac_cv_prog_make_make_set=yes
2719ac_cv_target=x86_64-unknown-linux-gnu
2720am_cv_CC_dependencies_compiler_type=gcc3
2721am_cv_CXX_dependencies_compiler_type=gcc3
2722am_cv_make_support_nested_variables=yes
2723lt_cv_ar_at_file=@
2724lt_cv_archive_cmds_need_lc=no
2725lt_cv_deplibs_check_method=pass_all
2726lt_cv_file_magic_cmd='$MAGIC_CMD'
2727lt_cv_file_magic_test_file=
2728lt_cv_ld_reload_flag=-r
2729lt_cv_nm_interface='BSD nm'
2730lt_cv_objdir=.libs
2731lt_cv_path_LD=/usr/bin/ld
2732lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
2733lt_cv_path_NM='/usr/bin/nm -B'
2734lt_cv_path_mainfest_tool=no
2735lt_cv_prog_compiler_c_o=yes
2736lt_cv_prog_compiler_c_o_CXX=yes
2737lt_cv_prog_compiler_pic='-fPIC -DPIC'
2738lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
2739lt_cv_prog_compiler_pic_works=yes
2740lt_cv_prog_compiler_pic_works_CXX=yes
2741lt_cv_prog_compiler_rtti_exceptions=no
2742lt_cv_prog_compiler_static_works=no
2743lt_cv_prog_compiler_static_works_CXX=no
2744lt_cv_prog_gnu_ld=yes
2745lt_cv_prog_gnu_ldcxx=yes
2746lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
2747lt_cv_shlibpath_overrides_runpath=no
2748lt_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'\'''
2749lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
2750lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
2751lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
2752lt_cv_sys_max_cmd_len=1572864
2753lt_cv_to_host_file_cmd=func_convert_file_noop
2754lt_cv_to_tool_file_cmd=func_convert_file_noop
2755
2756## ----------------- ##
2757## Output variables. ##
2758## ----------------- ##
2759
2760ACLOCAL='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing aclocal-1.13'
2761AMDEPBACKSLASH='\'
2762AMDEP_FALSE='#'
2763AMDEP_TRUE=''
2764AMTAR='$${TAR-tar}'
2765AM_BACKSLASH='\'
2766AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2767AM_DEFAULT_VERBOSITY='1'
2768AM_V='$(V)'
2769AR='ar'
2770AS='as'
2771AUTOCONF='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoconf'
2772AUTOHEADER='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoheader'
2773AUTOMAKE='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing automake-1.13'
2774AWK='gawk'
2775CC='gcc'
2776CCDEPMODE='depmode=gcc3'
2777CFLAGS='-g -O2'
2778CHECKFLAGS=''
2779COMPAT='commoncpp'
2780CPP='gcc -E'
2781CPPFLAGS=''
2782CXX='g++'
2783CXXCPP='g++ -E'
2784CXXDEPMODE='depmode=gcc3'
2785CXXFLAGS=' -g -O2'
2786CYGPATH_W='echo'
2787DEFS='-DHAVE_CONFIG_H'
2788DEPDIR='.deps'
2789DLLTOOL='dlltool'
2790DOXYGEN='/usr/bin/doxygen'
2791DSYMUTIL=''
2792DUMPBIN=''
2793ECHO_C=''
2794ECHO_N='-n'
2795ECHO_T=''
2796EGREP='/usr/bin/grep -E'
2797EXEEXT=''
2798FGREP='/usr/bin/grep -F'
2799GNUTLS_CFLAGS=''
2800GNUTLS_LIBS='-lgnutls'
2801GREP='/usr/bin/grep'
2802INSTALL_DATA='${INSTALL} -m 644'
2803INSTALL_PROGRAM='${INSTALL}'
2804INSTALL_SCRIPT='${INSTALL}'
2805INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
2806LD='/usr/bin/ld -m elf_x86_64'
2807LDFLAGS=''
2808LIBOBJS=''
2809LIBS=''
2810LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2811LIPO=''
2812LN_S='ln -s'
2813LTLIBOBJS=''
2814LT_GENERIC='$(SHELL) $(top_builddir)/libtool'
2815LT_VERSION='6:3:0'
2816MAKEINFO='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing makeinfo'
2817MANIFEST_TOOL=':'
2818MKDIR_P='/usr/bin/mkdir -p'
2819NM='/usr/bin/nm -B'
2820NMEDIT=''
2821OBJDUMP='objdump'
2822OBJEXT='o'
2823OPENSSL_CFLAGS=''
2824OPENSSL_LIBS='-lssl -lcrypto -lz '
2825OTOOL64=''
2826OTOOL=''
2827PACKAGE='ucommon'
2828PACKAGE_BUGREPORT=''
2829PACKAGE_NAME='ucommon'
2830PACKAGE_STRING='ucommon 6.0.7'
2831PACKAGE_TARNAME='ucommon'
2832PACKAGE_URL=''
2833PACKAGE_VERSION='6.0.7'
2834PATH_SEPARATOR=':'
2835PKG_CONFIG='/usr/bin/pkg-config'
2836PKG_CONFIG_LIBDIR=''
2837PKG_CONFIG_PATH=''
2838RANLIB='ranlib'
2839SECURE='gnutls'
2840SECURE_LIBS='-lgnutls'
2841SECURE_LOCAL='../gnutls/libusecure.la -lgnutls'
2842SED='/usr/bin/sed'
2843SET_MAKE=''
2844SHELL='/bin/sh'
2845STRIP='strip'
2846UCOMMON_CFGPATH='/etc'
2847UCOMMON_CLINK=' -lc'
2848UCOMMON_FLAGS=' -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1'
2849UCOMMON_INCLUDES='/usr/local/include/ucommon'
2850UCOMMON_LIBC='-lc'
2851UCOMMON_LIBS=' -lrt -ldl -lpthread -lc'
2852UCOMMON_LINKED=' -lrt -ldl -lpthread'
2853UCOMMON_LOCALE='/usr/local/share/locale'
2854UCOMMON_MODEL='CXX'
2855UCOMMON_PREFIX='/usr/local'
2856UCOMMON_VARPATH='/var'
2857UCOMMON_VISIBILITY='1'
2858VERSION='6.0.7'
2859ac_ct_AR='ar'
2860ac_ct_CC='gcc'
2861ac_ct_CXX='g++'
2862ac_ct_DUMPBIN=''
2863am__EXEEXT_FALSE=''
2864am__EXEEXT_TRUE='#'
2865am__fastdepCC_FALSE='#'
2866am__fastdepCC_TRUE=''
2867am__fastdepCXX_FALSE='#'
2868am__fastdepCXX_TRUE=''
2869am__include='include'
2870am__isrc=''
2871am__leading_dot='.'
2872am__nodep='_no'
2873am__quote=''
2874am__tar='$${TAR-tar} chof - "$$tardir"'
2875am__untar='$${TAR-tar} xf -'
2876bindir='${exec_prefix}/bin'
2877build='x86_64-unknown-linux-gnu'
2878build_alias=''
2879build_cpu='x86_64'
2880build_os='linux-gnu'
2881build_vendor='unknown'
2882datadir='${datarootdir}'
2883datarootdir='${prefix}/share'
2884docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2885dvidir='${docdir}'
2886exec_prefix='${prefix}'
2887host='x86_64-unknown-linux-gnu'
2888host_alias=''
2889host_cpu='x86_64'
2890host_os='linux-gnu'
2891host_vendor='unknown'
2892htmldir='${docdir}'
2893includedir='${prefix}/include'
2894includes='${includedir}/ucommon'
2895infodir='${datarootdir}/info'
2896install_sh='${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/install-sh'
2897libdir='${exec_prefix}/lib'
2898libexecdir='${exec_prefix}/libexec'
2899libs='/usr/local/lib'
2900localedir='${datarootdir}/locale'
2901localstatedir='/var'
2902mandir='${datarootdir}/man'
2903mkdir_p='$(MKDIR_P)'
2904oldincludedir='/usr/include'
2905pdfdir='${docdir}'
2906prefix='/usr/local'
2907program_transform_name='s,x,x,'
2908psdir='${docdir}'
2909sbindir='${exec_prefix}/sbin'
2910sharedstatedir='${prefix}/com'
2911sysconfdir='/etc'
2912target='x86_64-unknown-linux-gnu'
2913target_alias=''
2914target_cpu='x86_64'
2915target_os='linux-gnu'
2916target_vendor='unknown'
2917
2918## ----------- ##
2919## confdefs.h. ##
2920## ----------- ##
2921
2922/* confdefs.h */
2923#define PACKAGE_NAME "ucommon"
2924#define PACKAGE_TARNAME "ucommon"
2925#define PACKAGE_VERSION "6.0.7"
2926#define PACKAGE_STRING "ucommon 6.0.7"
2927#define PACKAGE_BUGREPORT ""
2928#define PACKAGE_URL ""
2929#define STDC_HEADERS 1
2930#define HAVE_SYS_TYPES_H 1
2931#define HAVE_SYS_STAT_H 1
2932#define HAVE_STDLIB_H 1
2933#define HAVE_STRING_H 1
2934#define HAVE_MEMORY_H 1
2935#define HAVE_STRINGS_H 1
2936#define HAVE_INTTYPES_H 1
2937#define HAVE_STDINT_H 1
2938#define HAVE_UNISTD_H 1
2939#define HAVE_DLFCN_H 1
2940#define LT_OBJDIR ".libs/"
2941#define PACKAGE "ucommon"
2942#define VERSION "6.0.7"
2943#define restrict __restrict
2944#define HAVE_STDINT_H 1
2945#define HAVE_POLL_H 1
2946#define HAVE_SYS_MMAN_H 1
2947#define HAVE_SYS_SHM_H 1
2948#define HAVE_SYS_POLL_H 1
2949#define HAVE_SYS_TIMEB_H 1
2950#define HAVE_ENDIAN_H 1
2951#define HAVE_DIRENT_H 1
2952#define HAVE_SYS_RESOURCE_H 1
2953#define HAVE_WCHAR_H 1
2954#define HAVE_NETINET_IN_H 1
2955#define HAVE_NET_IF_H 1
2956#define HAVE_LINUX_VERSION_H 1
2957#define HAVE_SYS_INOTIFY_H 1
2958#define HAVE_SYSLOG_H 1
2959#define HAVE_SYS_WAIT_H 1
2960#define HAVE_TERMIOS_H 1
2961#define HAVE_TERMIO_H 1
2962#define HAVE_FCNTL_H 1
2963#define HAVE_UNISTD_H 1
2964#define HAVE_SYS_PARAM_H 1
2965#define HAVE_SYS_FILE_H 1
2966#define HAVE_DLFCN_H 1
2967#define HAVE_REGEX_H 1
2968#define HAVE_SOCKETPAIR 1
2969#define HAVE_GETADDRINFO 1
2970#define HAVE_GETHOSTBYNAME2 1
2971#define HAVE_INET_NTOP 1
2972#define HAVE_LSTAT 1
2973#define HAVE_STRCOLL 1
2974#define HAVE_SYSCONF 1
2975#define HAVE_POSIX_MEMALIGN 1
2976#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
2977#define HAVE_PTHREAD_SETCONCURRENCY 1
2978#define HAVE_PTHREAD_YIELD 1
2979#define HAVE_PTHREAD_SETSCHEDPRIO 1
2980#define HAVE_FTOK 1
2981#define HAVE_SHM_OPEN 1
2982#define HAVE_NANOSLEEP 1
2983#define HAVE_CLOCK_NANOSLEEP 1
2984#define HAVE_CLOCK_GETTIME 1
2985#define HAVE_STRERROR_R 1
2986#define HAVE_LOCALTIME_R 1
2987#define HAVE_GMTIME_R 1
2988#define HAVE_POSIX_FADVISE 1
2989#define HAVE_FTRUNCATE 1
2990#define HAVE_PWRITE 1
2991#define HAVE_SETPGRP 1
2992#define HAVE_SETLOCALE 1
2993#define HAVE_GETTEXT 1
2994#define HAVE_EXECVP 1
2995#define HAVE_REALPATH 1
2996#define HAVE_SYMLINK 1
2997#define HAVE_READLINK 1
2998#define HAVE_WAITPID 1
2999#define HAVE_WAIT4 1
3000#define HAVE_STDEXCEPT 1
3001#define HAVE_OPENSSL_SSL_H 1
3002#define HAVE_OPENSSL_FIPS_H 1
3003#define HAVE_LIBINTL_H 1
3004#define UCOMMON_PREFIX "/usr/local"
3005#define UCOMMON_CFGPATH "/etc"
3006#define UCOMMON_VARPATH "/var"
3007#define UCOMMON_LOCALE "/usr/local/share/locale"
3008
3009configure: exit 0