This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by CVD configure 0.7, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/home/alex/jrl39/projects/local ## --------- ## ## Platform. ## ## --------- ## hostname = zero uname -m = x86_64 uname -r = 2.6.16.13-4-smp uname -s = Linux uname -v = #1 SMP Wed May 3 04:53:23 UTC 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/local/tex/bin PATH: /usr/local/lsf/bin PATH: /usr/ucb PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/local/gnu/bin PATH: /home/alex/jrl39/bin. PATH: /opt/kde3/bin PATH: /opt/gnome/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1428: checking for gcc configure:1444: found /usr/bin/gcc configure:1454: result: gcc configure:1698: checking for C compiler version configure:1701: gcc --version &5 gcc (GCC) 4.1.0 (SUSE Linux) Copyright (C) 2006 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:1704: $? = 0 configure:1706: gcc -v &5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux Thread model: posix gcc version 4.1.0 (SUSE Linux) configure:1709: $? = 0 configure:1711: gcc -V &5 gcc: '-V' option must have argument configure:1714: $? = 1 configure:1737: checking for C compiler default output file name configure:1740: gcc conftest.c >&5 configure:1743: $? = 0 configure:1789: result: a.out configure:1794: checking whether the C compiler works configure:1800: ./a.out configure:1803: $? = 0 configure:1820: result: yes configure:1827: checking whether we are cross compiling configure:1829: result: no configure:1832: checking for suffix of executables configure:1834: gcc -o conftest conftest.c >&5 configure:1837: $? = 0 configure:1862: result: configure:1868: checking for suffix of object files configure:1889: gcc -c conftest.c >&5 configure:1892: $? = 0 configure:1914: result: o configure:1918: checking whether we are using the GNU C compiler configure:1942: gcc -c conftest.c >&5 configure:1948: $? = 0 configure:1952: test -z || test ! -s conftest.err configure:1955: $? = 0 configure:1958: test -s conftest.o configure:1961: $? = 0 configure:1974: result: yes configure:1980: checking whether gcc accepts -g configure:2001: gcc -c -g conftest.c >&5 configure:2007: $? = 0 configure:2011: test -z || test ! -s conftest.err configure:2014: $? = 0 configure:2017: test -s conftest.o configure:2020: $? = 0 configure:2031: result: yes configure:2048: checking for gcc option to accept ANSI C configure:2118: gcc -c -g -O2 conftest.c >&5 configure:2124: $? = 0 configure:2128: test -z || test ! -s conftest.err configure:2131: $? = 0 configure:2134: test -s conftest.o configure:2137: $? = 0 configure:2155: result: none needed configure:2173: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2179: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2318: checking how to run the C preprocessor configure:2353: gcc -E conftest.c configure:2359: $? = 0 configure:2391: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2397: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2436: result: gcc -E configure:2460: gcc -E conftest.c configure:2466: $? = 0 configure:2498: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2504: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2548: checking for egrep configure:2558: result: grep -E configure:2563: checking for ANSI C header files configure:2588: gcc -c -g -O2 conftest.c >&5 configure:2594: $? = 0 configure:2598: test -z || test ! -s conftest.err configure:2601: $? = 0 configure:2604: test -s conftest.o configure:2607: $? = 0 configure:2696: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit' configure:2699: $? = 0 configure:2701: ./conftest configure:2704: $? = 0 configure:2719: result: yes configure:2734: checking for gawk configure:2750: found /usr/bin/gawk configure:2760: result: gawk configure:2822: checking for g++ configure:2838: found /usr/bin/g++ configure:2848: result: g++ configure:2864: checking for C++ compiler version configure:2867: g++ --version &5 g++ (GCC) 4.1.0 (SUSE Linux) Copyright (C) 2006 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:2870: $? = 0 configure:2872: g++ -v &5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux Thread model: posix gcc version 4.1.0 (SUSE Linux) configure:2875: $? = 0 configure:2877: g++ -V &5 g++: '-V' option must have argument configure:2880: $? = 1 configure:2883: checking whether we are using the GNU C++ compiler configure:2907: g++ -c conftest.cc >&5 configure:2913: $? = 0 configure:2917: test -z || test ! -s conftest.err configure:2920: $? = 0 configure:2923: test -s conftest.o configure:2926: $? = 0 configure:2939: result: yes configure:2945: checking whether g++ accepts -g configure:2966: g++ -c -g conftest.cc >&5 configure:2972: $? = 0 configure:2976: test -z || test ! -s conftest.err configure:2979: $? = 0 configure:2982: test -s conftest.o configure:2985: $? = 0 configure:2996: result: yes configure:3038: g++ -c -g -O2 conftest.cc >&5 configure:3044: $? = 0 configure:3048: test -z || test ! -s conftest.err configure:3051: $? = 0 configure:3054: test -s conftest.o configure:3057: $? = 0 configure:3083: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:14: error: 'exit' was not declared in this scope configure:3089: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3038: g++ -c -g -O2 conftest.cc >&5 configure:3044: $? = 0 configure:3048: test -z || test ! -s conftest.err configure:3051: $? = 0 configure:3054: test -s conftest.o configure:3057: $? = 0 configure:3083: g++ -c -g -O2 conftest.cc >&5 configure:3089: $? = 0 configure:3093: test -z || test ! -s conftest.err configure:3096: $? = 0 configure:3099: test -s conftest.o configure:3102: $? = 0 configure:3163: checking for a BSD-compatible install configure:3218: result: /usr/bin/install -c configure:3229: checking whether ln -s works configure:3233: result: yes configure:3281: checking for ranlib configure:3297: found /usr/bin/ranlib configure:3308: result: ranlib configure:3386: checking if compiler flag -Wall works configure:3402: g++ -c -g -O2 -Wall conftest.cc >&5 configure:3408: $? = 0 configure:3412: test -z || test ! -s conftest.err configure:3415: $? = 0 configure:3418: test -s conftest.o configure:3421: $? = 0 configure:3438: result: yes configure:3451: checking if compiler flag -Wextra works configure:3466: g++ -c -g -O2 -Wall -Wextra conftest.cc >&5 configure:3472: $? = 0 configure:3476: test -z || test ! -s conftest.err configure:3479: $? = 0 configure:3482: test -s conftest.o configure:3485: $? = 0 configure:3502: result: yes configure:3538: checking if compiler flag -ggdb works configure:3553: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb conftest.cc >&5 configure:3559: $? = 0 configure:3563: test -z || test ! -s conftest.err configure:3566: $? = 0 configure:3569: test -s conftest.o configure:3572: $? = 0 configure:3589: result: yes configure:3612: checking if compiler flag -fPIC works configure:3627: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC conftest.cc >&5 configure:3633: $? = 0 configure:3637: test -z || test ! -s conftest.err configure:3640: $? = 0 configure:3643: test -s conftest.o configure:3646: $? = 0 configure:3663: result: yes configure:3687: checking build system type configure:3705: result: x86_64-unknown-linux-gnu configure:3713: checking host system type configure:3727: result: x86_64-unknown-linux-gnu configure:3760: checking for best optimize flags configure:3762: result: configure:3768: checking if compiler flag -O3 works configure:3783: g++ -c -O3 conftest.cc >&5 configure:3789: $? = 0 configure:3793: test -z || test ! -s conftest.err configure:3796: $? = 0 configure:3799: test -s conftest.o configure:3802: $? = 0 configure:3819: result: yes configure:3835: checking CPU type configure:3870: result: opteron configure:3885: checking if compiler flag -march=opteron works configure:3900: g++ -c -O3 -march=opteron conftest.cc >&5 configure:3906: $? = 0 configure:3910: test -z || test ! -s conftest.err configure:3913: $? = 0 configure:3916: test -s conftest.o configure:3919: $? = 0 configure:3936: result: yes configure:3973: checking whether byte ordering is bigendian configure:4000: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC conftest.cc >&5 configure:4006: $? = 0 configure:4010: test -z || test ! -s conftest.err configure:4013: $? = 0 configure:4016: test -s conftest.o configure:4019: $? = 0 configure:4043: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:22: error: 'big' was not declared in this scope conftest.cc:22: error: expected `;' before 'endian' configure:4049: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define CVD_MAJOR_VERSION 0 | #define CVD_MINOR_VERSION 7 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4184: result: no configure:4270: checking for MMX support configure:4293: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx conftest.cc >&5 configure:4296: $? = 0 configure:4298: ./conftest configure:4301: $? = 0 configure:4320: result: yes configure:4359: checking for MMXEXT support configure:4381: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse conftest.cc >&5 configure:4384: $? = 0 configure:4386: ./conftest configure:4389: $? = 0 configure:4408: result: yes configure:4447: checking for SSE support configure:4470: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse conftest.cc >&5 configure:4473: $? = 0 configure:4475: ./conftest configure:4478: $? = 0 configure:4497: result: yes configure:4536: checking for SSE2 support configure:4559: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 conftest.cc >&5 configure:4562: $? = 0 configure:4564: ./conftest configure:4567: $? = 0 configure:4586: result: yes configure:4625: checking for SSE3 support configure:4648: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4651: $? = 0 configure:4653: ./conftest configure:4656: $? = 0 configure:4675: result: yes configure:4716: checking for sys/types.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for sys/stat.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for stdlib.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for string.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for memory.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for strings.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for inttypes.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for stdint.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4716: checking for unistd.h configure:4732: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4762: result: yes configure:4774: checking for void* configure:4798: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:4804: $? = 0 configure:4808: test -z || test ! -s conftest.err configure:4811: $? = 0 configure:4814: test -s conftest.o configure:4817: $? = 0 configure:4828: result: yes configure:4831: checking size of void* configure:5150: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:5153: $? = 0 configure:5155: ./conftest configure:5158: $? = 0 configure:5181: result: 8 configure:5261: checking how to run the C++ preprocessor configure:5292: g++ -E conftest.cc configure:5298: $? = 0 configure:5330: g++ -E conftest.cc conftest.cc:31:28: error: ac_nonexistent.h: No such file or directory configure:5336: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define CVD_MAJOR_VERSION 0 | #define CVD_MINOR_VERSION 7 | #define CVD_ARCH_LITTLE_ENDIAN 1 | #define CVD_HAVE_MMX 1 | #define CVD_HAVE_MMXEXT 1 | #define CVD_HAVE_SSE 1 | #define CVD_HAVE_SSE2 1 | #define CVD_HAVE_SSE3 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 SIZEOF_VOIDP 8 | /* end confdefs.h. */ | #include configure:5375: result: g++ -E configure:5399: g++ -E conftest.cc configure:5405: $? = 0 configure:5437: g++ -E conftest.cc conftest.cc:31:28: error: ac_nonexistent.h: No such file or directory configure:5443: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define CVD_MAJOR_VERSION 0 | #define CVD_MINOR_VERSION 7 | #define CVD_ARCH_LITTLE_ENDIAN 1 | #define CVD_HAVE_MMX 1 | #define CVD_HAVE_MMXEXT 1 | #define CVD_HAVE_SSE 1 | #define CVD_HAVE_SSE2 1 | #define CVD_HAVE_SSE3 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 SIZEOF_VOIDP 8 | /* end confdefs.h. */ | #include configure:5502: checking libraw1394/raw1394.h usability configure:5514: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:5520: $? = 0 configure:5524: test -z || test ! -s conftest.err configure:5527: $? = 0 configure:5530: test -s conftest.o configure:5533: $? = 0 configure:5543: result: yes configure:5547: checking libraw1394/raw1394.h presence configure:5557: g++ -E conftest.cc configure:5563: $? = 0 configure:5583: result: yes configure:5618: checking for libraw1394/raw1394.h configure:5625: result: yes configure:5502: checking libdc1394/dc1394_control.h usability configure:5514: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:5520: $? = 0 configure:5524: test -z || test ! -s conftest.err configure:5527: $? = 0 configure:5530: test -s conftest.o configure:5533: $? = 0 configure:5543: result: yes configure:5547: checking libdc1394/dc1394_control.h presence configure:5557: g++ -E conftest.cc configure:5563: $? = 0 configure:5583: result: yes configure:5618: checking for libdc1394/dc1394_control.h configure:5625: result: yes configure:5641: checking for main in -lraw1394 configure:5665: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc -lraw1394 >&5 configure:5671: $? = 0 configure:5675: test -z || test ! -s conftest.err configure:5678: $? = 0 configure:5681: test -s conftest configure:5684: $? = 0 configure:5697: result: yes configure:5711: checking for main in -ldc1394_control configure:5735: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc -ldc1394_control -lraw1394 >&5 configure:5741: $? = 0 configure:5745: test -z || test ! -s conftest.err configure:5748: $? = 0 configure:5751: test -s conftest configure:5754: $? = 0 configure:5767: result: yes configure:5818: checking for v4l2 configure:5827: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:4: warning: statement has no effect configure:5833: $? = 0 configure:5837: test -z || test ! -s conftest.err configure:5840: $? = 0 configure:5843: test -s conftest.o configure:5846: $? = 0 configure:5848: result: yes configure:5965: checking linux/videodev.h usability configure:5977: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:5983: $? = 0 configure:5987: test -z || test ! -s conftest.err configure:5990: $? = 0 configure:5993: test -s conftest.o configure:5996: $? = 0 configure:6006: result: yes configure:6010: checking linux/videodev.h presence configure:6020: g++ -E conftest.cc configure:6026: $? = 0 configure:6046: result: yes configure:6081: checking for linux/videodev.h configure:6088: result: yes configure:6225: checking kernel major number configure:6228: result: 2 configure:6235: checking kernel minor number configure:6238: result: 6 configure:6246: checking kernel release number configure:6249: result: 16 configure:6533: checking for X configure:6638: g++ -E conftest.cc configure:6644: $? = 0 configure:6763: result: libraries /usr/lib64, headers configure:6774: checking for glDrawPixels in -lGL configure:6804: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext >&5 configure:6810: $? = 0 configure:6814: test -z || test ! -s conftest.err configure:6817: $? = 0 configure:6820: test -s conftest configure:6823: $? = 0 configure:6836: result: yes configure:6887: checking for TooN configure:6894: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc >&5 configure:6900: $? = 0 configure:6904: test -z || test ! -s conftest.err configure:6907: $? = 0 configure:6910: test -s conftest.o configure:6913: $? = 0 configure:6915: result: yes configure:6995: checking for dgesvd_ in -lacml configure:7025: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 conftest.cc -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c >&5 configure:7031: $? = 0 configure:7035: test -z || test ! -s conftest.err configure:7038: $? = 0 configure:7041: test -s conftest configure:7044: $? = 0 configure:7057: result: yes configure:7743: checking for working pthreads configure:7751: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc >&5 conftest.cc: In function 'void* foo(void*)': conftest.cc:2: warning: control reaches end of non-void function configure:7757: $? = 0 configure:7761: test -z || test ! -s conftest.err configure:7764: $? = 0 configure:7767: test -s conftest.o configure:7770: $? = 0 configure:7772: result: yes configure:7797: checking for pthread_yield configure:7854: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:7860: $? = 0 configure:7864: test -z || test ! -s conftest.err configure:7867: $? = 0 configure:7870: test -s conftest configure:7873: $? = 0 configure:7885: result: yes configure:7896: checking for pthread_yield_np configure:7953: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 /tmp/ccGpLmJh.o: In function `main': /home/alex/jrl39/projects/library_sources/libcvd/conftest.cc:89: undefined reference to `pthread_yield_np' /tmp/ccGpLmJh.o:(.data.rel+0x0): undefined reference to `pthread_yield_np' collect2: ld returned 1 exit status configure:7959: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CVD" | #define PACKAGE_TARNAME "cvd" | #define PACKAGE_VERSION "0.7" | #define PACKAGE_STRING "CVD 0.7" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define CVD_MAJOR_VERSION 0 | #define CVD_MINOR_VERSION 7 | #define CVD_ARCH_LITTLE_ENDIAN 1 | #define CVD_HAVE_MMX 1 | #define CVD_HAVE_MMXEXT 1 | #define CVD_HAVE_SSE 1 | #define CVD_HAVE_SSE2 1 | #define CVD_HAVE_SSE3 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 SIZEOF_VOIDP 8 | #define HAVE_LIBRAW1394_RAW1394_H 1 | #define HAVE_LIBDC1394_DC1394_CONTROL_H 1 | #define HAVE_LIBRAW1394 1 | #define HAVE_LIBDC1394_CONTROL 1 | #define CVD_HAVE_DVBUFFER 1 | #define CVD_HAVE_V4L2BUFFER 1 | #define HAVE_LINUX_VIDEODEV_H 1 | #define CVD_HAVE_V4L1BUFFER 1 | #define CVD_KERNEL_MAJOR 2 | #define CVD_KERNEL_MINOR 6 | #define CVD_KERNEL_RELEASE 16 | #define HAVE_LIBGL 1 | #define CVD_HAVE_VIDEODISPLAY 1 | #define CVD_HAVE_TOON 1 | #define HAVE_LIBACML 1 | #define CVD_HAVE_LAPACK 1 | #define CVD_HAVE_PTHREAD 1 | #define CVD_HAVE_PTHREAD_YIELD 1 | /* end confdefs.h. */ | /* Define pthread_yield_np to an innocuous variant, in case declares pthread_yield_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_yield_np innocuous_pthread_yield_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_yield_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pthread_yield_np | | /* 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 pthread_yield_np (); | /* 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_pthread_yield_np) || defined (__stub___pthread_yield_np) | choke me | #else | char (*f) () = pthread_yield_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pthread_yield_np; | ; | return 0; | } configure:7984: result: no configure:8042: checking png.h usability configure:8054: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc >&5 configure:8060: $? = 0 configure:8064: test -z || test ! -s conftest.err configure:8067: $? = 0 configure:8070: test -s conftest.o configure:8073: $? = 0 configure:8083: result: yes configure:8087: checking png.h presence configure:8097: g++ -E conftest.cc configure:8103: $? = 0 configure:8123: result: yes configure:8158: checking for png.h configure:8165: result: yes configure:8181: checking for png_init_io in -lpng configure:8211: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:8217: $? = 0 configure:8221: test -z || test ! -s conftest.err configure:8224: $? = 0 configure:8227: test -s conftest configure:8230: $? = 0 configure:8243: result: yes configure:8307: checking jpeglib.h usability configure:8319: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc >&5 configure:8325: $? = 0 configure:8329: test -z || test ! -s conftest.err configure:8332: $? = 0 configure:8335: test -s conftest.o configure:8338: $? = 0 configure:8348: result: yes configure:8352: checking jpeglib.h presence configure:8362: g++ -E conftest.cc configure:8368: $? = 0 configure:8388: result: yes configure:8423: checking for jpeglib.h configure:8430: result: yes configure:8446: checking for jpeg_destroy_decompress in -ljpeg configure:8476: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:8482: $? = 0 configure:8486: test -z || test ! -s conftest.err configure:8489: $? = 0 configure:8492: test -s conftest configure:8495: $? = 0 configure:8508: result: yes configure:8534: checking JPEG read buffer size configure:8546: result: 1 (safe reading) configure:8594: checking tiffio.h usability configure:8606: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc >&5 configure:8612: $? = 0 configure:8616: test -z || test ! -s conftest.err configure:8619: $? = 0 configure:8622: test -s conftest.o configure:8625: $? = 0 configure:8635: result: yes configure:8639: checking tiffio.h presence configure:8649: g++ -E conftest.cc configure:8655: $? = 0 configure:8675: result: yes configure:8710: checking for tiffio.h configure:8717: result: yes configure:8733: checking for TIFFReadRGBAImage in -ltiff configure:8763: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:8769: $? = 0 configure:8773: test -z || test ! -s conftest.err configure:8776: $? = 0 configure:8779: test -s conftest configure:8782: $? = 0 configure:8795: result: yes configure:9186: checking for TIFFReadRGBAImageOriented in -ltiff configure:9216: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread conftest.cc -ltiff -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:9222: $? = 0 configure:9226: test -z || test ! -s conftest.err configure:9229: $? = 0 configure:9232: test -s conftest configure:9235: $? = 0 configure:9248: result: yes configure:9306: checking ffmpeg/avcodec.h usability configure:9318: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc >&5 configure:9324: $? = 0 configure:9328: test -z || test ! -s conftest.err configure:9331: $? = 0 configure:9334: test -s conftest.o configure:9337: $? = 0 configure:9347: result: yes configure:9351: checking ffmpeg/avcodec.h presence configure:9361: g++ -E conftest.cc configure:9367: $? = 0 configure:9387: result: yes configure:9422: checking for ffmpeg/avcodec.h configure:9429: result: yes configure:9306: checking ffmpeg/avformat.h usability configure:9318: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc >&5 configure:9324: $? = 0 configure:9328: test -z || test ! -s conftest.err configure:9331: $? = 0 configure:9334: test -s conftest.o configure:9337: $? = 0 configure:9347: result: yes configure:9351: checking ffmpeg/avformat.h presence configure:9361: g++ -E conftest.cc configure:9367: $? = 0 configure:9387: result: yes configure:9422: checking for ffmpeg/avformat.h configure:9429: result: yes configure:9445: checking for main in -lavutil configure:9469: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:9475: $? = 0 configure:9479: test -z || test ! -s conftest.err configure:9482: $? = 0 configure:9485: test -s conftest configure:9488: $? = 0 configure:9501: result: yes configure:9515: checking for av_open_input_file in -lavformat configure:9545: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:9551: $? = 0 configure:9555: test -z || test ! -s conftest.err configure:9558: $? = 0 configure:9561: test -s conftest configure:9564: $? = 0 configure:9577: result: yes configure:9590: checking for av_read_frame in -lavformat configure:9620: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavformat -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:9626: $? = 0 configure:9630: test -z || test ! -s conftest.err configure:9633: $? = 0 configure:9636: test -s conftest configure:9639: $? = 0 configure:9652: result: yes configure:9661: checking for avcodec_open in -lavcodec configure:9691: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavcodec -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:9697: $? = 0 configure:9701: test -z || test ! -s conftest.err configure:9704: $? = 0 configure:9707: test -s conftest configure:9710: $? = 0 configure:9723: result: yes configure:9812: checking glob.h usability configure:9824: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc >&5 configure:9830: $? = 0 configure:9834: test -z || test ! -s conftest.err configure:9837: $? = 0 configure:9840: test -s conftest.o configure:9843: $? = 0 configure:9853: result: yes configure:9857: checking glob.h presence configure:9867: g++ -E conftest.cc configure:9873: $? = 0 configure:9893: result: yes configure:9928: checking for glob.h configure:9935: result: yes configure:9950: checking for glob configure:10007: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavcodec -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:10013: $? = 0 configure:10017: test -z || test ! -s conftest.err configure:10020: $? = 0 configure:10023: test -s conftest configure:10026: $? = 0 configure:10038: result: yes configure:10058: checking for GLOB_BRACE and GLOB_TILDE in glob.h configure:10065: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc >&5 configure:10071: $? = 0 configure:10075: test -z || test ! -s conftest.err configure:10078: $? = 0 configure:10081: test -s conftest.o configure:10084: $? = 0 configure:10086: result: yes configure:10121: checking whether feenableexcept is declared configure:10146: g++ -c -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:74: warning: unused variable 'p' configure:10152: $? = 0 configure:10156: test -z || test ! -s conftest.err configure:10159: $? = 0 configure:10162: test -s conftest.o configure:10165: $? = 0 configure:10176: result: yes configure:10206: checking for posix_memalign configure:10263: g++ -o conftest -g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS conftest.cc -lavcodec -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread >&5 configure:10269: $? = 0 configure:10273: test -z || test ! -s conftest.err configure:10276: $? = 0 configure:10279: test -s conftest configure:10282: $? = 0 configure:10294: result: yes configure:10733: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by CVD config.status 0.7, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on zero config.status:698: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_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= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_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_exeext= ac_cv_func_glob=yes ac_cv_func_posix_memalign=yes ac_cv_func_pthread_yield=yes ac_cv_func_pthread_yield_np=no ac_cv_have_decl_feenableexcept=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=/usr/lib64' ac_cv_header_ffmpeg_avcodec_h=yes ac_cv_header_ffmpeg_avformat_h=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_libdc1394_dc1394_control_h=yes ac_cv_header_libraw1394_raw1394_h=yes ac_cv_header_linux_videodev_h=yes ac_cv_header_memory_h=yes ac_cv_header_png_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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_lib_GL_glDrawPixels=yes ac_cv_lib_acml_dgesvd_=yes ac_cv_lib_avcodec_avcodec_open=yes ac_cv_lib_avformat_av_open_input_file=yes ac_cv_lib_avformat_av_read_frame=yes ac_cv_lib_avutil_main=yes ac_cv_lib_dc1394_control_main=yes ac_cv_lib_jpeg_jpeg_destroy_decompress=yes ac_cv_lib_png_png_init_io=yes ac_cv_lib_raw1394_main=yes ac_cv_lib_tiff_TIFFReadRGBAImage=yes ac_cv_lib_tiff_TIFFReadRGBAImageOriented=yes ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib 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_sizeof_voidp=8 ac_cv_type_voidp=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -Wall -Wextra -I /home/alex/jrl39/projects/local/include -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -D__STDC_CONSTANT_MACROS' DEFS='-DPACKAGE_NAME=\"CVD\" -DPACKAGE_TARNAME=\"cvd\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"CVD\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DCVD_MAJOR_VERSION=0 -DCVD_MINOR_VERSION=7 -DCVD_ARCH_LITTLE_ENDIAN=1 -DCVD_HAVE_MMX=1 -DCVD_HAVE_MMXEXT=1 -DCVD_HAVE_SSE=1 -DCVD_HAVE_SSE2=1 -DCVD_HAVE_SSE3=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOIDP=8 -DHAVE_LIBRAW1394_RAW1394_H=1 -DHAVE_LIBDC1394_DC1394_CONTROL_H=1 -DHAVE_LIBRAW1394=1 -DHAVE_LIBDC1394_CONTROL=1 -DCVD_HAVE_DVBUFFER=1 -DCVD_HAVE_V4L2BUFFER=1 -DHAVE_LINUX_VIDEODEV_H=1 -DCVD_HAVE_V4L1BUFFER=1 -DCVD_KERNEL_MAJOR=2 -DCVD_KERNEL_MINOR=6 -DCVD_KERNEL_RELEASE=16 -DHAVE_LIBGL=1 -DCVD_HAVE_VIDEODISPLAY=1 -DCVD_HAVE_TOON=1 -DHAVE_LIBACML=1 -DCVD_HAVE_LAPACK=1 -DCVD_HAVE_PTHREAD=1 -DCVD_HAVE_PTHREAD_YIELD=1 -DHAVE_PNG_H=1 -DHAVE_LIBPNG=1 -DCVD_HAVE_PNG=1 -DHAVE_JPEGLIB_H=1 -DHAVE_LIBJPEG=1 -DCVD_HAVE_JPEG=1 -DCVD_INTERNAL_JPEG_BUFFER_SIZE=1 -DHAVE_TIFFIO_H=1 -DHAVE_LIBTIFF=1 -DCVD_HAVE_TIFF=1 -DCVD_INTERNAL_HAVE_TIFF_ORIENTED=1 -DHAVE_FFMPEG_AVCODEC_H=1 -DHAVE_FFMPEG_AVFORMAT_H=1 -DHAVE_LIBAVUTIL=1 -DHAVE_LIBAVFORMAT=1 -DHAVE_LIBAVCODEC=1 -DCVD_HAVE_FFMPEG=1 -DHAVE_GLOB_H=1 -DCVD_HAVE_GLOB=1 -DCVD_HAVE_FENV_H=1 -DCVD_HAVE_MEMALIGN=1 -DCVD_INTERNAL_HAVE_HALFSAMPLE_SSE16=1 -DCVD_INTERNAL_HAVE_YV402P_MMX=1 ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lavcodec -lavformat -lavutil -ltiff -ljpeg -lpng -lacml -lGL -ldc1394_control -lraw1394 -L/usr/lib64 -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv -lg2c -pthread' LN_S='ln -s' LTLIBOBJS='' OBJEXT='o' OFLAGS=' -O3 -march=opteron' PACKAGE_BUGREPORT='' PACKAGE_NAME='CVD' PACKAGE_STRING='CVD 0.7' PACKAGE_TARNAME='cvd' PACKAGE_VERSION='0.7' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${prefix}/share' dep_objects='cvd_src/yuv411_to_stuff.o cvd_src/noarch/convert_rgb_to_y.o cvd_src/i686/convolve_gaussian.o cvd_src/i686/gradient.o cvd_src/noarch/yuv422_wrapper.o cvd_src/i686/median_3x3.o cvd_src/i686/utility_float.o cvd_src/i686/utility_byte_differences.o cvd_src/i686/utility_double_int.o cvd_src/fast/fast_7_detect.o cvd_src/fast/fast_7_score.o cvd_src/fast/fast_8_detect.o cvd_src/fast/fast_8_score.o cvd_src/fast/fast_9_detect.o cvd_src/fast/fast_9_score.o cvd_src/fast/fast_10_detect.o cvd_src/fast/fast_10_score.o cvd_src/fast/fast_11_detect.o cvd_src/fast/fast_11_score.o cvd_src/fast/fast_12_detect.o cvd_src/fast/fast_12_score.o cvd_src/faster_corner_9.o cvd_src/faster_corner_10.o cvd_src/faster_corner_12.o cvd_src/Linux/dvbuffer.o cvd_src/Linux/v4l1buffer.o cvd_src/Linux/v4lbuffer.o cvd_src/Linux/v4l2buffer.o cvd_src/synchronized.o cvd_src/eventobject.o cvd_src/thread.o cvd_src/videodisplay.o cvd_src/glwindow.o pnm_src/jpeg.o pnm_src/tiff.o pnm_src/png.o cvd_src/videofilebuffer.o cvd_src/globlist.o cvd_src/tensor_voting.o cvd_src/brezenham.o ' exec_prefix='${prefix}' have_32bit='' have_dvbuffer='yes' have_fast10='yes' have_fast11='yes' have_fast12='yes' have_fast7='yes' have_fast8='yes' have_fast9='yes' have_ffmpeg='yes' have_glob='yes' have_jpeg='yes' have_lapack='yes' have_linux_2_4='' have_linux_2_6='yes' have_memalign='yes' have_mmx='yes' have_mmxext='yes' have_o2buffer='' have_png='yes' have_pthread='yes' have_qtbuffer='' have_sse2='yes' have_sse3='yes' have_sse='yes' have_ssefast10='yes' have_ssefast12='yes' have_ssefast9='yes' have_tiff='yes' have_toon='yes' have_v4l1buffer='yes' have_v4l2buffer='yes' have_videodisplay='yes' have_x86='yes' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' major='0' mandir='${prefix}/man' minor='7' oldincludedir='/usr/include' osx_hacks='' prefix='/home/alex/jrl39/projects/local' program_transform_name='s,x,x,' progs='progs/se3_exp progs/se3_ln progs/se3_pre_mul progs/se3_post_mul progs/se3_inv progs/calibrate progs/img_play progs/cvd_display_image progs/img_play_bw progs/img_play_deinterlace progs/video_play progs/video_play_bw ' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' testprogs='test/diskbuffer2 test/dvbuffer_mono test/dvbuffer_yuvrgb test/test_images test/v4l1buffer_mono test/v4l2buffer test/dvbuffer_controls test/dvbuffer_rgb test/v4l1buffer_bayer test/v4l1buffer_rgb ' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CVD_ARCH_LITTLE_ENDIAN 1 #define CVD_HAVE_DVBUFFER 1 #define CVD_HAVE_FENV_H 1 #define CVD_HAVE_FFMPEG 1 #define CVD_HAVE_GLOB 1 #define CVD_HAVE_JPEG 1 #define CVD_HAVE_LAPACK 1 #define CVD_HAVE_MEMALIGN 1 #define CVD_HAVE_MMX 1 #define CVD_HAVE_MMXEXT 1 #define CVD_HAVE_PNG 1 #define CVD_HAVE_PTHREAD 1 #define CVD_HAVE_PTHREAD_YIELD 1 #define CVD_HAVE_SSE 1 #define CVD_HAVE_SSE2 1 #define CVD_HAVE_SSE3 1 #define CVD_HAVE_TIFF 1 #define CVD_HAVE_TOON 1 #define CVD_HAVE_V4L1BUFFER 1 #define CVD_HAVE_V4L2BUFFER 1 #define CVD_HAVE_VIDEODISPLAY 1 #define CVD_INTERNAL_HAVE_HALFSAMPLE_SSE16 1 #define CVD_INTERNAL_HAVE_TIFF_ORIENTED 1 #define CVD_INTERNAL_HAVE_YV402P_MMX 1 #define CVD_INTERNAL_JPEG_BUFFER_SIZE 1 #define CVD_KERNEL_MAJOR 2 #define CVD_KERNEL_MINOR 6 #define CVD_KERNEL_RELEASE 16 #define CVD_MAJOR_VERSION 0 #define CVD_MINOR_VERSION 7 #define HAVE_FFMPEG_AVCODEC_H 1 #define HAVE_FFMPEG_AVFORMAT_H 1 #define HAVE_GLOB_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_JPEGLIB_H 1 #define HAVE_LIBACML 1 #define HAVE_LIBAVCODEC 1 #define HAVE_LIBAVFORMAT 1 #define HAVE_LIBAVUTIL 1 #define HAVE_LIBDC1394_CONTROL 1 #define HAVE_LIBDC1394_DC1394_CONTROL_H 1 #define HAVE_LIBGL 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPNG 1 #define HAVE_LIBRAW1394 1 #define HAVE_LIBRAW1394_RAW1394_H 1 #define HAVE_LIBTIFF 1 #define HAVE_LINUX_VIDEODEV_H 1 #define HAVE_MEMORY_H 1 #define HAVE_PNG_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIFFIO_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "CVD" #define PACKAGE_STRING "CVD 0.7" #define PACKAGE_TARNAME "cvd" #define PACKAGE_VERSION "0.7" #define SIZEOF_VOIDP 8 #define STDC_HEADERS 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0