This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:591: checking host system type configure:612: checking target system type configure:630: checking build system type configure:664: checking for a BSD compatible install configure:717: checking whether build environment is sane configure:774: checking whether make sets ${MAKE} configure:820: checking for working aclocal configure:833: checking for working autoconf configure:846: checking for working automake configure:859: checking for working autoheader configure:872: checking for working makeinfo configure:917: checking for gcc configure:1030: checking whether the C compiler (gcc -march=i686 -O3 -pipe ) works configure:1046: gcc -o conftest -march=i686 -O3 -pipe conftest.c 1>&5 configure:1072: checking whether the C compiler (gcc -march=i686 -O3 -pipe ) is a cross-compiler configure:1077: checking whether we are using GNU C configure:1086: gcc -E conftest.c configure:1105: checking whether gcc accepts -g configure:1148: checking for a BSD compatible install configure:1201: checking whether ln -s works configure:1294: checking for ranlib configure:1333: checking for ld used by GCC configure:1396: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld GNU ld version 2.11.92.0.12.3 20011121 configure:1412: checking for BSD-compatible nm ltconfig:603: checking for object suffix ltconfig:604: gcc -c -march=i686 -O3 -pipe conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -march=i686 -O3 -pipe conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -march=i686 -O3 -pipe -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -march=i686 -O3 -pipe -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -march=i686 -O3 -pipe -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -march=i686 -O3 -pipe -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if gcc static flag -static works ltconfig:959: gcc -o conftest -march=i686 -O3 -pipe -static conftest.c 1>&5 GNU ld version 2.11.92.0.12.3 20011121 ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: gcc -c -march=i686 -O3 -pipe conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1648: gcc -o conftest -march=i686 -O3 -pipe -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 ltconfig:2170: checking for dlopen in -ldl ltconfig:2188: gcc -o conftest -march=i686 -O3 -pipe -fno-builtin -fno-rtti -fno-exceptions conftest.c -ldl 1>&5 ltconfig:2395: checking for dlfcn.h ltconfig:2405: gcc -c -march=i686 -O3 -pipe -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 conftest.c >/dev/null 2>conftest.out ltconfig:2433: checking whether a program can dlopen itself ltconfig:2487: gcc -o conftest -march=i686 -O3 -pipe -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl 1>&5 ltconfig:2506: checking whether a statically linked program can dlopen itself ltconfig:2560: gcc -o conftest -march=i686 -O3 -pipe -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl 1>&5 ltconfig: failed program was: #line 2514 "ltconfig" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LTDL_GLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LTDL_GLOBAL DL_GLOBAL # else # define LTDL_GLOBAL 0 # endif #endif /* We may have to define LTDL_LAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LTDL_LAZY_OR_NOW # ifdef RTLD_LAZY # define LTDL_LAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LTDL_LAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LTDL_LAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LTDL_LAZY_OR_NOW DL_NOW # else # define LTDL_LAZY_OR_NOW 0 # endif # endif # endif # endif #endif fnord() { int i=42;} main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW); if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord"); if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); } configure:1609: checking for kernel header files configure:1631: checking for directory with ALSA kernel headers configure:1660: checking how to run the C preprocessor configure:1681: gcc -E conftest.c >/dev/null 2>conftest.out configure:1740: checking for ANSI C header files configure:1753: gcc -E conftest.c >/dev/null 2>conftest.out configure:1820: gcc -o conftest -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:1850: checking for sound/asound.h configure:1860: gcc -E conftest.c >/dev/null 2>conftest.out configure:1856: sound/asound.h: No such file or directory configure: failed program was: #line 1855 "configure" #include "confdefs.h" #include configure:1889: checking for working const configure:1943: gcc -c -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:1964: checking for inline configure:1978: gcc -c -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:2004: checking whether time.h and sys/time.h may both be included configure:2018: gcc -c -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:2041: checking whether gcc needs -traditional configure:2087: checking for hsearch_r configure:2115: gcc -o conftest -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:2146: checking for alsa-driver package configure:2170: gcc -c -march=i686 -O3 -pipe -I/usr/include conftest.c 1>&5 configure:2151: sound/asound.h: No such file or directory configure:2158: #error not found configure: In function `main': configure:2156: warning: return type of `main' is not `int' configure: failed program was: #line 2149 "configure" #include "confdefs.h" #include int main() { void main(void) { #if !defined(SNDRV_PROTOCOL_VERSION) || !defined(SNDRV_PROTOCOL_INCOMPATIBLE) #error not found #else #if !defined(SNDRV_PCM_IOCTL_REWIND) #error wrong version #endif exit(0); #endif } ; return 0; }