blob: fe2b906b54a23f585063512074d84e59850d6b3d [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by libsndfile configure 1.0.25, which was
5generated by GNU Autoconf 2.68. Invocation command line was
6
7 $ ./configure --disable-external-libs --disable-alsa
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = pcal
14uname -m = x86_64
15uname -r = 3.10.10-100.fc18.x86_64
16uname -s = Linux
17uname -v = #1 SMP Thu Aug 29 20:13:09 UTC 2013
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/.local/bin
45PATH: /usr/local/bin
46PATH: /home/lisional/bin
47PATH: /home/lisional/Dev/ADT/sdk/tools
48PATH: /home/lisional/Dev/ADT/sdk/platform-tools
49PATH: /home/lisional/Dev/ADT/ndk
50PATH: /home/lisional/.local/bin
51PATH: /home/lisional/Dev/ADT/ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/
52
53
54## ----------- ##
55## Core tests. ##
56## ----------- ##
57
58configure:2766: checking build system type
59configure:2780: result: x86_64-unknown-linux-gnu
60configure:2800: checking host system type
61configure:2813: result: x86_64-unknown-linux-gnu
62configure:2833: checking target system type
63configure:2846: result: x86_64-unknown-linux-gnu
64configure:2893: checking for a BSD-compatible install
65configure:2961: result: /usr/bin/install -c
66configure:2972: checking whether build environment is sane
67configure:3022: result: yes
68configure:3163: checking for a thread-safe mkdir -p
69configure:3202: result: /usr/bin/mkdir -p
70configure:3215: checking for gawk
71configure:3231: found /usr/bin/gawk
72configure:3242: result: gawk
73configure:3253: checking whether make sets $(MAKE)
74configure:3275: result: yes
75configure:3426: checking for gcc
76configure:3442: found /usr/lib64/ccache/gcc
77configure:3453: result: gcc
78configure:3682: checking for C compiler version
79configure:3691: gcc --version >&5
80gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8)
81Copyright (C) 2012 Free Software Foundation, Inc.
82This is free software; see the source for copying conditions. There is NO
83warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
84
85configure:3702: $? = 0
86configure:3691: gcc -v >&5
87Using built-in specs.
88COLLECT_GCC=/usr/bin/gcc
89COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
90Target: x86_64-redhat-linux
91Configured 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 --disable-build-with-cxx --disable-build-poststage1-with-cxx --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-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
92Thread model: posix
93gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC)
94configure:3702: $? = 0
95configure:3691: gcc -V >&5
96gcc: error: unrecognized command line option '-V'
97gcc: fatal error: no input files
98compilation terminated.
99configure:3702: $? = 4
100configure:3691: gcc -qversion >&5
101gcc: error: unrecognized command line option '-qversion'
102gcc: fatal error: no input files
103compilation terminated.
104configure:3702: $? = 4
105configure:3722: checking whether the C compiler works
106configure:3744: gcc conftest.c >&5
107configure:3748: $? = 0
108configure:3796: result: yes
109configure:3799: checking for C compiler default output file name
110configure:3801: result: a.out
111configure:3807: checking for suffix of executables
112configure:3814: gcc -o conftest conftest.c >&5
113configure:3818: $? = 0
114configure:3840: result:
115configure:3862: checking whether we are cross compiling
116configure:3870: gcc -o conftest conftest.c >&5
117configure:3874: $? = 0
118configure:3881: ./conftest
119configure:3885: $? = 0
120configure:3900: result: no
121configure:3905: checking for suffix of object files
122configure:3927: gcc -c conftest.c >&5
123configure:3931: $? = 0
124configure:3952: result: o
125configure:3956: checking whether we are using the GNU C compiler
126configure:3975: gcc -c conftest.c >&5
127configure:3975: $? = 0
128configure:3984: result: yes
129configure:3993: checking whether gcc accepts -g
130configure:4013: gcc -c -g conftest.c >&5
131configure:4013: $? = 0
132configure:4054: result: yes
133configure:4071: checking for gcc option to accept ISO C89
134configure:4135: gcc -c -g -O2 conftest.c >&5
135configure:4135: $? = 0
136configure:4148: result: none needed
137configure:4179: checking for style of include used by make
138configure:4207: result: GNU
139configure:4232: checking dependency style of gcc
140configure:4342: result: gcc3
141configure:4358: checking whether gcc and cc understand -c and -o together
142configure:4389: gcc -c conftest.c -o conftest2.o >&5
143configure:4393: $? = 0
144configure:4399: gcc -c conftest.c -o conftest2.o >&5
145configure:4403: $? = 0
146configure:4414: cc -c conftest.c >&5
147configure:4418: $? = 0
148configure:4426: cc -c conftest.c -o conftest2.o >&5
149configure:4430: $? = 0
150configure:4436: cc -c conftest.c -o conftest2.o >&5
151configure:4440: $? = 0
152configure:4458: result: yes
153configure:4541: checking for g++
154configure:4557: found /usr/lib64/ccache/g++
155configure:4568: result: g++
156configure:4595: checking for C++ compiler version
157configure:4604: g++ --version >&5
158g++ (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8)
159Copyright (C) 2012 Free Software Foundation, Inc.
160This is free software; see the source for copying conditions. There is NO
161warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
162
163configure:4615: $? = 0
164configure:4604: g++ -v >&5
165Using built-in specs.
166COLLECT_GCC=/usr/bin/g++
167COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
168Target: x86_64-redhat-linux
169Configured 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 --disable-build-with-cxx --disable-build-poststage1-with-cxx --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-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
170Thread model: posix
171gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC)
172configure:4615: $? = 0
173configure:4604: g++ -V >&5
174g++: error: unrecognized command line option '-V'
175g++: fatal error: no input files
176compilation terminated.
177configure:4615: $? = 4
178configure:4604: g++ -qversion >&5
179g++: error: unrecognized command line option '-qversion'
180g++: fatal error: no input files
181compilation terminated.
182configure:4615: $? = 4
183configure:4619: checking whether we are using the GNU C++ compiler
184configure:4638: g++ -c conftest.cpp >&5
185configure:4638: $? = 0
186configure:4647: result: yes
187configure:4656: checking whether g++ accepts -g
188configure:4676: g++ -c -g conftest.cpp >&5
189configure:4676: $? = 0
190configure:4717: result: yes
191configure:4742: checking dependency style of g++
192configure:4852: result: gcc3
193configure:4867: checking for a sed that does not truncate output
194configure:4931: result: /usr/bin/sed
195configure:4985: checking how to print strings
196configure:5012: result: printf
197configure:5033: checking for a sed that does not truncate output
198configure:5097: result: /usr/bin/sed
199configure:5115: checking for grep that handles long lines and -e
200configure:5173: result: /usr/bin/grep
201configure:5178: checking for egrep
202configure:5240: result: /usr/bin/grep -E
203configure:5245: checking for fgrep
204configure:5307: result: /usr/bin/grep -F
205configure:5342: checking for ld used by gcc
206configure:5409: result: /usr/bin/ld
207configure:5416: checking if the linker (/usr/bin/ld) is GNU ld
208configure:5431: result: yes
209configure:5443: checking for BSD- or MS-compatible name lister (nm)
210configure:5492: result: /usr/bin/nm -B
211configure:5622: checking the name lister (/usr/bin/nm -B) interface
212configure:5629: gcc -c -g -O2 conftest.c >&5
213configure:5632: /usr/bin/nm -B "conftest.o"
214configure:5635: output
2150000000000000000 B some_variable
216configure:5642: result: BSD nm
217configure:5645: checking whether ln -s works
218configure:5649: result: yes
219configure:5657: checking the maximum length of command line arguments
220configure:5782: result: 1572864
221configure:5799: checking whether the shell understands some XSI constructs
222configure:5809: result: yes
223configure:5813: checking whether the shell understands "+="
224configure:5819: result: yes
225configure:5854: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
226configure:5894: result: func_convert_file_noop
227configure:5901: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
228configure:5921: result: func_convert_file_noop
229configure:5928: checking for /usr/bin/ld option to reload object files
230configure:5935: result: -r
231configure:6009: checking for objdump
232configure:6025: found /usr/bin/objdump
233configure:6036: result: objdump
234configure:6068: checking how to recognize dependent libraries
235configure:6270: result: pass_all
236configure:6355: checking for dlltool
237configure:6385: result: no
238configure:6415: checking how to associate runtime and link libraries
239configure:6442: result: printf %s\n
240configure:6503: checking for ar
241configure:6519: found /usr/bin/ar
242configure:6530: result: ar
243configure:6567: checking for archiver @FILE support
244configure:6584: gcc -c -g -O2 conftest.c >&5
245configure:6584: $? = 0
246configure:6587: ar cru libconftest.a @conftest.lst >&5
247configure:6590: $? = 0
248configure:6595: ar cru libconftest.a @conftest.lst >&5
249ar: conftest.o: No such file or directory
250configure:6598: $? = 1
251configure:6610: result: @
252configure:6668: checking for strip
253configure:6684: found /usr/bin/strip
254configure:6695: result: strip
255configure:6767: checking for ranlib
256configure:6783: found /usr/bin/ranlib
257configure:6794: result: ranlib
258configure:6896: checking command to parse /usr/bin/nm -B output from gcc object
259configure:7015: gcc -c -g -O2 conftest.c >&5
260configure:7018: $? = 0
261configure:7022: /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
262configure:7025: $? = 0
263configure:7091: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
264configure:7094: $? = 0
265configure:7132: result: ok
266configure:7169: checking for sysroot
267configure:7199: result: no
268configure:7276: gcc -c -g -O2 conftest.c >&5
269configure:7279: $? = 0
270configure:7442: checking for mt
271configure:7472: result: no
272configure:7492: checking if : is a manifest tool
273configure:7498: : '-?'
274configure:7506: result: no
275configure:8138: checking how to run the C preprocessor
276configure:8169: gcc -E conftest.c
277configure:8169: $? = 0
278configure:8183: gcc -E conftest.c
279conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
280compilation terminated.
281configure:8183: $? = 1
282configure: failed program was:
283| /* confdefs.h */
284| #define PACKAGE_NAME "libsndfile"
285| #define PACKAGE_TARNAME "libsndfile"
286| #define PACKAGE_VERSION "1.0.25"
287| #define PACKAGE_STRING "libsndfile 1.0.25"
288| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
289| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
290| #define PACKAGE "libsndfile"
291| #define VERSION "1.0.25"
292| /* end confdefs.h. */
293| #include <ac_nonexistent.h>
294configure:8208: result: gcc -E
295configure:8228: gcc -E conftest.c
296configure:8228: $? = 0
297configure:8242: gcc -E conftest.c
298conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
299compilation terminated.
300configure:8242: $? = 1
301configure: failed program was:
302| /* confdefs.h */
303| #define PACKAGE_NAME "libsndfile"
304| #define PACKAGE_TARNAME "libsndfile"
305| #define PACKAGE_VERSION "1.0.25"
306| #define PACKAGE_STRING "libsndfile 1.0.25"
307| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
308| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
309| #define PACKAGE "libsndfile"
310| #define VERSION "1.0.25"
311| /* end confdefs.h. */
312| #include <ac_nonexistent.h>
313configure:8271: checking for ANSI C header files
314configure:8291: gcc -c -g -O2 conftest.c >&5
315configure:8291: $? = 0
316configure:8364: gcc -o conftest -g -O2 conftest.c >&5
317configure:8364: $? = 0
318configure:8364: ./conftest
319configure:8364: $? = 0
320configure:8375: result: yes
321configure:8388: checking for sys/types.h
322configure:8388: gcc -c -g -O2 conftest.c >&5
323configure:8388: $? = 0
324configure:8388: result: yes
325configure:8388: checking for sys/stat.h
326configure:8388: gcc -c -g -O2 conftest.c >&5
327configure:8388: $? = 0
328configure:8388: result: yes
329configure:8388: checking for stdlib.h
330configure:8388: gcc -c -g -O2 conftest.c >&5
331configure:8388: $? = 0
332configure:8388: result: yes
333configure:8388: checking for string.h
334configure:8388: gcc -c -g -O2 conftest.c >&5
335configure:8388: $? = 0
336configure:8388: result: yes
337configure:8388: checking for memory.h
338configure:8388: gcc -c -g -O2 conftest.c >&5
339configure:8388: $? = 0
340configure:8388: result: yes
341configure:8388: checking for strings.h
342configure:8388: gcc -c -g -O2 conftest.c >&5
343configure:8388: $? = 0
344configure:8388: result: yes
345configure:8388: checking for inttypes.h
346configure:8388: gcc -c -g -O2 conftest.c >&5
347configure:8388: $? = 0
348configure:8388: result: yes
349configure:8388: checking for stdint.h
350configure:8388: gcc -c -g -O2 conftest.c >&5
351configure:8388: $? = 0
352configure:8388: result: yes
353configure:8388: checking for unistd.h
354configure:8388: gcc -c -g -O2 conftest.c >&5
355configure:8388: $? = 0
356configure:8388: result: yes
357configure:8402: checking for dlfcn.h
358configure:8402: gcc -c -g -O2 conftest.c >&5
359configure:8402: $? = 0
360configure:8402: result: yes
361configure:8600: checking for objdir
362configure:8615: result: .libs
363configure:8886: checking if gcc supports -fno-rtti -fno-exceptions
364configure:8904: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
365cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
366cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
367configure:8908: $? = 0
368configure:8921: result: no
369configure:9231: checking for gcc option to produce PIC
370configure:9238: result: -fPIC -DPIC
371configure:9246: checking if gcc PIC flag -fPIC -DPIC works
372configure:9264: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
373configure:9268: $? = 0
374configure:9281: result: yes
375configure:9310: checking if gcc static flag -static works
376configure:9338: result: no
377configure:9353: checking if gcc supports -c -o file.o
378configure:9374: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
379configure:9378: $? = 0
380configure:9400: result: yes
381configure:9408: checking if gcc supports -c -o file.o
382configure:9455: result: yes
383configure:9488: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
384configure:10650: result: yes
385configure:10687: checking whether -lc should be explicitly linked in
386configure:10695: gcc -c -g -O2 conftest.c >&5
387configure:10698: $? = 0
388configure:10713: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
389configure:10716: $? = 0
390configure:10730: result: no
391configure:10895: checking dynamic linker characteristics
392configure:11410: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
393configure:11410: $? = 0
394configure:11644: result: GNU/Linux ld.so
395configure:11751: checking how to hardcode library paths into programs
396configure:11776: result: immediate
397configure:12316: checking whether stripping libraries is possible
398configure:12321: result: yes
399configure:12356: checking if libtool supports shared libraries
400configure:12358: result: yes
401configure:12361: checking whether to build shared libraries
402configure:12382: result: yes
403configure:12385: checking whether to build static libraries
404configure:12389: result: yes
405configure:12412: checking how to run the C++ preprocessor
406configure:12439: g++ -E conftest.cpp
407configure:12439: $? = 0
408configure:12453: g++ -E conftest.cpp
409conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
410compilation terminated.
411configure:12453: $? = 1
412configure: failed program was:
413| /* confdefs.h */
414| #define PACKAGE_NAME "libsndfile"
415| #define PACKAGE_TARNAME "libsndfile"
416| #define PACKAGE_VERSION "1.0.25"
417| #define PACKAGE_STRING "libsndfile 1.0.25"
418| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
419| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
420| #define PACKAGE "libsndfile"
421| #define VERSION "1.0.25"
422| #define STDC_HEADERS 1
423| #define HAVE_SYS_TYPES_H 1
424| #define HAVE_SYS_STAT_H 1
425| #define HAVE_STDLIB_H 1
426| #define HAVE_STRING_H 1
427| #define HAVE_MEMORY_H 1
428| #define HAVE_STRINGS_H 1
429| #define HAVE_INTTYPES_H 1
430| #define HAVE_STDINT_H 1
431| #define HAVE_UNISTD_H 1
432| #define HAVE_DLFCN_H 1
433| #define LT_OBJDIR ".libs/"
434| /* end confdefs.h. */
435| #include <ac_nonexistent.h>
436configure:12478: result: g++ -E
437configure:12498: g++ -E conftest.cpp
438configure:12498: $? = 0
439configure:12512: g++ -E conftest.cpp
440conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
441compilation terminated.
442configure:12512: $? = 1
443configure: failed program was:
444| /* confdefs.h */
445| #define PACKAGE_NAME "libsndfile"
446| #define PACKAGE_TARNAME "libsndfile"
447| #define PACKAGE_VERSION "1.0.25"
448| #define PACKAGE_STRING "libsndfile 1.0.25"
449| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
450| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
451| #define PACKAGE "libsndfile"
452| #define VERSION "1.0.25"
453| #define STDC_HEADERS 1
454| #define HAVE_SYS_TYPES_H 1
455| #define HAVE_SYS_STAT_H 1
456| #define HAVE_STDLIB_H 1
457| #define HAVE_STRING_H 1
458| #define HAVE_MEMORY_H 1
459| #define HAVE_STRINGS_H 1
460| #define HAVE_INTTYPES_H 1
461| #define HAVE_STDINT_H 1
462| #define HAVE_UNISTD_H 1
463| #define HAVE_DLFCN_H 1
464| #define LT_OBJDIR ".libs/"
465| /* end confdefs.h. */
466| #include <ac_nonexistent.h>
467configure:12682: checking for ld used by g++
468configure:12749: result: /usr/bin/ld -m elf_x86_64
469configure:12756: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
470configure:12771: result: yes
471configure:12826: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
472configure:13830: result: yes
473configure:13865: g++ -c -g -O2 conftest.cpp >&5
474configure:13868: $? = 0
475configure:14388: checking for g++ option to produce PIC
476configure:14395: result: -fPIC -DPIC
477configure:14403: checking if g++ PIC flag -fPIC -DPIC works
478configure:14421: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
479configure:14425: $? = 0
480configure:14438: result: yes
481configure:14461: checking if g++ static flag -static works
482configure:14489: result: no
483configure:14501: checking if g++ supports -c -o file.o
484configure:14522: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
485configure:14526: $? = 0
486configure:14548: result: yes
487configure:14553: checking if g++ supports -c -o file.o
488configure:14600: result: yes
489configure:14630: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
490configure:14667: result: yes
491configure:14810: checking dynamic linker characteristics
492configure:15493: result: GNU/Linux ld.so
493configure:15546: checking how to hardcode library paths into programs
494configure:15571: result: immediate
495configure:15673: checking for windres
496configure:15703: result: no
497configure:15809: checking for autogen
498configure:15837: result: no
499configure:15847: checking for wine
500configure:15875: result: no
501configure:15885: checking whether ln -s works
502configure:15889: result: yes
503configure:15920: checking for ANSI C header files
504configure:16024: result: yes
505configure:16035: checking endian.h usability
506configure:16035: gcc -c -g -O2 conftest.c >&5
507configure:16035: $? = 0
508configure:16035: result: yes
509configure:16035: checking endian.h presence
510configure:16035: gcc -E conftest.c
511configure:16035: $? = 0
512configure:16035: result: yes
513configure:16035: checking for endian.h
514configure:16035: result: yes
515configure:16047: checking byteswap.h usability
516configure:16047: gcc -c -g -O2 conftest.c >&5
517configure:16047: $? = 0
518configure:16047: result: yes
519configure:16047: checking byteswap.h presence
520configure:16047: gcc -E conftest.c
521configure:16047: $? = 0
522configure:16047: result: yes
523configure:16047: checking for byteswap.h
524configure:16047: result: yes
525configure:16059: checking locale.h usability
526configure:16059: gcc -c -g -O2 conftest.c >&5
527configure:16059: $? = 0
528configure:16059: result: yes
529configure:16059: checking locale.h presence
530configure:16059: gcc -E conftest.c
531configure:16059: $? = 0
532configure:16059: result: yes
533configure:16059: checking for locale.h
534configure:16059: result: yes
535configure:16071: checking sys/time.h usability
536configure:16071: gcc -c -g -O2 conftest.c >&5
537configure:16071: $? = 0
538configure:16071: result: yes
539configure:16071: checking sys/time.h presence
540configure:16071: gcc -E conftest.c
541configure:16071: $? = 0
542configure:16071: result: yes
543configure:16071: checking for sys/time.h
544configure:16071: result: yes
545configure:16082: checking for sys/wait.h that is POSIX.1 compatible
546configure:16108: gcc -c -g -O2 conftest.c >&5
547configure:16108: $? = 0
548configure:16115: result: yes
549configure:16124: checking whether S_IRGRP is declared
550configure:16124: gcc -c -g -O2 conftest.c >&5
551configure:16124: $? = 0
552configure:16124: result: yes
553configure:16160: checking C99 struct flexible array support
554configure:16185: gcc -o conftest -g -O2 conftest.c >&5
555configure:16185: $? = 0
556configure:16194: result: yes
557configure:16310: checking size of wchar_t
558configure:16315: gcc -o conftest -g -O2 conftest.c >&5
559configure:16315: $? = 0
560configure:16315: ./conftest
561configure:16315: $? = 0
562configure:16329: result: 4
563configure:16343: checking size of short
564configure:16348: gcc -o conftest -g -O2 conftest.c >&5
565configure:16348: $? = 0
566configure:16348: ./conftest
567configure:16348: $? = 0
568configure:16362: result: 2
569configure:16376: checking size of int
570configure:16381: gcc -o conftest -g -O2 conftest.c >&5
571configure:16381: $? = 0
572configure:16381: ./conftest
573configure:16381: $? = 0
574configure:16395: result: 4
575configure:16409: checking size of long
576configure:16414: gcc -o conftest -g -O2 conftest.c >&5
577configure:16414: $? = 0
578configure:16414: ./conftest
579configure:16414: $? = 0
580configure:16428: result: 8
581configure:16442: checking size of float
582configure:16447: gcc -o conftest -g -O2 conftest.c >&5
583configure:16447: $? = 0
584configure:16447: ./conftest
585configure:16447: $? = 0
586configure:16461: result: 4
587configure:16475: checking size of double
588configure:16480: gcc -o conftest -g -O2 conftest.c >&5
589configure:16480: $? = 0
590configure:16480: ./conftest
591configure:16480: $? = 0
592configure:16494: result: 8
593configure:16508: checking size of void*
594configure:16513: gcc -o conftest -g -O2 conftest.c >&5
595configure:16513: $? = 0
596configure:16513: ./conftest
597configure:16513: $? = 0
598configure:16527: result: 8
599configure:16541: checking size of size_t
600configure:16546: gcc -o conftest -g -O2 conftest.c >&5
601configure:16546: $? = 0
602configure:16546: ./conftest
603configure:16546: $? = 0
604configure:16560: result: 8
605configure:16574: checking size of int64_t
606configure:16579: gcc -o conftest -g -O2 conftest.c >&5
607configure:16579: $? = 0
608configure:16579: ./conftest
609configure:16579: $? = 0
610configure:16593: result: 8
611configure:16607: checking size of long long
612configure:16612: gcc -o conftest -g -O2 conftest.c >&5
613configure:16612: $? = 0
614configure:16612: ./conftest
615configure:16612: $? = 0
616configure:16626: result: 8
617configure:16649: checking size of off_t
618configure:16654: gcc -o conftest -g -O2 conftest.c >&5
619configure:16654: $? = 0
620configure:16654: ./conftest
621configure:16654: $? = 0
622configure:16668: result: 8
623configure:17167: checking for ssize_t
624configure:17167: gcc -c -g -O2 conftest.c >&5
625configure:17167: $? = 0
626configure:17167: gcc -c -g -O2 conftest.c >&5
627conftest.c: In function 'main':
628conftest.c:83:22: error: expected expression before ')' token
629configure:17167: $? = 1
630configure: failed program was:
631| /* confdefs.h */
632| #define PACKAGE_NAME "libsndfile"
633| #define PACKAGE_TARNAME "libsndfile"
634| #define PACKAGE_VERSION "1.0.25"
635| #define PACKAGE_STRING "libsndfile 1.0.25"
636| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
637| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
638| #define PACKAGE "libsndfile"
639| #define VERSION "1.0.25"
640| #define STDC_HEADERS 1
641| #define HAVE_SYS_TYPES_H 1
642| #define HAVE_SYS_STAT_H 1
643| #define HAVE_STDLIB_H 1
644| #define HAVE_STRING_H 1
645| #define HAVE_MEMORY_H 1
646| #define HAVE_STRINGS_H 1
647| #define HAVE_INTTYPES_H 1
648| #define HAVE_STDINT_H 1
649| #define HAVE_UNISTD_H 1
650| #define HAVE_DLFCN_H 1
651| #define LT_OBJDIR ".libs/"
652| #define STDC_HEADERS 1
653| #define HAVE_ENDIAN_H 1
654| #define HAVE_BYTESWAP_H 1
655| #define HAVE_LOCALE_H 1
656| #define HAVE_SYS_TIME_H 1
657| #define HAVE_SYS_WAIT_H 1
658| #define HAVE_DECL_S_IRGRP 1
659| #define HAVE_DECL_S_IRGRP 1
660| #define HAVE_FLEXIBLE_ARRAY 1
661| #define ENABLE_EXPERIMENTAL_CODE 0
662| #define SIZEOF_WCHAR_T 4
663| #define SIZEOF_SHORT 2
664| #define SIZEOF_INT 4
665| #define SIZEOF_LONG 8
666| #define SIZEOF_FLOAT 4
667| #define SIZEOF_DOUBLE 8
668| #define SIZEOF_VOIDP 8
669| #define SIZEOF_SIZE_T 8
670| #define SIZEOF_INT64_T 8
671| #define SIZEOF_LONG_LONG 8
672| #define SIZEOF_OFF_T 8
673| #define TYPEOF_SF_COUNT_T int64_t
674| #define SIZEOF_SF_COUNT_T 8
675| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
676| /* end confdefs.h. */
677| #include <stdio.h>
678| #ifdef HAVE_SYS_TYPES_H
679| # include <sys/types.h>
680| #endif
681| #ifdef HAVE_SYS_STAT_H
682| # include <sys/stat.h>
683| #endif
684| #ifdef STDC_HEADERS
685| # include <stdlib.h>
686| # include <stddef.h>
687| #else
688| # ifdef HAVE_STDLIB_H
689| # include <stdlib.h>
690| # endif
691| #endif
692| #ifdef HAVE_STRING_H
693| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
694| # include <memory.h>
695| # endif
696| # include <string.h>
697| #endif
698| #ifdef HAVE_STRINGS_H
699| # include <strings.h>
700| #endif
701| #ifdef HAVE_INTTYPES_H
702| # include <inttypes.h>
703| #endif
704| #ifdef HAVE_STDINT_H
705| # include <stdint.h>
706| #endif
707| #ifdef HAVE_UNISTD_H
708| # include <unistd.h>
709| #endif
710| int
711| main ()
712| {
713| if (sizeof ((ssize_t)))
714| return 0;
715| ;
716| return 0;
717| }
718configure:17167: result: yes
719configure:17181: checking size of ssize_t
720configure:17186: gcc -o conftest -g -O2 conftest.c >&5
721configure:17186: $? = 0
722configure:17186: ./conftest
723configure:17186: $? = 0
724configure:17200: result: 8
725configure:17214: checking processor byte ordering
726configure:17242: gcc -o conftest -g -O2 conftest.c >&5
727configure:17242: $? = 0
728configure:17265: gcc -o conftest -g -O2 conftest.c >&5
729conftest.c:52:4: error: unknown type name 'not'
730conftest.c:52:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
731configure:17265: $? = 1
732configure: failed program was:
733| /* confdefs.h */
734| #define PACKAGE_NAME "libsndfile"
735| #define PACKAGE_TARNAME "libsndfile"
736| #define PACKAGE_VERSION "1.0.25"
737| #define PACKAGE_STRING "libsndfile 1.0.25"
738| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
739| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
740| #define PACKAGE "libsndfile"
741| #define VERSION "1.0.25"
742| #define STDC_HEADERS 1
743| #define HAVE_SYS_TYPES_H 1
744| #define HAVE_SYS_STAT_H 1
745| #define HAVE_STDLIB_H 1
746| #define HAVE_STRING_H 1
747| #define HAVE_MEMORY_H 1
748| #define HAVE_STRINGS_H 1
749| #define HAVE_INTTYPES_H 1
750| #define HAVE_STDINT_H 1
751| #define HAVE_UNISTD_H 1
752| #define HAVE_DLFCN_H 1
753| #define LT_OBJDIR ".libs/"
754| #define STDC_HEADERS 1
755| #define HAVE_ENDIAN_H 1
756| #define HAVE_BYTESWAP_H 1
757| #define HAVE_LOCALE_H 1
758| #define HAVE_SYS_TIME_H 1
759| #define HAVE_SYS_WAIT_H 1
760| #define HAVE_DECL_S_IRGRP 1
761| #define HAVE_DECL_S_IRGRP 1
762| #define HAVE_FLEXIBLE_ARRAY 1
763| #define ENABLE_EXPERIMENTAL_CODE 0
764| #define SIZEOF_WCHAR_T 4
765| #define SIZEOF_SHORT 2
766| #define SIZEOF_INT 4
767| #define SIZEOF_LONG 8
768| #define SIZEOF_FLOAT 4
769| #define SIZEOF_DOUBLE 8
770| #define SIZEOF_VOIDP 8
771| #define SIZEOF_SIZE_T 8
772| #define SIZEOF_INT64_T 8
773| #define SIZEOF_LONG_LONG 8
774| #define SIZEOF_OFF_T 8
775| #define TYPEOF_SF_COUNT_T int64_t
776| #define SIZEOF_SF_COUNT_T 8
777| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
778| #define HAVE_SSIZE_T 1
779| #define SIZEOF_SSIZE_T 8
780| /* end confdefs.h. */
781|
782| #include <endian.h>
783| #if BYTE_ORDER != BIG_ENDIAN
784| not big endian
785| #endif
786|
787| int
788| main ()
789| {
790| return 0 ;
791| ;
792| return 0;
793| }
794configure:17428: result: little
795configure:17478: checking for malloc
796configure:17478: gcc -o conftest -g -O2 conftest.c >&5
797conftest.c:75:6: warning: conflicting types for built-in function 'malloc' [enabled by default]
798configure:17478: $? = 0
799configure:17478: result: yes
800configure:17478: checking for calloc
801configure:17478: gcc -o conftest -g -O2 conftest.c >&5
802conftest.c:76:6: warning: conflicting types for built-in function 'calloc' [enabled by default]
803configure:17478: $? = 0
804configure:17478: result: yes
805configure:17478: checking for realloc
806configure:17478: gcc -o conftest -g -O2 conftest.c >&5
807conftest.c:77:6: warning: conflicting types for built-in function 'realloc' [enabled by default]
808configure:17478: $? = 0
809configure:17478: result: yes
810configure:17478: checking for free
811configure:17478: gcc -o conftest -g -O2 conftest.c >&5
812conftest.c:78:6: warning: conflicting types for built-in function 'free' [enabled by default]
813configure:17478: $? = 0
814configure:17478: result: yes
815configure:17490: checking for open
816configure:17490: gcc -o conftest -g -O2 conftest.c >&5
817configure:17490: $? = 0
818configure:17490: result: yes
819configure:17490: checking for read
820configure:17490: gcc -o conftest -g -O2 conftest.c >&5
821configure:17490: $? = 0
822configure:17490: result: yes
823configure:17490: checking for write
824configure:17490: gcc -o conftest -g -O2 conftest.c >&5
825configure:17490: $? = 0
826configure:17490: result: yes
827configure:17490: checking for lseek
828configure:17490: gcc -o conftest -g -O2 conftest.c >&5
829configure:17490: $? = 0
830configure:17490: result: yes
831configure:17490: checking for pread
832configure:17490: gcc -o conftest -g -O2 conftest.c >&5
833configure:17490: $? = 0
834configure:17490: result: yes
835configure:17490: checking for pwrite
836configure:17490: gcc -o conftest -g -O2 conftest.c >&5
837configure:17490: $? = 0
838configure:17490: result: yes
839configure:17502: checking for fstat
840configure:17502: gcc -o conftest -g -O2 conftest.c >&5
841configure:17502: $? = 0
842configure:17502: result: yes
843configure:17502: checking for ftruncate
844configure:17502: gcc -o conftest -g -O2 conftest.c >&5
845configure:17502: $? = 0
846configure:17502: result: yes
847configure:17502: checking for fsync
848configure:17502: gcc -o conftest -g -O2 conftest.c >&5
849configure:17502: $? = 0
850configure:17502: result: yes
851configure:17514: checking for snprintf
852configure:17514: gcc -o conftest -g -O2 conftest.c >&5
853conftest.c:88:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
854configure:17514: $? = 0
855configure:17514: result: yes
856configure:17514: checking for vsnprintf
857configure:17514: gcc -o conftest -g -O2 conftest.c >&5
858conftest.c:89:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
859configure:17514: $? = 0
860configure:17514: result: yes
861configure:17526: checking for gmtime
862configure:17526: gcc -o conftest -g -O2 conftest.c >&5
863configure:17526: $? = 0
864configure:17526: result: yes
865configure:17526: checking for gmtime_r
866configure:17526: gcc -o conftest -g -O2 conftest.c >&5
867configure:17526: $? = 0
868configure:17526: result: yes
869configure:17526: checking for localtime
870configure:17526: gcc -o conftest -g -O2 conftest.c >&5
871configure:17526: $? = 0
872configure:17526: result: yes
873configure:17526: checking for localtime_r
874configure:17526: gcc -o conftest -g -O2 conftest.c >&5
875configure:17526: $? = 0
876configure:17526: result: yes
877configure:17526: checking for gettimeofday
878configure:17526: gcc -o conftest -g -O2 conftest.c >&5
879configure:17526: $? = 0
880configure:17526: result: yes
881configure:17538: checking for mmap
882configure:17538: gcc -o conftest -g -O2 conftest.c >&5
883configure:17538: $? = 0
884configure:17538: result: yes
885configure:17538: checking for getpagesize
886configure:17538: gcc -o conftest -g -O2 conftest.c >&5
887configure:17538: $? = 0
888configure:17538: result: yes
889configure:17549: checking for setlocale
890configure:17549: gcc -o conftest -g -O2 conftest.c >&5
891configure:17549: $? = 0
892configure:17549: result: yes
893configure:17561: checking for pipe
894configure:17561: gcc -o conftest -g -O2 conftest.c >&5
895configure:17561: $? = 0
896configure:17561: result: yes
897configure:17561: checking for waitpid
898configure:17561: gcc -o conftest -g -O2 conftest.c >&5
899configure:17561: $? = 0
900configure:17561: result: yes
901configure:17571: checking for floor in -lm
902configure:17596: gcc -o conftest -g -O2 conftest.c -lm >&5
903conftest.c:84:6: warning: conflicting types for built-in function 'floor' [enabled by default]
904configure:17596: $? = 0
905configure:17605: result: yes
906configure:17619: checking for floor
907configure:17619: gcc -o conftest -g -O2 conftest.c -lm >&5
908conftest.c:101:6: warning: conflicting types for built-in function 'floor' [enabled by default]
909configure:17619: $? = 0
910configure:17619: result: yes
911configure:17619: checking for ceil
912configure:17619: gcc -o conftest -g -O2 conftest.c -lm >&5
913conftest.c:102:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
914configure:17619: $? = 0
915configure:17619: result: yes
916configure:17619: checking for fmod
917configure:17619: gcc -o conftest -g -O2 conftest.c -lm >&5
918conftest.c:103:6: warning: conflicting types for built-in function 'fmod' [enabled by default]
919configure:17619: $? = 0
920configure:17619: result: yes
921configure:17629: checking for lrint
922configure:17655: gcc -o conftest -lm conftest.c -lm >&5
923configure:17655: $? = 0
924configure:17667: result: yes
925configure:17676: checking for lrintf
926configure:17702: gcc -o conftest -lm conftest.c -lm >&5
927configure:17702: $? = 0
928configure:17714: result: yes
929configure:17755: checking for octave
930configure:17783: result: no
931configure:17822: checking for mkoctfile
932configure:17850: result: no
933configure:17886: checking for octave-config
934configure:17914: result: no
935configure:18061: checking for pkg-config
936configure:18079: found /usr/bin/pkg-config
937configure:18091: result: /usr/bin/pkg-config
938configure:18116: checking pkg-config is at least version 0.9.0
939configure:18119: result: yes
940configure:18130: WARNING: *** External libs (FLAC, Ogg, Vorbis) disabled. ***
941configure:18503: WARNING: *** One or more of the external libraries (ie libflac, libogg and
942configure:18505: WARNING: *** libvorbis) is either missing (possibly only the development
943configure:18507: WARNING: *** headers) or is of an unsupported version.
944configure:18509: WARNING: ***
945configure:18511: WARNING: *** Unfortunately, for ease of maintenance, the external libs
946configure:18513: WARNING: *** are an all or nothing affair.
947configure:18533: checking for sqlite3 >= 3.2
948configure:18540: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.2"
949configure:18543: $? = 0
950configure:18557: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.2"
951configure:18560: $? = 0
952configure:18596: result: yes
953configure:18618: checking processor clipping capabilities
954configure:18658: gcc -o conftest -g -O2 conftest.c -lm >&5
955configure:18658: $? = 0
956configure:18658: ./conftest
957configure:18658: $? = 1
958configure: program exited with status 1
959configure: failed program was:
960| /* confdefs.h */
961| #define PACKAGE_NAME "libsndfile"
962| #define PACKAGE_TARNAME "libsndfile"
963| #define PACKAGE_VERSION "1.0.25"
964| #define PACKAGE_STRING "libsndfile 1.0.25"
965| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
966| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
967| #define PACKAGE "libsndfile"
968| #define VERSION "1.0.25"
969| #define STDC_HEADERS 1
970| #define HAVE_SYS_TYPES_H 1
971| #define HAVE_SYS_STAT_H 1
972| #define HAVE_STDLIB_H 1
973| #define HAVE_STRING_H 1
974| #define HAVE_MEMORY_H 1
975| #define HAVE_STRINGS_H 1
976| #define HAVE_INTTYPES_H 1
977| #define HAVE_STDINT_H 1
978| #define HAVE_UNISTD_H 1
979| #define HAVE_DLFCN_H 1
980| #define LT_OBJDIR ".libs/"
981| #define STDC_HEADERS 1
982| #define HAVE_ENDIAN_H 1
983| #define HAVE_BYTESWAP_H 1
984| #define HAVE_LOCALE_H 1
985| #define HAVE_SYS_TIME_H 1
986| #define HAVE_SYS_WAIT_H 1
987| #define HAVE_DECL_S_IRGRP 1
988| #define HAVE_DECL_S_IRGRP 1
989| #define HAVE_FLEXIBLE_ARRAY 1
990| #define ENABLE_EXPERIMENTAL_CODE 0
991| #define SIZEOF_WCHAR_T 4
992| #define SIZEOF_SHORT 2
993| #define SIZEOF_INT 4
994| #define SIZEOF_LONG 8
995| #define SIZEOF_FLOAT 4
996| #define SIZEOF_DOUBLE 8
997| #define SIZEOF_VOIDP 8
998| #define SIZEOF_SIZE_T 8
999| #define SIZEOF_INT64_T 8
1000| #define SIZEOF_LONG_LONG 8
1001| #define SIZEOF_OFF_T 8
1002| #define TYPEOF_SF_COUNT_T int64_t
1003| #define SIZEOF_SF_COUNT_T 8
1004| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
1005| #define HAVE_SSIZE_T 1
1006| #define SIZEOF_SSIZE_T 8
1007| #define CPU_IS_BIG_ENDIAN 0
1008| #define CPU_IS_LITTLE_ENDIAN 1
1009| #define WORDS_BIGENDIAN 0
1010| #define HAVE_MALLOC 1
1011| #define HAVE_CALLOC 1
1012| #define HAVE_REALLOC 1
1013| #define HAVE_FREE 1
1014| #define HAVE_OPEN 1
1015| #define HAVE_READ 1
1016| #define HAVE_WRITE 1
1017| #define HAVE_LSEEK 1
1018| #define HAVE_PREAD 1
1019| #define HAVE_PWRITE 1
1020| #define HAVE_FSTAT 1
1021| #define HAVE_FTRUNCATE 1
1022| #define HAVE_FSYNC 1
1023| #define HAVE_SNPRINTF 1
1024| #define HAVE_VSNPRINTF 1
1025| #define HAVE_GMTIME 1
1026| #define HAVE_GMTIME_R 1
1027| #define HAVE_LOCALTIME 1
1028| #define HAVE_LOCALTIME_R 1
1029| #define HAVE_GETTIMEOFDAY 1
1030| #define HAVE_MMAP 1
1031| #define HAVE_GETPAGESIZE 1
1032| #define HAVE_SETLOCALE 1
1033| #define HAVE_PIPE 1
1034| #define HAVE_WAITPID 1
1035| #define HAVE_LIBM 1
1036| #define HAVE_FLOOR 1
1037| #define HAVE_CEIL 1
1038| #define HAVE_FMOD 1
1039| #define HAVE_LRINT 1
1040| #define HAVE_LRINTF 1
1041| #define HAVE_EXTERNAL_LIBS 0
1042| #define HAVE_SQLITE3 1
1043| /* end confdefs.h. */
1044|
1045| #define _ISOC9X_SOURCE 1
1046| #define _ISOC99_SOURCE 1
1047| #define __USE_ISOC99 1
1048| #define __USE_ISOC9X 1
1049| #include <math.h>
1050| int main (void)
1051| { double fval ;
1052| int k, ival ;
1053|
1054| fval = 1.0 * 0x7FFFFFFF ;
1055| for (k = 0 ; k < 100 ; k++)
1056| { ival = (lrint (fval)) >> 24 ;
1057| if (ival != 127)
1058| return 1 ;
1059|
1060| fval *= 1.2499999 ;
1061| } ;
1062|
1063| return 0 ;
1064| }
1065|
1066configure:18697: gcc -o conftest -g -O2 conftest.c -lm >&5
1067configure:18697: $? = 0
1068configure:18697: ./conftest
1069configure:18697: $? = 1
1070configure: program exited with status 1
1071configure: failed program was:
1072| /* confdefs.h */
1073| #define PACKAGE_NAME "libsndfile"
1074| #define PACKAGE_TARNAME "libsndfile"
1075| #define PACKAGE_VERSION "1.0.25"
1076| #define PACKAGE_STRING "libsndfile 1.0.25"
1077| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
1078| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
1079| #define PACKAGE "libsndfile"
1080| #define VERSION "1.0.25"
1081| #define STDC_HEADERS 1
1082| #define HAVE_SYS_TYPES_H 1
1083| #define HAVE_SYS_STAT_H 1
1084| #define HAVE_STDLIB_H 1
1085| #define HAVE_STRING_H 1
1086| #define HAVE_MEMORY_H 1
1087| #define HAVE_STRINGS_H 1
1088| #define HAVE_INTTYPES_H 1
1089| #define HAVE_STDINT_H 1
1090| #define HAVE_UNISTD_H 1
1091| #define HAVE_DLFCN_H 1
1092| #define LT_OBJDIR ".libs/"
1093| #define STDC_HEADERS 1
1094| #define HAVE_ENDIAN_H 1
1095| #define HAVE_BYTESWAP_H 1
1096| #define HAVE_LOCALE_H 1
1097| #define HAVE_SYS_TIME_H 1
1098| #define HAVE_SYS_WAIT_H 1
1099| #define HAVE_DECL_S_IRGRP 1
1100| #define HAVE_DECL_S_IRGRP 1
1101| #define HAVE_FLEXIBLE_ARRAY 1
1102| #define ENABLE_EXPERIMENTAL_CODE 0
1103| #define SIZEOF_WCHAR_T 4
1104| #define SIZEOF_SHORT 2
1105| #define SIZEOF_INT 4
1106| #define SIZEOF_LONG 8
1107| #define SIZEOF_FLOAT 4
1108| #define SIZEOF_DOUBLE 8
1109| #define SIZEOF_VOIDP 8
1110| #define SIZEOF_SIZE_T 8
1111| #define SIZEOF_INT64_T 8
1112| #define SIZEOF_LONG_LONG 8
1113| #define SIZEOF_OFF_T 8
1114| #define TYPEOF_SF_COUNT_T int64_t
1115| #define SIZEOF_SF_COUNT_T 8
1116| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
1117| #define HAVE_SSIZE_T 1
1118| #define SIZEOF_SSIZE_T 8
1119| #define CPU_IS_BIG_ENDIAN 0
1120| #define CPU_IS_LITTLE_ENDIAN 1
1121| #define WORDS_BIGENDIAN 0
1122| #define HAVE_MALLOC 1
1123| #define HAVE_CALLOC 1
1124| #define HAVE_REALLOC 1
1125| #define HAVE_FREE 1
1126| #define HAVE_OPEN 1
1127| #define HAVE_READ 1
1128| #define HAVE_WRITE 1
1129| #define HAVE_LSEEK 1
1130| #define HAVE_PREAD 1
1131| #define HAVE_PWRITE 1
1132| #define HAVE_FSTAT 1
1133| #define HAVE_FTRUNCATE 1
1134| #define HAVE_FSYNC 1
1135| #define HAVE_SNPRINTF 1
1136| #define HAVE_VSNPRINTF 1
1137| #define HAVE_GMTIME 1
1138| #define HAVE_GMTIME_R 1
1139| #define HAVE_LOCALTIME 1
1140| #define HAVE_LOCALTIME_R 1
1141| #define HAVE_GETTIMEOFDAY 1
1142| #define HAVE_MMAP 1
1143| #define HAVE_GETPAGESIZE 1
1144| #define HAVE_SETLOCALE 1
1145| #define HAVE_PIPE 1
1146| #define HAVE_WAITPID 1
1147| #define HAVE_LIBM 1
1148| #define HAVE_FLOOR 1
1149| #define HAVE_CEIL 1
1150| #define HAVE_FMOD 1
1151| #define HAVE_LRINT 1
1152| #define HAVE_LRINTF 1
1153| #define HAVE_EXTERNAL_LIBS 0
1154| #define HAVE_SQLITE3 1
1155| /* end confdefs.h. */
1156|
1157| #define _ISOC9X_SOURCE 1
1158| #define _ISOC99_SOURCE 1
1159| #define __USE_ISOC99 1
1160| #define __USE_ISOC9X 1
1161| #include <math.h>
1162| int main (void)
1163| { double fval ;
1164| int k, ival ;
1165|
1166| fval = -8.0 * 0x10000000 ;
1167| for (k = 0 ; k < 100 ; k++)
1168| { ival = (lrint (fval)) >> 24 ;
1169| if (ival != -128)
1170| return 1 ;
1171|
1172| fval *= 1.2499999 ;
1173| } ;
1174|
1175| return 0 ;
1176| }
1177|
1178configure:18739: result: none
1179configure:18838: checking sndio.h usability
1180configure:18838: gcc -c -g -O2 conftest.c >&5
1181conftest.c:123:19: fatal error: sndio.h: No such file or directory
1182compilation terminated.
1183configure:18838: $? = 1
1184configure: failed program was:
1185| /* confdefs.h */
1186| #define PACKAGE_NAME "libsndfile"
1187| #define PACKAGE_TARNAME "libsndfile"
1188| #define PACKAGE_VERSION "1.0.25"
1189| #define PACKAGE_STRING "libsndfile 1.0.25"
1190| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
1191| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
1192| #define PACKAGE "libsndfile"
1193| #define VERSION "1.0.25"
1194| #define STDC_HEADERS 1
1195| #define HAVE_SYS_TYPES_H 1
1196| #define HAVE_SYS_STAT_H 1
1197| #define HAVE_STDLIB_H 1
1198| #define HAVE_STRING_H 1
1199| #define HAVE_MEMORY_H 1
1200| #define HAVE_STRINGS_H 1
1201| #define HAVE_INTTYPES_H 1
1202| #define HAVE_STDINT_H 1
1203| #define HAVE_UNISTD_H 1
1204| #define HAVE_DLFCN_H 1
1205| #define LT_OBJDIR ".libs/"
1206| #define STDC_HEADERS 1
1207| #define HAVE_ENDIAN_H 1
1208| #define HAVE_BYTESWAP_H 1
1209| #define HAVE_LOCALE_H 1
1210| #define HAVE_SYS_TIME_H 1
1211| #define HAVE_SYS_WAIT_H 1
1212| #define HAVE_DECL_S_IRGRP 1
1213| #define HAVE_DECL_S_IRGRP 1
1214| #define HAVE_FLEXIBLE_ARRAY 1
1215| #define ENABLE_EXPERIMENTAL_CODE 0
1216| #define SIZEOF_WCHAR_T 4
1217| #define SIZEOF_SHORT 2
1218| #define SIZEOF_INT 4
1219| #define SIZEOF_LONG 8
1220| #define SIZEOF_FLOAT 4
1221| #define SIZEOF_DOUBLE 8
1222| #define SIZEOF_VOIDP 8
1223| #define SIZEOF_SIZE_T 8
1224| #define SIZEOF_INT64_T 8
1225| #define SIZEOF_LONG_LONG 8
1226| #define SIZEOF_OFF_T 8
1227| #define TYPEOF_SF_COUNT_T int64_t
1228| #define SIZEOF_SF_COUNT_T 8
1229| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
1230| #define HAVE_SSIZE_T 1
1231| #define SIZEOF_SSIZE_T 8
1232| #define CPU_IS_BIG_ENDIAN 0
1233| #define CPU_IS_LITTLE_ENDIAN 1
1234| #define WORDS_BIGENDIAN 0
1235| #define HAVE_MALLOC 1
1236| #define HAVE_CALLOC 1
1237| #define HAVE_REALLOC 1
1238| #define HAVE_FREE 1
1239| #define HAVE_OPEN 1
1240| #define HAVE_READ 1
1241| #define HAVE_WRITE 1
1242| #define HAVE_LSEEK 1
1243| #define HAVE_PREAD 1
1244| #define HAVE_PWRITE 1
1245| #define HAVE_FSTAT 1
1246| #define HAVE_FTRUNCATE 1
1247| #define HAVE_FSYNC 1
1248| #define HAVE_SNPRINTF 1
1249| #define HAVE_VSNPRINTF 1
1250| #define HAVE_GMTIME 1
1251| #define HAVE_GMTIME_R 1
1252| #define HAVE_LOCALTIME 1
1253| #define HAVE_LOCALTIME_R 1
1254| #define HAVE_GETTIMEOFDAY 1
1255| #define HAVE_MMAP 1
1256| #define HAVE_GETPAGESIZE 1
1257| #define HAVE_SETLOCALE 1
1258| #define HAVE_PIPE 1
1259| #define HAVE_WAITPID 1
1260| #define HAVE_LIBM 1
1261| #define HAVE_FLOOR 1
1262| #define HAVE_CEIL 1
1263| #define HAVE_FMOD 1
1264| #define HAVE_LRINT 1
1265| #define HAVE_LRINTF 1
1266| #define HAVE_EXTERNAL_LIBS 0
1267| #define HAVE_SQLITE3 1
1268| #define CPU_CLIPS_POSITIVE 0
1269| #define CPU_CLIPS_NEGATIVE 0
1270| #define OS_IS_WIN32 0
1271| #define OS_IS_MACOSX 0
1272| #define USE_WINDOWS_API 0
1273| /* end confdefs.h. */
1274| #include <stdio.h>
1275| #ifdef HAVE_SYS_TYPES_H
1276| # include <sys/types.h>
1277| #endif
1278| #ifdef HAVE_SYS_STAT_H
1279| # include <sys/stat.h>
1280| #endif
1281| #ifdef STDC_HEADERS
1282| # include <stdlib.h>
1283| # include <stddef.h>
1284| #else
1285| # ifdef HAVE_STDLIB_H
1286| # include <stdlib.h>
1287| # endif
1288| #endif
1289| #ifdef HAVE_STRING_H
1290| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1291| # include <memory.h>
1292| # endif
1293| # include <string.h>
1294| #endif
1295| #ifdef HAVE_STRINGS_H
1296| # include <strings.h>
1297| #endif
1298| #ifdef HAVE_INTTYPES_H
1299| # include <inttypes.h>
1300| #endif
1301| #ifdef HAVE_STDINT_H
1302| # include <stdint.h>
1303| #endif
1304| #ifdef HAVE_UNISTD_H
1305| # include <unistd.h>
1306| #endif
1307| #include <sndio.h>
1308configure:18838: result: no
1309configure:18838: checking sndio.h presence
1310configure:18838: gcc -E conftest.c
1311conftest.c:90:19: fatal error: sndio.h: No such file or directory
1312compilation terminated.
1313configure:18838: $? = 1
1314configure: failed program was:
1315| /* confdefs.h */
1316| #define PACKAGE_NAME "libsndfile"
1317| #define PACKAGE_TARNAME "libsndfile"
1318| #define PACKAGE_VERSION "1.0.25"
1319| #define PACKAGE_STRING "libsndfile 1.0.25"
1320| #define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
1321| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
1322| #define PACKAGE "libsndfile"
1323| #define VERSION "1.0.25"
1324| #define STDC_HEADERS 1
1325| #define HAVE_SYS_TYPES_H 1
1326| #define HAVE_SYS_STAT_H 1
1327| #define HAVE_STDLIB_H 1
1328| #define HAVE_STRING_H 1
1329| #define HAVE_MEMORY_H 1
1330| #define HAVE_STRINGS_H 1
1331| #define HAVE_INTTYPES_H 1
1332| #define HAVE_STDINT_H 1
1333| #define HAVE_UNISTD_H 1
1334| #define HAVE_DLFCN_H 1
1335| #define LT_OBJDIR ".libs/"
1336| #define STDC_HEADERS 1
1337| #define HAVE_ENDIAN_H 1
1338| #define HAVE_BYTESWAP_H 1
1339| #define HAVE_LOCALE_H 1
1340| #define HAVE_SYS_TIME_H 1
1341| #define HAVE_SYS_WAIT_H 1
1342| #define HAVE_DECL_S_IRGRP 1
1343| #define HAVE_DECL_S_IRGRP 1
1344| #define HAVE_FLEXIBLE_ARRAY 1
1345| #define ENABLE_EXPERIMENTAL_CODE 0
1346| #define SIZEOF_WCHAR_T 4
1347| #define SIZEOF_SHORT 2
1348| #define SIZEOF_INT 4
1349| #define SIZEOF_LONG 8
1350| #define SIZEOF_FLOAT 4
1351| #define SIZEOF_DOUBLE 8
1352| #define SIZEOF_VOIDP 8
1353| #define SIZEOF_SIZE_T 8
1354| #define SIZEOF_INT64_T 8
1355| #define SIZEOF_LONG_LONG 8
1356| #define SIZEOF_OFF_T 8
1357| #define TYPEOF_SF_COUNT_T int64_t
1358| #define SIZEOF_SF_COUNT_T 8
1359| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
1360| #define HAVE_SSIZE_T 1
1361| #define SIZEOF_SSIZE_T 8
1362| #define CPU_IS_BIG_ENDIAN 0
1363| #define CPU_IS_LITTLE_ENDIAN 1
1364| #define WORDS_BIGENDIAN 0
1365| #define HAVE_MALLOC 1
1366| #define HAVE_CALLOC 1
1367| #define HAVE_REALLOC 1
1368| #define HAVE_FREE 1
1369| #define HAVE_OPEN 1
1370| #define HAVE_READ 1
1371| #define HAVE_WRITE 1
1372| #define HAVE_LSEEK 1
1373| #define HAVE_PREAD 1
1374| #define HAVE_PWRITE 1
1375| #define HAVE_FSTAT 1
1376| #define HAVE_FTRUNCATE 1
1377| #define HAVE_FSYNC 1
1378| #define HAVE_SNPRINTF 1
1379| #define HAVE_VSNPRINTF 1
1380| #define HAVE_GMTIME 1
1381| #define HAVE_GMTIME_R 1
1382| #define HAVE_LOCALTIME 1
1383| #define HAVE_LOCALTIME_R 1
1384| #define HAVE_GETTIMEOFDAY 1
1385| #define HAVE_MMAP 1
1386| #define HAVE_GETPAGESIZE 1
1387| #define HAVE_SETLOCALE 1
1388| #define HAVE_PIPE 1
1389| #define HAVE_WAITPID 1
1390| #define HAVE_LIBM 1
1391| #define HAVE_FLOOR 1
1392| #define HAVE_CEIL 1
1393| #define HAVE_FMOD 1
1394| #define HAVE_LRINT 1
1395| #define HAVE_LRINTF 1
1396| #define HAVE_EXTERNAL_LIBS 0
1397| #define HAVE_SQLITE3 1
1398| #define CPU_CLIPS_POSITIVE 0
1399| #define CPU_CLIPS_NEGATIVE 0
1400| #define OS_IS_WIN32 0
1401| #define OS_IS_MACOSX 0
1402| #define USE_WINDOWS_API 0
1403| /* end confdefs.h. */
1404| #include <sndio.h>
1405configure:18838: result: no
1406configure:18838: checking for sndio.h
1407configure:18838: result: no
1408configure:18905: WARNING: Touching files in directory tests/.
1409configure:18936: checking if gcc accepts -std=gnu99
1410configure:18953: gcc -o conftest -std=gnu99 conftest.c -lm >&5
1411configure:18953: $? = 0
1412configure:18954: result: yes
1413configure:18970: checking for version of gcc
1414configure:18973: result: 4.7.2
1415configure:19034: checking if gcc accepts -Wextra
1416configure:19051: gcc -o conftest -Wextra conftest.c -lm >&5
1417configure:19051: $? = 0
1418configure:19052: result: yes
1419configure:19071: checking if g++ accepts -Wextra
1420configure:19089: g++ -o conftest -Wextra conftest.cpp -lm >&5
1421configure:19089: $? = 0
1422configure:19090: result: yes
1423configure:19109: checking if gcc accepts -Wdeclaration-after-statement
1424configure:19126: gcc -o conftest -Wdeclaration-after-statement conftest.c -lm >&5
1425configure:19126: $? = 0
1426configure:19127: result: yes
1427configure:19139: checking if gcc accepts -Wpointer-arith
1428configure:19156: gcc -o conftest -Wpointer-arith conftest.c -lm >&5
1429configure:19156: $? = 0
1430configure:19157: result: yes
1431configure:19169: checking if gcc accepts -funsigned-char
1432configure:19186: gcc -o conftest -funsigned-char conftest.c -lm >&5
1433configure:19186: $? = 0
1434configure:19187: result: yes
1435configure:19493: creating ./config.status
1436
1437## ---------------------- ##
1438## Running config.status. ##
1439## ---------------------- ##
1440
1441This file was extended by libsndfile config.status 1.0.25, which was
1442generated by GNU Autoconf 2.68. Invocation command line was
1443
1444 CONFIG_FILES =
1445 CONFIG_HEADERS =
1446 CONFIG_LINKS =
1447 CONFIG_COMMANDS =
1448 $ ./config.status
1449
1450on pcal
1451
1452config.status:1358: creating src/Makefile
1453config.status:1358: creating man/Makefile
1454config.status:1358: creating examples/Makefile
1455config.status:1358: creating tests/Makefile
1456config.status:1358: creating regtest/Makefile
1457config.status:1358: creating M4/Makefile
1458config.status:1358: creating doc/Makefile
1459config.status:1358: creating Win32/Makefile
1460config.status:1358: creating Octave/Makefile
1461config.status:1358: creating programs/Makefile
1462config.status:1358: creating Makefile
1463config.status:1358: creating src/version-metadata.rc
1464config.status:1358: creating tests/test_wrapper.sh
1465config.status:1358: creating tests/pedantic-header-test.sh
1466config.status:1358: creating doc/libsndfile.css
1467config.status:1358: creating build-test-tarball.mk
1468config.status:1358: creating libsndfile.spec
1469config.status:1358: creating sndfile.pc
1470config.status:1358: creating src/sndfile.h
1471config.status:1358: creating src/config.h
1472config.status:1587: executing depfiles commands
1473config.status:1587: executing libtool commands
1474configure:22287: result:
1475-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
1476
1477 Configuration summary :
1478
1479 libsndfile version : .................. 1.0.25
1480
1481 Host CPU : ............................ x86_64
1482 Host Vendor : ......................... unknown
1483 Host OS : ............................. linux-gnu
1484
1485 Experimental code : ................... no
1486 Using ALSA in example programs : ...... no
1487 External FLAC/Ogg/Vorbis : ............ no
1488
1489configure:22341: result:
1490 Installation directories :
1491
1492 Library directory : ................... /usr/local/lib
1493 Program directory : ................... /usr/local/bin
1494 Pkgconfig directory : ................. /usr/local/lib/pkgconfig
1495 HTML docs directory : ................. /usr/local/share/doc/libsndfile1-dev/html
1496
1497
1498## ---------------- ##
1499## Cache variables. ##
1500## ---------------- ##
1501
1502ac_cv_build=x86_64-unknown-linux-gnu
1503ac_cv_c99_flexible_array=yes
1504ac_cv_c99_lrint=yes
1505ac_cv_c99_lrintf=yes
1506ac_cv_c_big_endian=0
1507ac_cv_c_byte_order=little
1508ac_cv_c_clip_negative=0
1509ac_cv_c_clip_positive=0
1510ac_cv_c_clip_type=none
1511ac_cv_c_compiler_gnu=yes
1512ac_cv_c_little_endian=1
1513ac_cv_cxx_compiler_gnu=yes
1514ac_cv_env_CCC_set=
1515ac_cv_env_CCC_value=
1516ac_cv_env_CC_set=
1517ac_cv_env_CC_value=
1518ac_cv_env_CFLAGS_set=
1519ac_cv_env_CFLAGS_value=
1520ac_cv_env_CPPFLAGS_set=
1521ac_cv_env_CPPFLAGS_value=
1522ac_cv_env_CPP_set=
1523ac_cv_env_CPP_value=
1524ac_cv_env_CXXCPP_set=
1525ac_cv_env_CXXCPP_value=
1526ac_cv_env_CXXFLAGS_set=
1527ac_cv_env_CXXFLAGS_value=
1528ac_cv_env_CXX_set=
1529ac_cv_env_CXX_value=
1530ac_cv_env_FLAC_CFLAGS_set=
1531ac_cv_env_FLAC_CFLAGS_value=
1532ac_cv_env_FLAC_LIBS_set=
1533ac_cv_env_FLAC_LIBS_value=
1534ac_cv_env_LDFLAGS_set=
1535ac_cv_env_LDFLAGS_value=
1536ac_cv_env_LIBS_set=
1537ac_cv_env_LIBS_value=
1538ac_cv_env_OGG_CFLAGS_set=
1539ac_cv_env_OGG_CFLAGS_value=
1540ac_cv_env_OGG_LIBS_set=
1541ac_cv_env_OGG_LIBS_value=
1542ac_cv_env_PKG_CONFIG_LIBDIR_set=
1543ac_cv_env_PKG_CONFIG_LIBDIR_value=
1544ac_cv_env_PKG_CONFIG_PATH_set=
1545ac_cv_env_PKG_CONFIG_PATH_value=
1546ac_cv_env_PKG_CONFIG_set=
1547ac_cv_env_PKG_CONFIG_value=
1548ac_cv_env_SPEEX_CFLAGS_set=
1549ac_cv_env_SPEEX_CFLAGS_value=
1550ac_cv_env_SPEEX_LIBS_set=
1551ac_cv_env_SPEEX_LIBS_value=
1552ac_cv_env_SQLITE3_CFLAGS_set=
1553ac_cv_env_SQLITE3_CFLAGS_value=
1554ac_cv_env_SQLITE3_LIBS_set=
1555ac_cv_env_SQLITE3_LIBS_value=
1556ac_cv_env_VORBISENC_CFLAGS_set=
1557ac_cv_env_VORBISENC_CFLAGS_value=
1558ac_cv_env_VORBISENC_LIBS_set=
1559ac_cv_env_VORBISENC_LIBS_value=
1560ac_cv_env_VORBIS_CFLAGS_set=
1561ac_cv_env_VORBIS_CFLAGS_value=
1562ac_cv_env_VORBIS_LIBS_set=
1563ac_cv_env_VORBIS_LIBS_value=
1564ac_cv_env_build_alias_set=
1565ac_cv_env_build_alias_value=
1566ac_cv_env_host_alias_set=
1567ac_cv_env_host_alias_value=
1568ac_cv_env_target_alias_set=
1569ac_cv_env_target_alias_value=
1570ac_cv_func_calloc=yes
1571ac_cv_func_ceil=yes
1572ac_cv_func_floor=yes
1573ac_cv_func_fmod=yes
1574ac_cv_func_free=yes
1575ac_cv_func_fstat=yes
1576ac_cv_func_fsync=yes
1577ac_cv_func_ftruncate=yes
1578ac_cv_func_getpagesize=yes
1579ac_cv_func_gettimeofday=yes
1580ac_cv_func_gmtime=yes
1581ac_cv_func_gmtime_r=yes
1582ac_cv_func_localtime=yes
1583ac_cv_func_localtime_r=yes
1584ac_cv_func_lseek=yes
1585ac_cv_func_malloc=yes
1586ac_cv_func_mmap=yes
1587ac_cv_func_open=yes
1588ac_cv_func_pipe=yes
1589ac_cv_func_pread=yes
1590ac_cv_func_pwrite=yes
1591ac_cv_func_read=yes
1592ac_cv_func_realloc=yes
1593ac_cv_func_setlocale=yes
1594ac_cv_func_snprintf=yes
1595ac_cv_func_vsnprintf=yes
1596ac_cv_func_waitpid=yes
1597ac_cv_func_write=yes
1598ac_cv_have_decl_S_IRGRP=yes
1599ac_cv_header_byteswap_h=yes
1600ac_cv_header_dlfcn_h=yes
1601ac_cv_header_endian_h=yes
1602ac_cv_header_inttypes_h=yes
1603ac_cv_header_locale_h=yes
1604ac_cv_header_memory_h=yes
1605ac_cv_header_sndio_h=no
1606ac_cv_header_stdc=yes
1607ac_cv_header_stdint_h=yes
1608ac_cv_header_stdlib_h=yes
1609ac_cv_header_string_h=yes
1610ac_cv_header_strings_h=yes
1611ac_cv_header_sys_stat_h=yes
1612ac_cv_header_sys_time_h=yes
1613ac_cv_header_sys_types_h=yes
1614ac_cv_header_sys_wait_h=yes
1615ac_cv_header_unistd_h=yes
1616ac_cv_host=x86_64-unknown-linux-gnu
1617ac_cv_lib_m_floor=yes
1618ac_cv_objext=o
1619ac_cv_path_EGREP='/usr/bin/grep -E'
1620ac_cv_path_FGREP='/usr/bin/grep -F'
1621ac_cv_path_GREP=/usr/bin/grep
1622ac_cv_path_SED=/usr/bin/sed
1623ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
1624ac_cv_path_install='/usr/bin/install -c'
1625ac_cv_path_mkdir=/usr/bin/mkdir
1626ac_cv_prog_AWK=gawk
1627ac_cv_prog_CPP='gcc -E'
1628ac_cv_prog_CXXCPP='g++ -E'
1629ac_cv_prog_HAVE_AUTOGEN=no
1630ac_cv_prog_HAVE_MKOCTFILE=no
1631ac_cv_prog_HAVE_OCTAVE=no
1632ac_cv_prog_HAVE_OCTAVE_CONFIG=no
1633ac_cv_prog_HAVE_WINE=no
1634ac_cv_prog_ac_ct_AR=ar
1635ac_cv_prog_ac_ct_CC=gcc
1636ac_cv_prog_ac_ct_CXX=g++
1637ac_cv_prog_ac_ct_OBJDUMP=objdump
1638ac_cv_prog_ac_ct_RANLIB=ranlib
1639ac_cv_prog_ac_ct_STRIP=strip
1640ac_cv_prog_cc_c89=
1641ac_cv_prog_cc_g=yes
1642ac_cv_prog_cc_gcc_c_o=yes
1643ac_cv_prog_cxx_g=yes
1644ac_cv_prog_make_make_set=yes
1645ac_cv_sizeof_double=8
1646ac_cv_sizeof_float=4
1647ac_cv_sizeof_int64_t=8
1648ac_cv_sizeof_int=4
1649ac_cv_sizeof_long=8
1650ac_cv_sizeof_long_long=8
1651ac_cv_sizeof_off_t=8
1652ac_cv_sizeof_short=2
1653ac_cv_sizeof_size_t=8
1654ac_cv_sizeof_ssize_t=8
1655ac_cv_sizeof_voidp=8
1656ac_cv_sizeof_wchar_t=4
1657ac_cv_sqlite3=yes
1658ac_cv_target=x86_64-unknown-linux-gnu
1659ac_cv_type_ssize_t=yes
1660am_cv_CC_dependencies_compiler_type=gcc3
1661am_cv_CXX_dependencies_compiler_type=gcc3
1662lt_cv_ar_at_file=@
1663lt_cv_archive_cmds_need_lc=no
1664lt_cv_deplibs_check_method=pass_all
1665lt_cv_file_magic_cmd='$MAGIC_CMD'
1666lt_cv_file_magic_test_file=
1667lt_cv_ld_reload_flag=-r
1668lt_cv_nm_interface='BSD nm'
1669lt_cv_objdir=.libs
1670lt_cv_path_LD=/usr/bin/ld
1671lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
1672lt_cv_path_NM='/usr/bin/nm -B'
1673lt_cv_path_mainfest_tool=no
1674lt_cv_prog_compiler_c_o=yes
1675lt_cv_prog_compiler_c_o_CXX=yes
1676lt_cv_prog_compiler_c_o_RC=yes
1677lt_cv_prog_compiler_pic='-fPIC -DPIC'
1678lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
1679lt_cv_prog_compiler_pic_works=yes
1680lt_cv_prog_compiler_pic_works_CXX=yes
1681lt_cv_prog_compiler_rtti_exceptions=no
1682lt_cv_prog_compiler_static_works=no
1683lt_cv_prog_compiler_static_works_CXX=no
1684lt_cv_prog_gnu_ld=yes
1685lt_cv_prog_gnu_ldcxx=yes
1686lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1687lt_cv_shlibpath_overrides_runpath=no
1688lt_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'\'''
1689lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
1690lt_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'\'''
1691lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1692lt_cv_sys_max_cmd_len=1572864
1693lt_cv_to_host_file_cmd=func_convert_file_noop
1694lt_cv_to_tool_file_cmd=func_convert_file_noop
1695pkg_cv_SQLITE3_CFLAGS=' '
1696pkg_cv_SQLITE3_LIBS='-lsqlite3 '
1697
1698## ----------------- ##
1699## Output variables. ##
1700## ----------------- ##
1701
1702ACLOCAL='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run aclocal-1.11'
1703ACLOCAL_AMFLAGS='-I M4'
1704ALSA_LIBS=''
1705AMDEPBACKSLASH='\'
1706AMDEP_FALSE='#'
1707AMDEP_TRUE=''
1708AMTAR='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run tar'
1709AM_BACKSLASH='\'
1710AM_DEFAULT_VERBOSITY='0'
1711AR='ar'
1712AUTOCONF='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run autoconf'
1713AUTOHEADER='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run autoheader'
1714AUTOMAKE='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run automake-1.11'
1715AWK='gawk'
1716BUILD_OCTAVE_MOD_FALSE=''
1717BUILD_OCTAVE_MOD_TRUE='#'
1718CC='gcc'
1719CCDEPMODE='depmode=gcc3'
1720CFLAGS='-g -O2 -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -Wundef -pipe '
1721CLEAN_VERSION='1.0.25'
1722CPP='gcc -E'
1723CPPFLAGS=''
1724CXX='g++'
1725CXXCPP='g++ -E'
1726CXXDEPMODE='depmode=gcc3'
1727CXXFLAGS='-g -O2 -Wall -Wextra -Wcast-align -Wcast-qual -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wundef '
1728CYGPATH_W='echo'
1729DEFS='-DHAVE_CONFIG_H'
1730DEPDIR='.deps'
1731DLLTOOL='false'
1732DSYMUTIL=''
1733DUMPBIN=''
1734ECHO_C=''
1735ECHO_N='-n'
1736ECHO_T=''
1737EGREP='/usr/bin/grep -E'
1738ENABLE_TEST_COVERAGE_FALSE=''
1739ENABLE_TEST_COVERAGE_TRUE='#'
1740EXEEXT=''
1741EXTERNAL_CFLAGS=''
1742EXTERNAL_LIBS=''
1743FGREP='/usr/bin/grep -F'
1744FLAC_CFLAGS=''
1745FLAC_LIBS=''
1746GCC_MAJOR_VERSION='4'
1747GCC_MINOR_VERSION='7'
1748GCC_VERSION='4.7.2'
1749GETCONF=''
1750GREP='/usr/bin/grep'
1751HAVE_AUTOGEN='no'
1752HAVE_MKOCTFILE='no'
1753HAVE_OCTAVE='no'
1754HAVE_OCTAVE_CONFIG='no'
1755HAVE_WINE='no'
1756HOST_TRIPLET='x86_64-unknown-linux-gnu'
1757HTML_BGCOLOUR='black'
1758HTML_FGCOLOUR='white'
1759INSTALL_DATA='${INSTALL} -m 644'
1760INSTALL_PROGRAM='${INSTALL}'
1761INSTALL_SCRIPT='${INSTALL}'
1762INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1763LD='/usr/bin/ld -m elf_x86_64'
1764LDFLAGS=''
1765LIBOBJS=''
1766LIBS='-lm '
1767LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1768LIBTOOL_DEPS='Cfg/ltmain.sh'
1769LINUX_MINGW_CROSS_TEST_FALSE=''
1770LINUX_MINGW_CROSS_TEST_TRUE='#'
1771LIPO=''
1772LN_S='ln -s'
1773LTLIBOBJS=''
1774MAKEINFO='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/missing --run makeinfo'
1775MANIFEST_TOOL=':'
1776MKDIR_P='/usr/bin/mkdir -p'
1777MKOCTFILE=''
1778MKOCTFILE_VERSION=''
1779NM='/usr/bin/nm -B'
1780NMEDIT=''
1781OBJDUMP='objdump'
1782OBJEXT='o'
1783OCTAVE=''
1784OCTAVE_CONFIG=''
1785OCTAVE_CONFIG_VERSION=''
1786OCTAVE_DEST_MDIR=''
1787OCTAVE_DEST_ODIR=''
1788OCTAVE_VERSION=''
1789OGG_CFLAGS=''
1790OGG_LIBS=''
1791OS_SPECIFIC_CFLAGS=''
1792OS_SPECIFIC_LINKS=''
1793OTOOL64=''
1794OTOOL=''
1795PACKAGE='libsndfile'
1796PACKAGE_BUGREPORT='sndfile@mega-nerd.com'
1797PACKAGE_NAME='libsndfile'
1798PACKAGE_STRING='libsndfile 1.0.25'
1799PACKAGE_TARNAME='libsndfile'
1800PACKAGE_URL='http://www.mega-nerd.com/libsndfile/'
1801PACKAGE_VERSION='1.0.25'
1802PATH_SEPARATOR=':'
1803PKG_CONFIG='/usr/bin/pkg-config'
1804PKG_CONFIG_LIBDIR=''
1805PKG_CONFIG_PATH=''
1806RANLIB='ranlib'
1807RC=''
1808SED='/usr/bin/sed'
1809SET_MAKE=''
1810SF_COUNT_MAX='0x7FFFFFFFFFFFFFFFLL'
1811SHARED_VERSION_INFO='1:25:0'
1812SHELL='/bin/sh'
1813SHLIB_VERSION_ARG='-Wl,--version-script=$(srcdir)/Symbols.gnu-binutils'
1814SIZEOF_SF_COUNT_T='8'
1815SNDIO_LIBS=''
1816SPEEX_CFLAGS=''
1817SPEEX_LIBS=''
1818SQLITE3_CFLAGS=' '
1819SQLITE3_LIBS='-lsqlite3 '
1820STRIP='strip'
1821TYPEOF_SF_COUNT_T='int64_t'
1822USE_WIN_VERSION_FILE_FALSE=''
1823USE_WIN_VERSION_FILE_TRUE='#'
1824VERSION='1.0.25'
1825VORBISENC_CFLAGS=''
1826VORBISENC_LIBS=''
1827VORBIS_CFLAGS=''
1828VORBIS_LIBS=''
1829WIN_RC_VERSION='1,0,25'
1830ac_ct_AR='ar'
1831ac_ct_CC='gcc'
1832ac_ct_CXX='g++'
1833ac_ct_DUMPBIN=''
1834am__EXEEXT_FALSE=''
1835am__EXEEXT_TRUE='#'
1836am__fastdepCC_FALSE='#'
1837am__fastdepCC_TRUE=''
1838am__fastdepCXX_FALSE='#'
1839am__fastdepCXX_TRUE=''
1840am__include='include'
1841am__isrc=''
1842am__leading_dot='.'
1843am__quote=''
1844am__tar='${AMTAR} chof - "$$tardir"'
1845am__untar='${AMTAR} xf -'
1846bindir='/usr/local/bin'
1847build='x86_64-unknown-linux-gnu'
1848build_alias=''
1849build_cpu='x86_64'
1850build_os='linux-gnu'
1851build_vendor='unknown'
1852datadir='${datarootdir}'
1853datarootdir='${prefix}/share'
1854docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1855dvidir='${docdir}'
1856exec_prefix='${prefix}'
1857host='x86_64-unknown-linux-gnu'
1858host_alias=''
1859host_cpu='x86_64'
1860host_os='linux-gnu'
1861host_vendor='unknown'
1862htmldir='${docdir}'
1863htmldocdir='/usr/local/share/doc/libsndfile1-dev/html'
1864includedir='${prefix}/include'
1865infodir='${datarootdir}/info'
1866install_sh='${SHELL} /home/lisional/git/sflphone-android/jni/libsndfile-1.0.25/Cfg/install-sh'
1867libdir='/usr/local/lib'
1868libexecdir='${exec_prefix}/libexec'
1869localedir='${datarootdir}/locale'
1870localstatedir='${prefix}/var'
1871mandir='${datarootdir}/man'
1872mkdir_p='/usr/bin/mkdir -p'
1873oldincludedir='/usr/include'
1874pdfdir='${docdir}'
1875prefix='/usr/local'
1876program_transform_name='s,x,x,'
1877psdir='${docdir}'
1878sbindir='${exec_prefix}/sbin'
1879sharedstatedir='${prefix}/com'
1880sysconfdir='${prefix}/etc'
1881target='x86_64-unknown-linux-gnu'
1882target_alias=''
1883target_cpu='x86_64'
1884target_os='linux-gnu'
1885target_vendor='unknown'
1886
1887## ----------- ##
1888## confdefs.h. ##
1889## ----------- ##
1890
1891/* confdefs.h */
1892#define PACKAGE_NAME "libsndfile"
1893#define PACKAGE_TARNAME "libsndfile"
1894#define PACKAGE_VERSION "1.0.25"
1895#define PACKAGE_STRING "libsndfile 1.0.25"
1896#define PACKAGE_BUGREPORT "sndfile@mega-nerd.com"
1897#define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/"
1898#define PACKAGE "libsndfile"
1899#define VERSION "1.0.25"
1900#define STDC_HEADERS 1
1901#define HAVE_SYS_TYPES_H 1
1902#define HAVE_SYS_STAT_H 1
1903#define HAVE_STDLIB_H 1
1904#define HAVE_STRING_H 1
1905#define HAVE_MEMORY_H 1
1906#define HAVE_STRINGS_H 1
1907#define HAVE_INTTYPES_H 1
1908#define HAVE_STDINT_H 1
1909#define HAVE_UNISTD_H 1
1910#define HAVE_DLFCN_H 1
1911#define LT_OBJDIR ".libs/"
1912#define STDC_HEADERS 1
1913#define HAVE_ENDIAN_H 1
1914#define HAVE_BYTESWAP_H 1
1915#define HAVE_LOCALE_H 1
1916#define HAVE_SYS_TIME_H 1
1917#define HAVE_SYS_WAIT_H 1
1918#define HAVE_DECL_S_IRGRP 1
1919#define HAVE_DECL_S_IRGRP 1
1920#define HAVE_FLEXIBLE_ARRAY 1
1921#define ENABLE_EXPERIMENTAL_CODE 0
1922#define SIZEOF_WCHAR_T 4
1923#define SIZEOF_SHORT 2
1924#define SIZEOF_INT 4
1925#define SIZEOF_LONG 8
1926#define SIZEOF_FLOAT 4
1927#define SIZEOF_DOUBLE 8
1928#define SIZEOF_VOIDP 8
1929#define SIZEOF_SIZE_T 8
1930#define SIZEOF_INT64_T 8
1931#define SIZEOF_LONG_LONG 8
1932#define SIZEOF_OFF_T 8
1933#define TYPEOF_SF_COUNT_T int64_t
1934#define SIZEOF_SF_COUNT_T 8
1935#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
1936#define HAVE_SSIZE_T 1
1937#define SIZEOF_SSIZE_T 8
1938#define CPU_IS_BIG_ENDIAN 0
1939#define CPU_IS_LITTLE_ENDIAN 1
1940#define WORDS_BIGENDIAN 0
1941#define HAVE_MALLOC 1
1942#define HAVE_CALLOC 1
1943#define HAVE_REALLOC 1
1944#define HAVE_FREE 1
1945#define HAVE_OPEN 1
1946#define HAVE_READ 1
1947#define HAVE_WRITE 1
1948#define HAVE_LSEEK 1
1949#define HAVE_PREAD 1
1950#define HAVE_PWRITE 1
1951#define HAVE_FSTAT 1
1952#define HAVE_FTRUNCATE 1
1953#define HAVE_FSYNC 1
1954#define HAVE_SNPRINTF 1
1955#define HAVE_VSNPRINTF 1
1956#define HAVE_GMTIME 1
1957#define HAVE_GMTIME_R 1
1958#define HAVE_LOCALTIME 1
1959#define HAVE_LOCALTIME_R 1
1960#define HAVE_GETTIMEOFDAY 1
1961#define HAVE_MMAP 1
1962#define HAVE_GETPAGESIZE 1
1963#define HAVE_SETLOCALE 1
1964#define HAVE_PIPE 1
1965#define HAVE_WAITPID 1
1966#define HAVE_LIBM 1
1967#define HAVE_FLOOR 1
1968#define HAVE_CEIL 1
1969#define HAVE_FMOD 1
1970#define HAVE_LRINT 1
1971#define HAVE_LRINTF 1
1972#define HAVE_EXTERNAL_LIBS 0
1973#define HAVE_SQLITE3 1
1974#define CPU_CLIPS_POSITIVE 0
1975#define CPU_CLIPS_NEGATIVE 0
1976#define OS_IS_WIN32 0
1977#define OS_IS_MACOSX 0
1978#define USE_WINDOWS_API 0
1979#define WIN32_TARGET_DLL 0
1980#define COMPILER_IS_GCC 1
1981
1982configure: exit 0