This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Libvisual Library configure 0.4.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp04 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1583: checking for a BSD-compatible install configure:1638: result: /bin/install -c configure:1649: checking whether build environment is sane configure:1692: result: yes configure:1725: checking for gawk configure:1741: found /bin/gawk configure:1751: result: gawk configure:1761: checking whether make sets $(MAKE) configure:1781: result: yes configure:1963: checking build system type configure:1981: result: i686-uhu-linux-gnu configure:1989: checking host system type configure:2003: result: i686-uhu-linux-gnu configure:2065: checking for Win32 configure:2072: result: no configure:2086: checking for i686-uhu-linux-g++ configure:2102: found /usr/bin/i686-uhu-linux-g++ configure:2112: result: i686-uhu-linux-g++ configure:2170: checking for C++ compiler version configure:2173: i686-uhu-linux-g++ --version &5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2176: $? = 0 configure:2178: i686-uhu-linux-g++ -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2181: $? = 0 configure:2183: i686-uhu-linux-g++ -V &5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:2186: $? = 1 configure:2209: checking for C++ compiler default output file name configure:2212: i686-uhu-linux-g++ conftest.cc >&5 configure:2215: $? = 0 configure:2261: result: a.out configure:2266: checking whether the C++ compiler works configure:2272: ./a.out configure:2275: $? = 0 configure:2292: result: yes configure:2299: checking whether we are cross compiling configure:2301: result: no configure:2304: checking for suffix of executables configure:2306: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:2309: $? = 0 configure:2334: result: configure:2340: checking for suffix of object files configure:2361: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2364: $? = 0 configure:2386: result: o configure:2390: checking whether we are using the GNU C++ compiler configure:2414: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2420: $? = 0 configure:2424: test -z || test ! -s conftest.err configure:2427: $? = 0 configure:2430: test -s conftest.o configure:2433: $? = 0 configure:2446: result: yes configure:2452: checking whether i686-uhu-linux-g++ accepts -g configure:2473: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:2479: $? = 0 configure:2483: test -z || test ! -s conftest.err configure:2486: $? = 0 configure:2489: test -s conftest.o configure:2492: $? = 0 configure:2503: result: yes configure:2545: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2551: $? = 0 configure:2555: test -z || test ! -s conftest.err configure:2558: $? = 0 configure:2561: test -s conftest.o configure:2564: $? = 0 configure:2590: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2596: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2545: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:2551: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2545: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:12:0: /usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:11:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:2551: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2545: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2551: $? = 0 configure:2555: test -z || test ! -s conftest.err configure:2558: $? = 0 configure:2561: test -s conftest.o configure:2564: $? = 0 configure:2590: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2596: $? = 0 configure:2600: test -z || test ! -s conftest.err configure:2603: $? = 0 configure:2606: test -s conftest.o configure:2609: $? = 0 configure:2643: checking for style of include used by make configure:2671: result: GNU configure:2699: checking dependency style of i686-uhu-linux-g++ configure:2782: result: gcc3 configure:2807: checking for i686-uhu-linux-gcc configure:2823: found /usr/bin/i686-uhu-linux-gcc configure:2833: result: i686-uhu-linux-gcc configure:3115: checking for C compiler version configure:3118: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3121: $? = 0 configure:3123: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3126: $? = 0 configure:3128: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3131: $? = 1 configure:3134: checking whether we are using the GNU C compiler configure:3158: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3164: $? = 0 configure:3168: test -z || test ! -s conftest.err configure:3171: $? = 0 configure:3174: test -s conftest.o configure:3177: $? = 0 configure:3190: result: yes configure:3196: checking whether i686-uhu-linux-gcc accepts -g configure:3217: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3223: $? = 0 configure:3227: test -z || test ! -s conftest.err configure:3230: $? = 0 configure:3233: test -s conftest.o configure:3236: $? = 0 configure:3247: result: yes configure:3264: checking for i686-uhu-linux-gcc option to accept ANSI C configure:3334: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3340: $? = 0 configure:3344: test -z || test ! -s conftest.err configure:3347: $? = 0 configure:3350: test -s conftest.o configure:3353: $? = 0 configure:3371: result: none needed configure:3389: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3395: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3530: checking dependency style of i686-uhu-linux-gcc configure:3613: result: gcc3 configure:3635: checking how to run the C preprocessor configure:3670: i686-uhu-linux-gcc -E conftest.c configure:3676: $? = 0 configure:3708: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3714: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3753: result: i686-uhu-linux-gcc -E configure:3777: i686-uhu-linux-gcc -E conftest.c configure:3783: $? = 0 configure:3815: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3821: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3877: checking for a BSD-compatible install configure:3932: result: /bin/install -c configure:3943: checking whether ln -s works configure:3947: result: yes configure:3954: checking whether make sets $(MAKE) configure:3974: result: yes configure:4061: checking for a sed that does not truncate output configure:4115: result: /bin/sed configure:4118: checking for egrep configure:4128: result: grep -E configure:4144: checking for ld used by i686-uhu-linux-gcc configure:4211: result: /usr/bin/ld configure:4220: checking if the linker (/usr/bin/ld) is GNU ld configure:4235: result: yes configure:4240: checking for /usr/bin/ld option to reload object files configure:4247: result: -r configure:4265: checking for BSD-compatible nm configure:4307: result: nm configure:4311: checking how to recognise dependent libraries configure:4483: result: pass_all configure:4935: checking for ANSI C header files configure:4960: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4966: $? = 0 configure:4970: test -z || test ! -s conftest.err configure:4973: $? = 0 configure:4976: test -s conftest.o configure:4979: $? = 0 configure:5068: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:31:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:5071: $? = 0 configure:5073: ./conftest configure:5076: $? = 0 configure:5091: result: yes configure:5115: checking for sys/types.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for sys/stat.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for stdlib.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for string.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for memory.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for strings.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for inttypes.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for stdint.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5115: checking for unistd.h configure:5131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5137: $? = 0 configure:5141: test -z || test ! -s conftest.err configure:5144: $? = 0 configure:5147: test -s conftest.o configure:5150: $? = 0 configure:5161: result: yes configure:5187: checking dlfcn.h usability configure:5199: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5205: $? = 0 configure:5209: test -z || test ! -s conftest.err configure:5212: $? = 0 configure:5215: test -s conftest.o configure:5218: $? = 0 configure:5228: result: yes configure:5232: checking dlfcn.h presence configure:5242: i686-uhu-linux-gcc -E conftest.c configure:5248: $? = 0 configure:5268: result: yes configure:5303: checking for dlfcn.h configure:5310: result: yes configure:5333: checking how to run the C++ preprocessor configure:5364: i686-uhu-linux-g++ -E conftest.cc configure:5370: $? = 0 configure:5402: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 configure:5447: result: i686-uhu-linux-g++ -E configure:5471: i686-uhu-linux-g++ -E conftest.cc configure:5477: $? = 0 configure:5509: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 configure:5570: checking for i686-uhu-linux-g77 configure:5599: result: no configure:5570: checking for i686-uhu-linux-f77 configure:5599: result: no configure:5570: checking for i686-uhu-linux-xlf configure:5599: result: no configure:5570: checking for i686-uhu-linux-frt configure:5599: result: no configure:5570: checking for i686-uhu-linux-pgf77 configure:5599: result: no configure:5570: checking for i686-uhu-linux-fort77 configure:5599: result: no configure:5570: checking for i686-uhu-linux-fl32 configure:5599: result: no configure:5570: checking for i686-uhu-linux-af77 configure:5599: result: no configure:5570: checking for i686-uhu-linux-f90 configure:5599: result: no configure:5570: checking for i686-uhu-linux-xlf90 configure:5599: result: no configure:5570: checking for i686-uhu-linux-pgf90 configure:5599: result: no configure:5570: checking for i686-uhu-linux-epcf90 configure:5599: result: no configure:5570: checking for i686-uhu-linux-f95 configure:5599: result: no configure:5570: checking for i686-uhu-linux-fort configure:5599: result: no configure:5570: checking for i686-uhu-linux-xlf95 configure:5599: result: no configure:5570: checking for i686-uhu-linux-ifc configure:5599: result: no configure:5570: checking for i686-uhu-linux-efc configure:5599: result: no configure:5570: checking for i686-uhu-linux-pgf95 configure:5599: result: no configure:5570: checking for i686-uhu-linux-lf95 configure:5599: result: no configure:5570: checking for i686-uhu-linux-gfortran configure:5599: result: no configure:5612: checking for g77 configure:5641: result: no configure:5612: checking for f77 configure:5641: result: no configure:5612: checking for xlf configure:5641: result: no configure:5612: checking for frt configure:5641: result: no configure:5612: checking for pgf77 configure:5641: result: no configure:5612: checking for fort77 configure:5641: result: no configure:5612: checking for fl32 configure:5641: result: no configure:5612: checking for af77 configure:5641: result: no configure:5612: checking for f90 configure:5641: result: no configure:5612: checking for xlf90 configure:5641: result: no configure:5612: checking for pgf90 configure:5641: result: no configure:5612: checking for epcf90 configure:5641: result: no configure:5612: checking for f95 configure:5641: result: no configure:5612: checking for fort configure:5641: result: no configure:5612: checking for xlf95 configure:5641: result: no configure:5612: checking for ifc configure:5641: result: no configure:5612: checking for efc configure:5641: result: no configure:5612: checking for pgf95 configure:5641: result: no configure:5612: checking for lf95 configure:5641: result: no configure:5612: checking for gfortran configure:5641: result: no configure:5653: checking for Fortran 77 compiler version configure:5656: --version &5 ./configure: line 5657: --version: command not found configure:5659: $? = 127 configure:5661: -v &5 ./configure: line 5662: -v: command not found configure:5664: $? = 127 configure:5666: -V &5 ./configure: line 5667: -V: command not found configure:5669: $? = 127 configure:5677: checking whether we are using the GNU Fortran 77 compiler configure:5691: -c conftest.F >&5 ./configure: line 5692: -c: command not found configure:5697: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5723: result: no configure:5729: checking whether accepts -g configure:5741: -c -g conftest.f >&5 ./configure: line 5742: -c: command not found configure:5747: $? = 127 configure: failed program was: | program main | | end configure:5772: result: no configure:5802: checking the maximum length of command line arguments configure:5894: result: 32768 configure:5905: checking command to parse nm output from i686-uhu-linux-gcc object configure:6001: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6004: $? = 0 configure:6008: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6011: $? = 0 configure:6063: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:6066: $? = 0 configure:6104: result: ok configure:6108: checking for objdir configure:6123: result: .libs configure:6175: checking for i686-uhu-linux-ar configure:6191: found /usr/bin/i686-uhu-linux-ar configure:6201: result: i686-uhu-linux-ar configure:6255: checking for i686-uhu-linux-ranlib configure:6284: result: no configure:6293: checking for ranlib configure:6309: found /usr/bin/ranlib configure:6320: result: ranlib configure:6335: checking for i686-uhu-linux-strip configure:6364: result: no configure:6373: checking for strip configure:6389: found /usr/bin/strip configure:6400: result: strip configure:6687: checking if i686-uhu-linux-gcc static flag works configure:6715: result: yes configure:6733: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:6751: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:6755: $? = 0 configure:6768: result: no configure:6783: checking for i686-uhu-linux-gcc option to produce PIC configure:6987: result: -fPIC configure:6995: checking if i686-uhu-linux-gcc PIC flag -fPIC works configure:7013: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC conftest.c >&5 configure:7017: $? = 0 configure:7030: result: yes configure:7054: checking if i686-uhu-linux-gcc supports -c -o file.o configure:7075: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:7079: $? = 0 configure:7101: result: yes configure:7127: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:8022: result: yes configure:8048: checking whether -lc should be explicitly linked in configure:8053: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8056: $? = 0 configure:8070: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8073: $? = 0 configure:8085: result: no configure:8093: checking dynamic linker characteristics configure:8656: result: GNU/Linux ld.so configure:8660: checking how to hardcode library paths into programs configure:8685: result: immediate configure:8699: checking whether stripping libraries is possible configure:8704: result: yes configure:8830: checking for shl_load configure:8887: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccbCVEHt.o:(.data+0x0): undefined reference to `shl_load' /tmp/ccbCVEHt.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:8893: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:8918: result: no configure:8923: checking for shl_load in -ldld configure:8953: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:8959: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:8985: result: no configure:8990: checking for dlopen configure:9047: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccW8MozY.o:(.data+0x0): undefined reference to `dlopen' /tmp/ccW8MozY.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:9053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_dlopen) || defined (__stub___dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:9078: result: no configure:9083: checking for dlopen in -ldl configure:9113: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldl >&5 configure:9119: $? = 0 configure:9123: test -z || test ! -s conftest.err configure:9126: $? = 0 configure:9129: test -s conftest configure:9132: $? = 0 configure:9145: result: yes configure:9320: checking whether a program can dlopen itself configure:9392: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:9388:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] ^ configure:9395: $? = 0 configure:9413: result: yes configure:9418: checking whether a statically linked program can dlopen itself configure:9490: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:9486:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] ^ configure:9493: $? = 0 configure:9511: result: yes configure:9534: checking if libtool supports shared libraries configure:9536: result: yes configure:9539: checking whether to build shared libraries configure:9560: result: yes configure:9563: checking whether to build static libraries configure:9567: result: no configure:9659: creating libtool configure:10237: checking for ld used by i686-uhu-linux-g++ configure:10304: result: /usr/bin/ld configure:10313: checking if the linker (/usr/bin/ld) is GNU ld configure:10328: result: yes configure:10379: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:11266: result: yes configure:11284: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:11287: $? = 0 configure:11383: checking for i686-uhu-linux-g++ option to produce PIC configure:11651: result: -fPIC configure:11659: checking if i686-uhu-linux-g++ PIC flag -fPIC works configure:11677: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:11681: $? = 0 configure:11694: result: yes configure:11718: checking if i686-uhu-linux-g++ supports -c -o file.o configure:11739: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:11743: $? = 0 configure:11765: result: yes configure:11791: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:11816: result: yes configure:11887: checking dynamic linker characteristics configure:12450: result: GNU/Linux ld.so configure:12454: checking how to hardcode library paths into programs configure:12479: result: immediate configure:12493: checking whether stripping libraries is possible configure:12498: result: yes configure:12624: checking for shl_load configure:12712: result: no configure:12717: checking for shl_load in -ldld configure:12779: result: no configure:12784: checking for dlopen configure:12872: result: no configure:12877: checking for dlopen in -ldl configure:12939: result: yes configure:13114: checking whether a program can dlopen itself configure:13207: result: yes configure:13212: checking whether a statically linked program can dlopen itself configure:13305: result: yes configure:20039: checking for pkg-config configure:20057: found /usr/bin/pkg-config configure:20070: result: /usr/bin/pkg-config configure:20099: checking for dirent.h that defines DIR configure:20123: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20129: $? = 0 configure:20133: test -z || test ! -s conftest.err configure:20136: $? = 0 configure:20139: test -s conftest.o configure:20142: $? = 0 configure:20153: result: yes configure:20166: checking for library containing opendir configure:20196: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20202: $? = 0 configure:20206: test -z || test ! -s conftest.err configure:20209: $? = 0 configure:20212: test -s conftest configure:20215: $? = 0 configure:20285: result: none required configure:20421: checking for ANSI C header files configure:20577: result: yes configure:20608: checking fcntl.h usability configure:20620: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20626: $? = 0 configure:20630: test -z || test ! -s conftest.err configure:20633: $? = 0 configure:20636: test -s conftest.o configure:20639: $? = 0 configure:20649: result: yes configure:20653: checking fcntl.h presence configure:20663: i686-uhu-linux-gcc -E conftest.c configure:20669: $? = 0 configure:20689: result: yes configure:20724: checking for fcntl.h configure:20731: result: yes configure:20599: checking for sys/types.h configure:20604: result: yes configure:20599: checking for stdlib.h configure:20604: result: yes configure:20599: checking for string.h configure:20604: result: yes configure:20608: checking sys/time.h usability configure:20620: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20626: $? = 0 configure:20630: test -z || test ! -s conftest.err configure:20633: $? = 0 configure:20636: test -s conftest.o configure:20639: $? = 0 configure:20649: result: yes configure:20653: checking sys/time.h presence configure:20663: i686-uhu-linux-gcc -E conftest.c configure:20669: $? = 0 configure:20689: result: yes configure:20724: checking for sys/time.h configure:20731: result: yes configure:20599: checking for unistd.h configure:20604: result: yes configure:20608: checking sched.h usability configure:20620: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20626: $? = 0 configure:20630: test -z || test ! -s conftest.err configure:20633: $? = 0 configure:20636: test -s conftest.o configure:20639: $? = 0 configure:20649: result: yes configure:20653: checking sched.h presence configure:20663: i686-uhu-linux-gcc -E conftest.c configure:20669: $? = 0 configure:20689: result: yes configure:20724: checking for sched.h configure:20731: result: yes configure:20608: checking sys/sched.h usability configure:20620: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:68:23: fatal error: sys/sched.h: No such file or directory #include ^ compilation terminated. configure:20626: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:20649: result: no configure:20653: checking sys/sched.h presence configure:20663: i686-uhu-linux-gcc -E conftest.c conftest.c:34:23: fatal error: sys/sched.h: No such file or directory #include ^ compilation terminated. configure:20669: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #include configure:20689: result: no configure:20724: checking for sys/sched.h configure:20731: result: no configure:20746: checking for an ANSI C-conforming const configure:20813: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20819: $? = 0 configure:20823: test -z || test ! -s conftest.err configure:20826: $? = 0 configure:20829: test -s conftest.o configure:20832: $? = 0 configure:20843: result: yes configure:20853: checking for inline configure:20874: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20880: $? = 0 configure:20884: test -z || test ! -s conftest.err configure:20887: $? = 0 configure:20890: test -s conftest.o configure:20893: $? = 0 configure:20905: result: inline configure:20924: checking for size_t configure:20948: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20954: $? = 0 configure:20958: test -z || test ! -s conftest.err configure:20961: $? = 0 configure:20964: test -s conftest.o configure:20967: $? = 0 configure:20978: result: yes configure:20990: checking whether time.h and sys/time.h may both be included configure:21015: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21021: $? = 0 configure:21025: test -z || test ! -s conftest.err configure:21028: $? = 0 configure:21031: test -s conftest.o configure:21034: $? = 0 configure:21045: result: yes configure:21056: checking for ISO C99 varargs macros in C configure:21078: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21084: $? = 0 configure:21088: test -z || test ! -s conftest.err configure:21091: $? = 0 configure:21094: test -s conftest.o configure:21097: $? = 0 configure:21107: result: yes configure:21110: checking for GNUC varargs macros configure:21132: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21138: $? = 0 configure:21142: test -z || test ! -s conftest.err configure:21145: $? = 0 configure:21148: test -s conftest.o configure:21151: $? = 0 configure:21161: result: yes configure:21164: checking whether byte ordering is bigendian configure:21191: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21197: $? = 0 configure:21201: test -z || test ! -s conftest.err configure:21204: $? = 0 configure:21207: test -s conftest.o configure:21210: $? = 0 configure:21234: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:42:2: error: unknown type name 'not' not big endian ^ conftest.c:42:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:21240: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:21375: result: no configure:21397: checking for stdlib.h configure:21402: result: yes configure:21542: checking for GNU libc compatible malloc configure:21571: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21574: $? = 0 configure:21576: ./conftest configure:21579: $? = 0 configure:21593: result: yes configure:21628: checking for stdlib.h configure:21633: result: yes configure:21773: checking for GNU libc compatible realloc configure:21802: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21805: $? = 0 configure:21807: ./conftest configure:21810: $? = 0 configure:21824: result: yes configure:21869: checking sys/select.h usability configure:21881: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21887: $? = 0 configure:21891: test -z || test ! -s conftest.err configure:21894: $? = 0 configure:21897: test -s conftest.o configure:21900: $? = 0 configure:21910: result: yes configure:21914: checking sys/select.h presence configure:21924: i686-uhu-linux-gcc -E conftest.c configure:21930: $? = 0 configure:21950: result: yes configure:21985: checking for sys/select.h configure:21992: result: yes configure:21869: checking sys/socket.h usability configure:21881: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21887: $? = 0 configure:21891: test -z || test ! -s conftest.err configure:21894: $? = 0 configure:21897: test -s conftest.o configure:21900: $? = 0 configure:21910: result: yes configure:21914: checking sys/socket.h presence configure:21924: i686-uhu-linux-gcc -E conftest.c configure:21930: $? = 0 configure:21950: result: yes configure:21985: checking for sys/socket.h configure:21992: result: yes configure:22005: checking types of arguments for select configure:22038: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22044: $? = 0 configure:22048: test -z || test ! -s conftest.err configure:22051: $? = 0 configure:22054: test -s conftest.o configure:22057: $? = 0 configure:22073: result: int,fd_set *,struct timeval * configure:22108: checking for gettimeofday configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for usleep configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for nanosleep configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for select configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for memset configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:72:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for sqrt configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] char sqrt (); ^ /tmp/cc1hrCTm.o:(.data+0x0): undefined reference to `sqrt' /tmp/cc1hrCTm.o: In function `main': conftest.c:(.text.startup+0x8): undefined reference to `sqrt' collect2: error: ld returned 1 exit status configure:22171: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SELECT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define sqrt to an innocuous variant, in case declares sqrt. | For example, HP-UX 11i declares gettimeofday. */ | #define sqrt innocuous_sqrt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sqrt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sqrt | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char sqrt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_sqrt) || defined (__stub___sqrt) | choke me | #else | char (*f) () = sqrt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != sqrt; | ; | return 0; | } configure:22196: result: no configure:22108: checking for strdup configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for strndup configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:6: warning: conflicting types for built-in function 'strndup' [enabled by default] char strndup (); ^ configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22108: checking for sysconf configure:22165: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22171: $? = 0 configure:22175: test -z || test ! -s conftest.err configure:22178: $? = 0 configure:22181: test -s conftest configure:22184: $? = 0 configure:22196: result: yes configure:22207: checking for dlsym in -ldl configure:22237: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldl >&5 configure:22243: $? = 0 configure:22247: test -z || test ! -s conftest.err configure:22250: $? = 0 configure:22253: test -s conftest configure:22256: $? = 0 configure:22269: result: yes configure:22278: checking for sqrt in -lm configure:22308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 conftest.c:59:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] char sqrt (); ^ configure:22314: $? = 0 configure:22318: test -z || test ! -s conftest.err configure:22321: $? = 0 configure:22324: test -s conftest configure:22327: $? = 0 configure:22340: result: yes configure:22379: checking whether NLS is requested configure:22388: result: yes configure:22426: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:22458: result: /usr/bin/msgfmt configure:22467: checking for gmsgfmt configure:22498: result: /usr/bin/msgfmt configure:22537: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:22569: result: /usr/bin/xgettext configure:22609: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:22640: result: /usr/bin/msgmerge configure:22715: checking for ld used by GCC configure:22779: result: /usr/bin/ld configure:22788: checking if the linker (/usr/bin/ld) is GNU ld configure:22801: result: yes configure:22808: checking for shared library run path origin configure:22821: result: done configure:23237: checking for CFPreferencesCopyAppValue configure:23262: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -lm -ldl -framework CoreFoundation >&5 i686-uhu-linux-gcc: error: CoreFoundation: No such file or directory i686-uhu-linux-gcc: error: unrecognized command line option '-framework' configure:23268: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SELECT 1 | #define HAVE_MEMSET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYSCONF 1 | #define GETTEXT_PACKAGE "libvisual-0.4" | #define LOCALEDIR "/usr/share/locale" | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:23295: result: no configure:23304: checking for CFLocaleCopyCurrent configure:23329: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -lm -ldl -framework CoreFoundation >&5 i686-uhu-linux-gcc: error: CoreFoundation: No such file or directory i686-uhu-linux-gcc: error: unrecognized command line option '-framework' configure:23335: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SELECT 1 | #define HAVE_MEMSET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYSCONF 1 | #define GETTEXT_PACKAGE "libvisual-0.4" | #define LOCALEDIR "/usr/share/locale" | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:23362: result: no configure:23379: checking whether NLS is requested configure:23388: result: yes configure:23406: checking for GNU gettext in libc configure:23430: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 configure:23436: $? = 0 configure:23440: test -z || test ! -s conftest.err configure:23443: $? = 0 configure:23446: test -s conftest configure:23449: $? = 0 configure:23461: result: yes configure:24168: checking whether to use NLS configure:24170: result: yes configure:24173: checking where the gettext function comes from configure:24184: result: libc configure:24272: checking whether to enable thread support configure:24275: result: yes configure:24278: checking for thread implementation available configure:24304: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24310: $? = 0 configure:24314: test -z || test ! -s conftest.err configure:24317: $? = 0 configure:24320: test -s conftest.o configure:24323: $? = 0 configure:24574: result: posix configure:24611: checking for pthread_create/pthread_join configure:24678: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 conftest.c: In function 'main': conftest.c:66:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (check_me != 42 || ret != &check_me); ^ /tmp/ccXEv1Tc.o: In function `main': conftest.c:(.text.startup+0x29): undefined reference to `pthread_create' conftest.c:(.text.startup+0x3d): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status configure:24681: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Libvisual Library" | #define PACKAGE_TARNAME "libvisual" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "Libvisual Library 0.4.0" | #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" | #define PACKAGE "libvisual" | #define VERSION "0.4.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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 HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SCHED_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_SELECT 1 | #define HAVE_MEMSET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYSCONF 1 | #define GETTEXT_PACKAGE "libvisual-0.4" | #define LOCALEDIR "/usr/share/locale" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | | #include | int check_me = 0; | void* func(void* data) {check_me = 42; return &check_me;} | int main() | { pthread_t t; | void *ret; | pthread_create (&t, 0, func, 0); | pthread_join (t, &ret); | exit (check_me != 42 || ret != &check_me); | } configure:24699: result: no configure:24611: checking for pthread_create/pthread_join in -lpthread configure:24678: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpthread -lm -ldl >&5 conftest.c: In function 'main': conftest.c:66:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (check_me != 42 || ret != &check_me); ^ configure:24681: $? = 0 configure:24683: ./conftest configure:24686: $? = 0 configure:24699: result: yes configure:24729: checking thread related libraries configure:24731: result: -lpthread configure:24749: checking for short configure:24773: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24779: $? = 0 configure:24783: test -z || test ! -s conftest.err configure:24786: $? = 0 configure:24789: test -s conftest.o configure:24792: $? = 0 configure:24803: result: yes configure:24806: checking size of short configure:25125: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 configure:25128: $? = 0 configure:25130: ./conftest configure:25133: $? = 0 configure:25156: result: 2 configure:25163: checking for int configure:25187: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25193: $? = 0 configure:25197: test -z || test ! -s conftest.err configure:25200: $? = 0 configure:25203: test -s conftest.o configure:25206: $? = 0 configure:25217: result: yes configure:25220: checking size of int configure:25539: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 configure:25542: $? = 0 configure:25544: ./conftest configure:25547: $? = 0 configure:25570: result: 4 configure:25577: checking for long configure:25601: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25607: $? = 0 configure:25611: test -z || test ! -s conftest.err configure:25614: $? = 0 configure:25617: test -s conftest.o configure:25620: $? = 0 configure:25631: result: yes configure:25634: checking size of long configure:25953: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 configure:25956: $? = 0 configure:25958: ./conftest configure:25961: $? = 0 configure:25984: result: 4 configure:25991: checking for size_t configure:26045: result: yes configure:26048: checking size of size_t configure:26367: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm -ldl >&5 configure:26370: $? = 0 configure:26372: ./conftest configure:26375: $? = 0 configure:26398: result: 4 configure:26406: checking for the appropriate definition for size_t configure:26425: result: unsigned int configure:26456: checking whether to enable profiling configure:26468: result: no configure:26479: checking whether to enable debug configure:26548: result: no configure:26560: checking whether to enable extra optimizations configure:26572: result: no configure:26588: checking whether to enable fast FP RNG configure:26600: result: no configure:26757: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Libvisual Library config.status 0.4.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp04 config.status:804: creating m4/Makefile config.status:804: creating po/Makefile.in config.status:804: creating Makefile config.status:804: creating libvisual.pc config.status:804: creating libvisual/Makefile config.status:908: creating config.h config.status:1286: executing depfiles commands config.status:1286: executing default-1 commands config.status:1286: executing libvisual/lvconfig.h commands config.status:1763: lvconfig.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' 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= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_GTHREAD2_CFLAGS_set= ac_cv_env_GTHREAD2_CFLAGS_value= ac_cv_env_GTHREAD2_LIBS_set= ac_cv_env_GTHREAD2_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_dlopen=no ac_cv_func_gettimeofday=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_nanosleep=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_shl_load=no ac_cv_func_sqrt=no ac_cv_func_strdup=yes ac_cv_func_strndup=yes ac_cv_func_sysconf=yes ac_cv_func_usleep=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_sched_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_sched_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_lib_dl_dlopen=yes ac_cv_lib_dl_dlsym=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_m_sqrt=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=4 ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_short=yes ac_cv_type_size_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=yes 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 lt_cv_path_NM=nm 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_rtti_exceptions=no 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_max_cmd_len=32768 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} /var/uhubuild/work/compile/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AR='i686-uhu-linux-ar' AS='as' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.7' AWK='gawk' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEBUG_CFLAGS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='' FFLAGS='' GETTEXT_PACKAGE='libvisual-0.4' GMSGFMT='/usr/bin/msgfmt' GTHREAD2_CFLAGS='' GTHREAD2_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='-lm -ldl ' LIBS_DYNAMIC_LOADER='-ldl' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBVISUAL_INCLUDE_DIR='${prefix}/include/libvisual-0.4' LIBVISUAL_PLUGINS_BASE_DIR='${exec_prefix}/lib/libvisual-0.4' LIBVISUAL_VERSION_SUFFIX='0.4' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' LV_THREAD_CFLAGS='' LV_THREAD_LIBS='-lpthread' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' OBJDUMP='objdump' OBJEXT='o' OPT_CFLAGS='' PACKAGE='libvisual' PACKAGE_BUGREPORT='synap@nerds-incorporated.org' PACKAGE_NAME='Libvisual Library' PACKAGE_STRING='Libvisual Library 0.4.0' PACKAGE_TARNAME='libvisual' PACKAGE_VERSION='0.4.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POSUB='po' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='yes' VERSION='0.4.0' VISUAL_CFLAGS='' VISUAL_LIBS='-lpthread -lm -ldl -lvisual-0.4' VISUAL_PKG_CONFIG_DEP='' XGETTEXT='/usr/bin/xgettext' ac_ct_AR='' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_PKG_CONFIG='' 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='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "libvisual-0.4" #define HAVE_DCGETTEXT 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETTEXT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INTTYPES_H 1 #define HAVE_MALLOC 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_NANOSLEEP 1 #define HAVE_REALLOC 1 #define HAVE_SCHED_H 1 #define HAVE_SELECT 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNDUP 1 #define HAVE_SYSCONF 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_USLEEP 1 #define LOCALEDIR "/usr/share/locale" #define PACKAGE "libvisual" #define PACKAGE_BUGREPORT "synap@nerds-incorporated.org" #define PACKAGE_NAME "Libvisual Library" #define PACKAGE_STRING "Libvisual Library 0.4.0" #define PACKAGE_TARNAME "libvisual" #define PACKAGE_VERSION "0.4.0" #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "0.4.0" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0