This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:573: checking for a BSD compatible install configure:626: checking whether build environment is sane configure:683: checking whether make sets ${MAKE} configure:729: checking for working aclocal configure:742: checking for working autoconf configure:755: checking for working automake configure:768: checking for working autoheader configure:781: checking for working makeinfo configure:832: checking host system type configure:860: checking for gcc configure:973: checking whether the C compiler (gcc ) works configure:989: gcc -o conftest conftest.c 1>&5 configure:1015: checking whether the C compiler (gcc ) is a cross-compiler configure:1020: checking whether we are using GNU C configure:1029: gcc -E conftest.c configure:1048: checking whether gcc accepts -g configure:1127: checking build system type configure:1147: checking for ranlib configure:1186: checking for ld used by GCC configure:1248: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.9.1 (with BFD 2.9.1) configure:1264: checking for BSD-compatible nm configure:1300: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: gcc -c -g -O2 conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -g -O2 -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 -g -O2 -static conftest.c 1>&5 GNU ld version 2.9.1 (with BFD 2.9.1) ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1657: 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:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 ltconfig:2248: checking for dlopen in -ldl ltconfig:2269: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c -ldl 1>&5 /usr/bin/ld: cannot open -ldl: No such file or directory collect2: ld returned 1 exit status ltconfig: failed program was: #line 2256 "ltconfig" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen(); int main() { dlopen() ; return 0; } ltconfig:2288: checking for dlopen ltconfig:2318: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 ltconfig:2488: checking for dlfcn.h ltconfig:2498: gcc -c -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5 >/dev/null 2>conftest.out ltconfig:2526: checking whether a program can dlopen itself ltconfig:2580: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c 1>&5 ltconfig:2599: checking whether a statically linked program can dlopen itself ltconfig:2653: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c 1>&5 ltconfig: failed program was: #line 2607 "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:1535: checking size of short configure:1554: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c 1>&5 configure:1574: checking size of int configure:1593: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c 1>&5 configure:1613: checking size of long configure:1632: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c 1>&5 configure:1716: checking for esd-config configure:1751: checking for ESD - version >= 0.2.8 configure:1833: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char -I/usr/pkg/include conftest.c -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lesd -laudiofile -lm -lossaudio 1>&5 configure:1922: checking how to run the C preprocessor configure:1943: gcc -E conftest.c >/dev/null 2>conftest.out configure:2005: checking for sys/soundcard.h configure:2015: gcc -E conftest.c >/dev/null 2>conftest.out configure:2011: sys/soundcard.h: No such file or directory configure: failed program was: #line 2010 "configure" #include "confdefs.h" #include configure:2045: checking for machine/soundcard.h configure:2055: gcc -E conftest.c >/dev/null 2>conftest.out configure:2051: machine/soundcard.h: No such file or directory configure: failed program was: #line 2050 "configure" #include "confdefs.h" #include configure:2093: checking for snd_pcm_open in -lasound configure:2112: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c -lasound 1>&5 /usr/bin/ld: cannot open -lasound: No such file or directory collect2: ld returned 1 exit status configure: failed program was: #line 2101 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char snd_pcm_open(); int main() { snd_pcm_open() ; return 0; } configure:2154: checking for artsc-config