Skip to content

Instantly share code, notes, and snippets.

@paleozogt
Created February 24, 2012 00:08
Show Gist options
  • Save paleozogt/1895977 to your computer and use it in GitHub Desktop.
Save paleozogt/1895977 to your computer and use it in GitHub Desktop.
configuring speex with libogg
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --with-ogg=/home/asimmons/Development/libogg-install
## --------- ##
## Platform. ##
## --------- ##
hostname = rshbgasr3
uname -m = x86_64
uname -r = 2.6.32-36-server
uname -s = Linux
uname -v = #79-Ubuntu SMP Tue Nov 8 22:44:38 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2039: checking for a BSD-compatible install
configure:2095: result: /usr/bin/install -c
configure:2106: checking whether build environment is sane
configure:2149: result: yes
configure:2206: checking for gawk
configure:2222: found /usr/bin/gawk
configure:2233: result: gawk
configure:2244: checking whether make sets $(MAKE)
configure:2265: result: yes
configure:2436: checking whether to enable maintainer-specific portions of Makefiles
configure:2445: result: no
configure:2467: checking build system type
configure:2485: result: x86_64-unknown-linux-gnu
configure:2507: checking host system type
configure:2522: result: x86_64-unknown-linux-gnu
configure:2630: checking for style of include used by make
configure:2658: result: GNU
configure:2731: checking for gcc
configure:2758: result: /home/asimmons/emscripten/emscripten/emcc
configure:2996: checking for C compiler version
configure:3003: /home/asimmons/emscripten/emscripten/emcc --version >&5
emcc (Emscripten GCC-like replacement) 2.0
Copyright (C) 2011 the Emscripten authors.
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3006: $? = 0
configure:3013: /home/asimmons/emscripten/emscripten/emcc -v >&5
clang version 3.0 (tags/RELEASE_30/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: warning: argument unused during compilation: '-nostdinc'
clang: warning: argument unused during compilation: '-nostdinc++'
clang: warning: argument unused during compilation: '-Xclang -nobuiltininc'
clang: warning: argument unused during compilation: '-Xclang -nostdinc++'
clang: warning: argument unused during compilation: '-Xclang -nostdsysteminc'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/bsd'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/libc'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/libcxx'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/gfx'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/net'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/SDL'
configure:3016: $? = 0
configure:3023: /home/asimmons/emscripten/emscripten/emcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3026: $? = 1
configure:3049: checking for C compiler default output file name
configure:3076: /home/asimmons/emscripten/emscripten/emcc conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3079: $? = 0
configure:3117: result: a.out
configure:3134: checking whether the C compiler works
configure:3144: ./a.out
configure:3147: $? = 0
configure:3164: result: yes
configure:3171: checking whether we are cross compiling
configure:3173: result: no
configure:3176: checking for suffix of executables
configure:3183: /home/asimmons/emscripten/emscripten/emcc -o conftest conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3186: $? = 0
configure:3210: result:
configure:3216: checking for suffix of object files
configure:3242: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3245: $? = 0
configure:3268: result: o
configure:3272: checking whether we are using the GNU C compiler
configure:3301: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3307: $? = 0
configure:3324: result: yes
configure:3329: checking whether /home/asimmons/emscripten/emscripten/emcc accepts -g
configure:3359: /home/asimmons/emscripten/emscripten/emcc -c -g conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3365: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3397: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3403: $? = 0
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3436: /home/asimmons/emscripten/emscripten/emcc -c -g conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3442: $? = 0
configure:3464: result: yes
configure:3481: checking for /home/asimmons/emscripten/emscripten/emcc option to accept ISO C89
configure:3555: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:3561: $? = 0
configure:3584: result: none needed
configure:3604: checking dependency style of /home/asimmons/emscripten/emscripten/emcc
configure:3694: result: gcc3
configure:3711: checking for a sed that does not truncate output
configure:3767: result: /bin/sed
configure:3770: checking for grep that handles long lines and -e
configure:3844: result: /bin/grep
configure:3849: checking for egrep
configure:3927: result: /bin/grep -E
configure:3943: checking for ld used by /home/asimmons/emscripten/emscripten/emcc
configure:4010: result: /usr/bin/ld
configure:4019: checking if the linker (/usr/bin/ld) is GNU ld
configure:4034: result: yes
configure:4039: checking for /usr/bin/ld option to reload object files
configure:4046: result: -r
configure:4064: checking for BSD-compatible nm
configure:4113: result: /usr/bin/nm -B
configure:4117: checking whether ln -s works
configure:4121: result: yes
configure:4128: checking how to recognize dependent libraries
configure:4314: result: pass_all
configure:4403: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:4406: $? = 0
configure:4849: checking how to run the C preprocessor
configure:4889: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
configure:4895: $? = 0
configure:4926: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4932: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4965: result: /home/asimmons/emscripten/emscripten/emcc -E
configure:4994: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5000: $? = 0
configure:5031: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5037: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5075: checking for ANSI C header files
configure:5105: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5111: $? = 0
clang: warning: argument unused during compilation: '-nostdinc++'
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5210: /home/asimmons/emscripten/emscripten/emcc -o conftest conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5213: $? = 0
configure:5219: ./conftest
configure:5222: $? = 0
configure:5239: result: yes
configure:5263: checking for sys/types.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for sys/stat.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for stdlib.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for string.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for memory.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for strings.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for inttypes.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for stdint.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5263: checking for unistd.h
configure:5284: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5290: $? = 0
configure:5306: result: yes
configure:5333: checking dlfcn.h usability
configure:5350: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5356: $? = 0
configure:5370: result: yes
configure:5374: checking dlfcn.h presence
configure:5389: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
configure:5395: $? = 0
configure:5409: result: yes
configure:5437: checking for dlfcn.h
configure:5445: result: yes
configure:5574: checking for C++ compiler version
configure:5581: /home/asimmons/emscripten/emscripten/em++ --version >&5
emcc (Emscripten GCC-like replacement) 2.0
Copyright (C) 2011 the Emscripten authors.
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5584: $? = 0
configure:5591: /home/asimmons/emscripten/emscripten/em++ -v >&5
clang version 3.0 (tags/RELEASE_30/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: warning: argument unused during compilation: '-nostdinc'
clang: warning: argument unused during compilation: '-nostdinc++'
clang: warning: argument unused during compilation: '-Xclang -nobuiltininc'
clang: warning: argument unused during compilation: '-Xclang -nostdinc++'
clang: warning: argument unused during compilation: '-Xclang -nostdsysteminc'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/bsd'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/libc'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/libcxx'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/gfx'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/net'
clang: warning: argument unused during compilation: '-Xclang -isystem/home/asimmons/emscripten/emscripten/system/include/SDL'
configure:5594: $? = 0
configure:5601: /home/asimmons/emscripten/emscripten/em++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5604: $? = 1
configure:5607: checking whether we are using the GNU C++ compiler
configure:5636: /home/asimmons/emscripten/emscripten/em++ -c conftest.cpp >&5
configure:5642: $? = 0
configure:5659: result: yes
configure:5664: checking whether /home/asimmons/emscripten/emscripten/em++ accepts -g
configure:5694: /home/asimmons/emscripten/emscripten/em++ -c -g conftest.cpp >&5
configure:5700: $? = 0
configure:5799: result: yes
configure:5824: checking dependency style of /home/asimmons/emscripten/emscripten/em++
configure:5914: result: gcc3
configure:5941: checking how to run the C++ preprocessor
configure:5977: /home/asimmons/emscripten/emscripten/em++ -E conftest.cpp
configure:5983: $? = 0
configure:6014: /home/asimmons/emscripten/emscripten/em++ -E conftest.cpp
conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6020: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6053: result: /home/asimmons/emscripten/emscripten/em++ -E
configure:6082: /home/asimmons/emscripten/emscripten/em++ -E conftest.cpp
configure:6088: $? = 0
configure:6119: /home/asimmons/emscripten/emscripten/em++ -E conftest.cpp
conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6125: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6218: checking for g77
configure:6248: result: no
configure:6218: checking for xlf
configure:6248: result: no
configure:6218: checking for f77
configure:6248: result: no
configure:6218: checking for frt
configure:6248: result: no
configure:6218: checking for pgf77
configure:6248: result: no
configure:6218: checking for cf77
configure:6248: result: no
configure:6218: checking for fort77
configure:6248: result: no
configure:6218: checking for fl32
configure:6248: result: no
configure:6218: checking for af77
configure:6248: result: no
configure:6218: checking for xlf90
configure:6248: result: no
configure:6218: checking for f90
configure:6248: result: no
configure:6218: checking for pgf90
configure:6248: result: no
configure:6218: checking for pghpf
configure:6248: result: no
configure:6218: checking for epcf90
configure:6248: result: no
configure:6218: checking for gfortran
configure:6248: result: no
configure:6218: checking for g95
configure:6248: result: no
configure:6218: checking for xlf95
configure:6248: result: no
configure:6218: checking for f95
configure:6248: result: no
configure:6218: checking for fort
configure:6248: result: no
configure:6218: checking for ifort
configure:6248: result: no
configure:6218: checking for ifc
configure:6248: result: no
configure:6218: checking for efc
configure:6248: result: no
configure:6218: checking for pgf95
configure:6248: result: no
configure:6218: checking for lf95
configure:6248: result: no
configure:6218: checking for ftn
configure:6248: result: no
configure:6275: checking for Fortran 77 compiler version
configure:6282: --version >&5
./configure: line 6283: --version: command not found
configure:6285: $? = 127
configure:6292: -v >&5
./configure: line 6293: -v: command not found
configure:6295: $? = 127
configure:6302: -V >&5
./configure: line 6303: -V: command not found
configure:6305: $? = 127
configure:6313: checking whether we are using the GNU Fortran 77 compiler
configure:6332: -c conftest.F >&5
./configure: line 6333: -c: command not found
configure:6338: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6355: result: no
configure:6361: checking whether accepts -g
configure:6378: -c -g conftest.f >&5
./configure: line 6379: -c: command not found
configure:6384: $? = 127
configure: failed program was:
| program main
|
| end
configure:6400: result: no
configure:6429: checking the maximum length of command line arguments
configure:6541: result: 1572864
configure:6553: checking command to parse /usr/bin/nm -B output from /home/asimmons/emscripten/emscripten/emcc object
configure:6658: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:6661: $? = 0
configure:6665: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6668: $? = 0
configure:6720: /home/asimmons/emscripten/emscripten/emcc -o conftest conftest.c conftstm.o >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:6723: $? = 0
configure:6761: result: ok
configure:6765: checking for objdir
configure:6780: result: .libs
configure:6872: checking for ar
configure:6899: result: /home/asimmons/emscripten/emscripten/emar
configure:6968: checking for ranlib
configure:6995: result: /home/asimmons/emscripten/emscripten/emranlib
configure:7064: checking for strip
configure:7080: found /usr/bin/strip
configure:7091: result: strip
configure:7689: checking if /home/asimmons/emscripten/emscripten/emcc supports -fno-rtti -fno-exceptions
configure:7707: /home/asimmons/emscripten/emscripten/emcc -c -fno-rtti -fno-exceptions conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:7711: $? = 0
configure:7724: result: yes
configure:7739: checking for /home/asimmons/emscripten/emscripten/emcc option to produce PIC
configure:7971: result: -fPIC
configure:7979: checking if /home/asimmons/emscripten/emscripten/emcc PIC flag -fPIC works
configure:7997: /home/asimmons/emscripten/emscripten/emcc -c -fPIC -DPIC conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:8001: $? = 0
configure:8014: result: yes
configure:8042: checking if /home/asimmons/emscripten/emscripten/emcc static flag -static works
clang: warning: argument unused during compilation: '-nostdinc++'
configure:8070: result: yes
configure:8080: checking if /home/asimmons/emscripten/emscripten/emcc supports -c -o file.o
configure:8101: /home/asimmons/emscripten/emscripten/emcc -c -o out/conftest2.o conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:8105: $? = 0
configure:8127: result: yes
configure:8153: checking whether the /home/asimmons/emscripten/emscripten/emcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9134: result: yes
configure:9155: checking whether -lc should be explicitly linked in
configure:9160: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:9163: $? = 0
configure:9178: /home/asimmons/emscripten/emscripten/emcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9181: $? = 0
configure:9193: result: no
configure:9201: checking dynamic linker characteristics
configure:9815: result: GNU/Linux ld.so
configure:9839: checking how to hardcode library paths into programs
configure:9864: result: immediate
configure:9878: checking whether stripping libraries is possible
configure:9883: result: yes
configure:10685: checking if libtool supports shared libraries
configure:10687: result: yes
configure:10690: checking whether to build shared libraries
configure:10711: result: yes
configure:10714: checking whether to build static libraries
configure:10718: result: yes
configure:10812: creating libtool
configure:11405: checking for ld used by /home/asimmons/emscripten/emscripten/em++
configure:11472: result: /usr/bin/ld -m elf_x86_64
configure:11481: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:11496: result: yes
configure:11547: checking whether the /home/asimmons/emscripten/emscripten/em++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12493: result: yes
configure:12510: /home/asimmons/emscripten/emscripten/em++ -c -g -O2 conftest.cpp >&5
configure:12513: $? = 0
configure:12669: checking for /home/asimmons/emscripten/emscripten/em++ option to produce PIC
configure:12953: result: -fPIC
configure:12961: checking if /home/asimmons/emscripten/emscripten/em++ PIC flag -fPIC works
configure:12979: /home/asimmons/emscripten/emscripten/em++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:12983: $? = 0
configure:12996: result: yes
configure:13024: checking if /home/asimmons/emscripten/emscripten/em++ static flag -static works
configure:13052: result: yes
configure:13062: checking if /home/asimmons/emscripten/emscripten/em++ supports -c -o file.o
configure:13083: /home/asimmons/emscripten/emscripten/em++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13087: $? = 0
configure:13109: result: yes
configure:13135: checking whether the /home/asimmons/emscripten/emscripten/em++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13164: result: yes
configure:13231: checking dynamic linker characteristics
configure:13793: result: GNU/Linux ld.so
configure:13817: checking how to hardcode library paths into programs
configure:13842: result: immediate
configure:20090: checking whether byte ordering is bigendian
configure:20123: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20129: $? = 0
configure:20161: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:26:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:20167: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:20307: result: no
configure:20326: checking for an ANSI C-conforming const
configure:20401: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20407: $? = 0
configure:20422: result: yes
configure:20432: checking for inline
configure:20458: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20464: $? = 0
configure:20482: result: inline
configure:20501: checking for C/C++ restrict keyword
configure:20537: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20543: $? = 0
configure:20561: result: restrict
configure:20578: checking for C99 variable-size arrays
configure:20605: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20611: $? = 0
configure:20631: result: yes
configure:20650: checking alloca.h usability
configure:20667: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20673: $? = 0
configure:20687: result: yes
configure:20691: checking alloca.h presence
configure:20706: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20712: $? = 0
configure:20726: result: yes
configure:20754: checking for alloca.h
configure:20762: result: yes
configure:20650: checking getopt.h usability
configure:20667: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20673: $? = 0
configure:20687: result: yes
configure:20691: checking getopt.h presence
configure:20706: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20712: $? = 0
configure:20726: result: yes
configure:20754: checking for getopt.h
configure:20762: result: yes
configure:20775: checking for alloca
configure:20806: /home/asimmons/emscripten/emscripten/emcc -c conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20812: $? = 0
configure:20836: result: yes
configure:20839: checking for SSE in current arch/CFLAGS
configure:20868: /home/asimmons/emscripten/emscripten/emcc -o conftest conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:24:10: fatal error: 'xmmintrin.h' file not found
#include <xmmintrin.h>
^
1 error generated.
configure:20874: $? = 1
configure: failed program was:
|
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
|
| #include <xmmintrin.h>
| __m128 testfunc(float *a, float *b) {
| return _mm_add_ps(_mm_loadu_ps(a), _mm_loadu_ps(b));
| }
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:20895: result: no
configure:20900: checking for ELF visibility
configure:20928: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:20934: $? = 0
configure:20964: result: yes
configure:20983: checking sys/soundcard.h usability
configure:21000: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:56:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:21006: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/soundcard.h>
configure:21020: result: no
configure:21024: checking sys/soundcard.h presence
configure:21039: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:23:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:21045: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include <sys/soundcard.h>
configure:21059: result: no
configure:21087: checking for sys/soundcard.h
configure:21095: result: no
configure:20983: checking sys/audioio.h usability
configure:21000: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:56:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:21006: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/audioio.h>
configure:21020: result: no
configure:21024: checking sys/audioio.h presence
configure:21039: /home/asimmons/emscripten/emscripten/emcc -E conftest.c
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:23:10: fatal error: 'sys/audioio.h' file not found
#include <sys/audioio.h>
^
1 error generated.
configure:21045: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
| #include <sys/audioio.h>
configure:21059: result: no
configure:21087: checking for sys/audioio.h
configure:21095: result: no
configure:21159: checking for Ogg
configure:21199: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden -I/home/asimmons/Development/libogg-install/include conftest.c -L/home/asimmons/Development/libogg-install/lib -logg >&5
clang: warning: argument unused during compilation: '-nostdinc++'
/home/asimmons/Development/libogg-install/lib/libogg.a: could not read symbols: Archive has no index; run ranlib to add one
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21202: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #include <ogg/ogg.h>
|
| int main ()
| {
| system("touch conf.oggtest");
| return 0;
| }
|
|
configure:21235: result: no
configure:21267: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden -I/home/asimmons/Development/libogg-install/include conftest.c -L/home/asimmons/Development/libogg-install/lib -logg >&5
clang: warning: argument unused during compilation: '-nostdinc++'
/home/asimmons/Development/libogg-install/lib/libogg.a: could not read symbols: Archive has no index; run ranlib to add one
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21273: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <ogg/ogg.h>
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:21313: checking for sin in -lm
configure:21348: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
conftest.c:30:6: warning: incompatible redeclaration of library function 'sin'
char sin ();
^
conftest.c:30:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
configure:21354: $? = 0
configure:21372: result: yes
configure:21389: checking for getopt_long
configure:21445: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:21451: $? = 0
configure:21469: result: yes
configure:21565: checking for main in -lwinmm
configure:21594: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lwinmm -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
/usr/bin/ld: cannot find -lwinmm
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21600: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define VAR_ARRAYS
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define EXPORT __attribute__((visibility("default")))
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:21618: result: no
configure:21862: checking for pkg-config
configure:21880: found /usr/bin/pkg-config
configure:21892: result: /usr/bin/pkg-config
configure:21921: checking pkg-config is at least version 0.9.0
configure:21924: result: yes
configure:22161: checking for short
configure:22191: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:22197: $? = 0
configure:22212: result: yes
configure:22219: checking size of short
configure:22521: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:22524: $? = 0
configure:22530: ./conftest
configure:22533: $? = 0
configure:22556: result: 2
configure:22566: checking for int
configure:22596: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:22602: $? = 0
configure:22617: result: yes
configure:22624: checking size of int
configure:22926: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:22929: $? = 0
configure:22935: ./conftest
configure:22938: $? = 0
configure:22961: result: 4
configure:22971: checking for long
configure:23001: /home/asimmons/emscripten/emscripten/emcc -c -fvisibility=hidden conftest.c >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:23007: $? = 0
configure:23022: result: yes
configure:23029: checking size of long
configure:23331: /home/asimmons/emscripten/emscripten/emcc -o conftest -fvisibility=hidden conftest.c -lm >&5
clang: warning: argument unused during compilation: '-nostdinc++'
configure:23334: $? = 0
configure:23340: ./conftest
configure:23343: $? = 0
configure:23366: result: 8
configure:23550: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on rshbgasr3
config.status:719: creating Makefile
config.status:719: creating libspeex/Makefile
config.status:719: creating src/Makefile
config.status:719: creating doc/Makefile
config.status:719: creating Speex.spec
config.status:719: creating include/Makefile
config.status:719: creating include/speex/Makefile
config.status:719: creating speex.pc
config.status:719: creating speexdsp.pc
config.status:719: creating win32/Makefile
config.status:719: creating win32/libspeex/Makefile
config.status:719: creating win32/speexenc/Makefile
config.status:719: creating win32/speexdec/Makefile
config.status:719: creating symbian/Makefile
config.status:719: creating win32/VS2003/Makefile
config.status:719: creating win32/VS2003/tests/Makefile
config.status:719: creating win32/VS2003/libspeex/Makefile
config.status:719: creating win32/VS2003/libspeexdsp/Makefile
config.status:719: creating win32/VS2003/speexdec/Makefile
config.status:719: creating win32/VS2003/speexenc/Makefile
config.status:719: creating win32/VS2005/Makefile
config.status:719: creating win32/VS2005/libspeex/Makefile
config.status:719: creating win32/VS2005/speexdec/Makefile
config.status:719: creating win32/VS2005/speexenc/Makefile
config.status:719: creating win32/VS2005/libspeexdsp/Makefile
config.status:719: creating win32/VS2005/tests/Makefile
config.status:719: creating win32/VS2008/libspeexdsp/Makefile
config.status:719: creating win32/VS2008/Makefile
config.status:719: creating win32/VS2008/speexdec/Makefile
config.status:719: creating win32/VS2008/tests/Makefile
config.status:719: creating win32/VS2008/libspeex/Makefile
config.status:719: creating win32/VS2008/speexenc/Makefile
config.status:719: creating include/speex/speex_config_types.h
config.status:719: creating ti/Makefile
config.status:719: creating ti/speex_C54_test/Makefile
config.status:719: creating ti/speex_C55_test/Makefile
config.status:719: creating ti/speex_C64_test/Makefile
config.status:719: creating config.h
config.status:954: config.h is unchanged
config.status:1000: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/home/asimmons/emscripten/emscripten/emcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/home/asimmons/emscripten/emscripten/em++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FFT_CFLAGS_set=
ac_cv_env_FFT_CFLAGS_value=
ac_cv_env_FFT_LIBS_set=
ac_cv_env_FFT_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_getopt_long=yes
ac_cv_header_alloca_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_sin=yes
ac_cv_lib_winmm_main=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/home/asimmons/emscripten/emscripten/emcc -E'
ac_cv_prog_CXXCPP='/home/asimmons/emscripten/emscripten/em++ -E'
ac_cv_prog_ac_ct_AR=/home/asimmons/emscripten/emscripten/emar
ac_cv_prog_ac_ct_CC=/home/asimmons/emscripten/emscripten/emcc
ac_cv_prog_ac_ct_RANLIB=/home/asimmons/emscripten/emscripten/emranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_short=2
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/mesa /usr/lib32/mesa /usr/lib/atlas /opt/dell/srvadmin/dataeng/bin /opt/dell/srvadmin/hapi/bin /opt/dell/srvadmin/oma/bin /opt/dell/srvadmin/omsa/bin /opt/dell/srvadmin/shared/bin /opt/dell/srvadmin/sm /opt/dell/srvadmin/sm/dellvl /usr/lib32/alsa-lib /usr/lib/alsa-lib /usr/local/lib /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
lt_cv_sys_lib_search_path_spec='/home/asimmons/installs/lib/clang/3.0 /usr/lib/gcc/x86_64-linux-gnu/4.4 /usr/lib64 /lib64 /usr/lib /lib'
lt_cv_sys_max_cmd_len=1572864
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run tar'
AR='/home/asimmons/emscripten/emscripten/emar'
AS='as'
AUTOCONF='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run automake-1.8'
AWK='gawk'
BUILD_KISS_FFT_FALSE=''
BUILD_KISS_FFT_TRUE='#'
BUILD_SMALLFT_FALSE='#'
BUILD_SMALLFT_TRUE=''
CC='/home/asimmons/emscripten/emscripten/emcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -fvisibility=hidden'
CPP='/home/asimmons/emscripten/emscripten/emcc -E'
CPPFLAGS=''
CXX='/home/asimmons/emscripten/emscripten/em++'
CXXCPP='/home/asimmons/emscripten/emscripten/em++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FFT_CFLAGS=''
FFT_LIBS=''
FFT_PKGCONFIG=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/asimmons/Development/speex-1.2rc1/missing --run makeinfo'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=''
PACKAGE='speex'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='/home/asimmons/emscripten/emscripten/emranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIZE16='short'
SIZE32='int'
SPEEX_LT_AGE='5'
SPEEX_LT_CURRENT='6'
SPEEX_LT_REVISION='0'
SPEEX_VERSION='1.2rc1'
STRIP='strip'
VERSION='1.2rc1'
ac_ct_CC='/home/asimmons/emscripten/emscripten/emcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/asimmons/Development/speex-1.2rc1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
src=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define VAR_ARRAYS
#define HAVE_ALLOCA_H 1
#define HAVE_GETOPT_H 1
#define EXPORT __attribute__((visibility("default")))
#define HAVE_LIBM 1
#define HAVE_GETOPT_LONG 1
#define SPEEX_VERSION "1.2rc1"
#define SPEEX_MAJOR_VERSION 1
#define SPEEX_MINOR_VERSION 1
#define SPEEX_MICRO_VERSION 16
#define SPEEX_EXTRA_VERSION ""
#define FLOATING_POINT
#define USE_SMALLFT
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment