Skip to content

Instantly share code, notes, and snippets.

@carson
Created July 2, 2012 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carson/3032634 to your computer and use it in GitHub Desktop.
Save carson/3032634 to your computer and use it in GitHub Desktop.
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.8, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --without-ffmpeg
## --------- ##
## Platform. ##
## --------- ##
hostname = bacon
uname -m = x86_64
uname -r = 3.2.0-25-generic
uname -s = Linux
uname -v = #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/carson/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2647: checking for gcc
configure:2663: found /usr/bin/gcc
configure:2674: result: gcc
configure:2903: checking for C compiler version
configure:2912: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:2923: $? = 0
configure:2912: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:2923: $? = 0
configure:2912: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2923: $? = 4
configure:2912: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2923: $? = 4
configure:2943: checking whether the C compiler works
configure:2965: gcc conftest.c >&5
configure:2969: $? = 0
configure:3017: result: yes
configure:3020: checking for C compiler default output file name
configure:3022: result: a.out
configure:3028: checking for suffix of executables
configure:3035: gcc -o conftest conftest.c >&5
configure:3039: $? = 0
configure:3061: result:
configure:3083: checking whether we are cross compiling
configure:3091: gcc -o conftest conftest.c >&5
configure:3095: $? = 0
configure:3102: ./conftest
configure:3106: $? = 0
configure:3121: result: no
configure:3126: checking for suffix of object files
configure:3148: gcc -c conftest.c >&5
configure:3152: $? = 0
configure:3173: result: o
configure:3177: checking whether we are using the GNU C compiler
configure:3196: gcc -c conftest.c >&5
configure:3196: $? = 0
configure:3205: result: yes
configure:3214: checking whether gcc accepts -g
configure:3234: gcc -c -g conftest.c >&5
configure:3234: $? = 0
configure:3275: result: yes
configure:3292: checking for gcc option to accept ISO C89
configure:3356: gcc -c -g -O2 conftest.c >&5
configure:3356: $? = 0
configure:3369: result: none needed
configure:3395: checking how to run the C preprocessor
configure:3426: gcc -E conftest.c
configure:3426: $? = 0
configure:3440: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3465: result: gcc -E
configure:3485: gcc -E conftest.c
configure:3485: $? = 0
configure:3499: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3499: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3528: checking for grep that handles long lines and -e
configure:3586: result: /bin/grep
configure:3591: checking for egrep
configure:3653: result: /bin/grep -E
configure:3658: checking for ANSI C header files
configure:3678: gcc -c -g -O2 conftest.c >&5
configure:3678: $? = 0
configure:3751: gcc -o conftest -g -O2 conftest.c >&5
configure:3751: $? = 0
configure:3751: ./conftest
configure:3751: $? = 0
configure:3762: result: yes
configure:3775: checking for gawk
configure:3791: found /usr/bin/gawk
configure:3802: result: gawk
configure:3871: checking for g++
configure:3887: found /usr/bin/g++
configure:3898: result: g++
configure:3925: checking for C++ compiler version
configure:3934: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3945: $? = 0
configure:3934: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3945: $? = 0
configure:3934: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3945: $? = 4
configure:3934: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3945: $? = 4
configure:3949: checking whether we are using the GNU C++ compiler
configure:3968: g++ -c -D_REENTRANT conftest.cpp >&5
configure:3968: $? = 0
configure:3977: result: yes
configure:3986: checking whether g++ accepts -g
configure:4006: g++ -c -g conftest.cpp >&5
configure:4006: $? = 0
configure:4047: result: yes
configure:4113: checking for a BSD-compatible install
configure:4181: result: /usr/bin/install -c
configure:4192: checking whether ln -s works
configure:4196: result: yes
configure:4246: checking for ranlib
configure:4262: found /usr/bin/ranlib
configure:4273: result: ranlib
configure:4308: checking how to run the C++ preprocessor
configure:4335: g++ -E conftest.cpp
configure:4335: $? = 0
configure:4349: g++ -E conftest.cpp
conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4349: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4374: result: g++ -E
configure:4394: g++ -E conftest.cpp
configure:4394: $? = 0
configure:4408: g++ -E conftest.cpp
conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4408: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4492: checking build system type
configure:4506: result: x86_64-unknown-linux-gnu
configure:4526: checking host system type
configure:4539: result: x86_64-unknown-linux-gnu
configure:4568: checking if compiler flag -Wall works
configure:4583: g++ -c -D_REENTRANT -Wall conftest.cpp >&5
configure:4583: $? = 0
configure:4596: result: yes
configure:4609: checking if compiler flag -Wextra works
configure:4624: g++ -c -D_REENTRANT -Wall -Wextra conftest.cpp >&5
configure:4624: $? = 0
configure:4637: result: yes
configure:4650: checking if compiler flag -pipe works
configure:4665: g++ -c -D_REENTRANT -Wall -Wextra -pipe conftest.cpp >&5
configure:4665: $? = 0
configure:4678: result: yes
configure:4714: checking if compiler flag -ggdb works
configure:4729: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -INONE/include conftest.cpp >&5
configure:4729: $? = 0
configure:4742: result: yes
configure:4768: checking if compiler flag -fPIC works
configure:4783: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:4783: $? = 0
configure:4796: result: yes
configure:4838: checking for best optimize flags
configure:4840: result:
configure:4846: checking if compiler flag -O3 works
configure:4861: g++ -c -O3 -INONE/include conftest.cpp >&5
configure:4861: $? = 0
configure:4874: result: yes
configure:4890: checking CPU type
configure:4925: result: unknown
configure:5010: checking for sys/types.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for sys/stat.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for stdlib.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for string.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for memory.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for strings.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for inttypes.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for stdint.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5010: checking for unistd.h
configure:5010: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5010: $? = 0
configure:5010: result: yes
configure:5022: checking whether byte ordering is bigendian
configure:5037: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
conftest.cpp:22:9: error: expected unqualified-id before 'not' token
configure:5037: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define CVD_MAJOR_VERSION 0
| #define CVD_MINOR_VERSION 8
| #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
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:5082: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
configure:5082: $? = 0
configure:5100: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -INONE/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:28:8: error: 'big' was not declared in this scope
conftest.cpp:28:12: error: expected ';' before 'endian'
configure:5100: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define CVD_MAJOR_VERSION 0
| #define CVD_MINOR_VERSION 8
| #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
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:5228: result: no
configure:5321: checking for MMX support
configure:5344: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -INONE/include conftest.cpp >&5
configure:5344: $? = 0
configure:5344: ./conftest
configure:5344: $? = 0
configure:5359: result: yes
configure:5396: checking for MMXEXT support
configure:5418: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -INONE/include conftest.cpp >&5
configure:5418: $? = 0
configure:5418: ./conftest
configure:5418: $? = 0
configure:5433: result: yes
configure:5470: checking for SSE support
configure:5493: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -INONE/include conftest.cpp >&5
configure:5493: $? = 0
configure:5493: ./conftest
configure:5493: $? = 0
configure:5508: result: yes
configure:5545: checking for SSE2 support
configure:5568: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -INONE/include conftest.cpp >&5
configure:5568: $? = 0
configure:5568: ./conftest
configure:5568: $? = 0
configure:5583: result: yes
configure:5620: checking for SSE3 support
configure:5643: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:5643: $? = 0
configure:5643: ./conftest
configure:5643: $? = 0
configure:5658: result: yes
configure:5687: checking size of void*
configure:5692: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:5692: $? = 0
configure:5692: ./conftest
configure:5692: $? = 0
configure:5706: result: 8
configure:5736: checking for inline asm statement
configure:5742: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:5742: $? = 0
configure:5743: result: yes
configure:5785: checking assembler supports .type pseudo-op
configure:5789: result: yes
configure:5948: checking dc1394/dc1394.h usability
configure:5948: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:5948: $? = 0
configure:5948: result: yes
configure:5948: checking dc1394/dc1394.h presence
configure:5948: g++ -E -INONE/include conftest.cpp
configure:5948: $? = 0
configure:5948: result: yes
configure:5948: checking for dc1394/dc1394.h
configure:5948: result: yes
configure:5960: checking for main in -ldc1394
configure:5979: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -ldc1394 >&5
configure:5979: $? = 0
configure:5988: result: yes
configure:6175: checking for v4l2
configure:6184: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:36:37: warning: statement has no effect [-Wunused-value]
configure:6184: $? = 0
configure:6185: result: yes
configure:6260: checking linux/videodev.h usability
configure:6260: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:6260: $? = 0
configure:6260: result: yes
configure:6260: checking linux/videodev.h presence
configure:6260: g++ -E -INONE/include conftest.cpp
configure:6260: $? = 0
configure:6260: result: yes
configure:6260: checking for linux/videodev.h
configure:6260: result: yes
configure:6367: checking kernel major number
configure:6370: result: 3
configure:6377: checking kernel minor number
configure:6380: result: 2
configure:6388: checking kernel release number
configure:6391: result: 0
configure:6532: checking for clock_getres in -lrt
configure:6557: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lrt -ldc1394 >&5
configure:6557: $? = 0
configure:6566: result: yes
configure:6707: checking for X
configure:6815: g++ -E -INONE/include conftest.cpp
configure:6815: $? = 0
configure:6846: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lX11 -lrt -ldc1394 >&5
configure:6846: $? = 0
configure:6896: result: libraries , headers
configure:6906: checking for glDrawPixels in -lGL
configure:6931: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lGL -lrt -ldc1394 -L -lX11 -lXext >&5
configure:6931: $? = 0
configure:6940: result: yes
configure:6955: checking GL/glu.h usability
configure:6955: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:6955: $? = 0
configure:6955: result: yes
configure:6955: checking GL/glu.h presence
configure:6955: g++ -E -INONE/include conftest.cpp
configure:6955: $? = 0
configure:6955: result: yes
configure:6955: checking for GL/glu.h
configure:6955: result: yes
configure:6967: checking for gluGetString in -lGLU
configure:6992: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext >&5
configure:6992: $? = 0
configure:7001: result: yes
configure:7051: checking for tr1::shared_ptr
configure:7058: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
configure:7058: $? = 0
configure:7059: result: yes
configure:7103: checking for TooN
configure:7110: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:47:37: warning: variable 'v' set but not used [-Wunused-but-set-variable]
configure:7110: $? = 0
configure:7111: result: yes
configure:7189: checking for dgesvd_ in -lacml
configure:7214: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lacml -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -L/opt/acml/gnu64/lib -lacml_mv >&5
/usr/bin/ld: cannot find -lacml
/usr/bin/ld: cannot find -lacml_mv
collect2: ld returned 1 exit status
configure:7214: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define CVD_MAJOR_VERSION 0
| #define CVD_MINOR_VERSION 8
| #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 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 SIZEOF_VOIDP 8
| #define CVD_HAVE_INLINE_ASM 1
| #define CVD_HAVE_ASSEMBLER 1
| #define HAVE_DC1394_DC1394_H 1
| #define HAVE_LIBDC1394 1
| #define CVD_HAVE_DC1394V2 1
| #define CVD_HAVE_V4L2BUFFER 1
| #define HAVE_LINUX_VIDEODEV_H 1
| #define CVD_HAVE_V4L1BUFFER 1
| #define CVD_KERNEL_MAJOR 3
| #define CVD_KERNEL_MINOR 2
| #define CVD_KERNEL_RELEASE 0
| #define HAVE_LIBRT 1
| #define CVD_HAVE_POSIX_RT 1
| #define HAVE_LIBGL 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_LIBGLU 1
| #define CVD_HAVE_VIDEODISPLAY 1
| #define CVD_HAVE_TR1_SHARED_PTR 1
| #define CVD_HAVE_TOON 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dgesvd_ ();
| int
| main ()
| {
| return dgesvd_ ();
| ;
| return 0;
| }
configure:7223: result: no
configure:7274: checking if Accelerate framework is needed for LAPACK
configure:7276: result:
configure:7279: checking for dgesvd_
configure:7279: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -framework Accelerate >&5
g++: error: Accelerate: No such file or directory
configure:7279: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CVD"
| #define PACKAGE_TARNAME "cvd"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "CVD 0.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define CVD_MAJOR_VERSION 0
| #define CVD_MINOR_VERSION 8
| #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 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 SIZEOF_VOIDP 8
| #define CVD_HAVE_INLINE_ASM 1
| #define CVD_HAVE_ASSEMBLER 1
| #define HAVE_DC1394_DC1394_H 1
| #define HAVE_LIBDC1394 1
| #define CVD_HAVE_DC1394V2 1
| #define CVD_HAVE_V4L2BUFFER 1
| #define HAVE_LINUX_VIDEODEV_H 1
| #define CVD_HAVE_V4L1BUFFER 1
| #define CVD_KERNEL_MAJOR 3
| #define CVD_KERNEL_MINOR 2
| #define CVD_KERNEL_RELEASE 0
| #define HAVE_LIBRT 1
| #define CVD_HAVE_POSIX_RT 1
| #define HAVE_LIBGL 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_LIBGLU 1
| #define CVD_HAVE_VIDEODISPLAY 1
| #define CVD_HAVE_TR1_SHARED_PTR 1
| #define CVD_HAVE_TOON 1
| /* end confdefs.h. */
| /* Define dgesvd_ to an innocuous variant, in case <limits.h> declares dgesvd_.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dgesvd_ innocuous_dgesvd_
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dgesvd_ (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dgesvd_
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dgesvd_ ();
| /* 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_dgesvd_ || defined __stub___dgesvd_
| choke me
| #endif
|
| int
| main ()
| {
| return dgesvd_ ();
| ;
| return 0;
| }
configure:7279: result: no
configure:7323: checking for dgesvd_ in -llapack
configure:7348: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -INONE/include conftest.cpp -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext >&5
configure:7348: $? = 0
configure:7357: result: yes
configure:7755: checking for working pthreads
configure:7763: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
conftest.cpp: In function 'void* foo(void*)':
conftest.cpp:50:23: warning: no return statement in function returning non-void [-Wreturn-type]
conftest.cpp: In function 'int main()':
conftest.cpp:51:42: warning: null argument where non-null required (argument 1) [-Wnonnull]
configure:7763: $? = 0
configure:7764: result: yes
configure:7784: checking for sched_yield
configure:7784: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:7784: $? = 0
configure:7784: result: yes
configure:7857: checking png.h usability
configure:7857: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:7857: $? = 0
configure:7857: result: yes
configure:7857: checking png.h presence
configure:7857: g++ -E -INONE/include conftest.cpp
configure:7857: $? = 0
configure:7857: result: yes
configure:7857: checking for png.h
configure:7857: result: yes
configure:7869: checking for png_init_io in -lpng
configure:7894: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:7894: $? = 0
configure:7903: result: yes
configure:7917: checking for png_set_expand_gray_1_2_4_to_8 in -lpng
configure:7942: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:7942: $? = 0
configure:7951: result: yes
configure:8007: checking jpeglib.h usability
configure:8007: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:8007: $? = 0
configure:8007: result: yes
configure:8007: checking jpeglib.h presence
configure:8007: g++ -E -INONE/include conftest.cpp
configure:8007: $? = 0
configure:8007: result: yes
configure:8007: checking for jpeglib.h
configure:8007: result: yes
configure:8019: checking for jpeg_destroy_decompress in -ljpeg
configure:8044: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:8044: $? = 0
configure:8053: result: yes
configure:8077: checking JPEG read buffer size
configure:8089: result: 1 (safe reading)
configure:8125: checking tiffio.h usability
configure:8125: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:8125: $? = 0
configure:8125: result: yes
configure:8125: checking tiffio.h presence
configure:8125: g++ -E -INONE/include conftest.cpp
configure:8125: $? = 0
configure:8125: result: yes
configure:8125: checking for tiffio.h
configure:8125: result: yes
configure:8137: checking for TIFFReadRGBAImage in -ltiff
configure:8162: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -ltiff -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:8162: $? = 0
configure:8171: result: yes
configure:8364: checking for TIFFReadRGBAImageOriented in -ltiff
configure:8389: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -ltiff -ltiff -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:8389: $? = 0
configure:8398: result: yes
configure:8757: checking for doxygen
configure:8785: result: no
configure:8831: checking glob.h usability
configure:8831: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:8831: $? = 0
configure:8831: result: yes
configure:8831: checking glob.h presence
configure:8831: g++ -E -INONE/include conftest.cpp
configure:8831: $? = 0
configure:8831: result: yes
configure:8831: checking for glob.h
configure:8831: result: yes
configure:8843: checking for glob
configure:8843: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -ltiff -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:8843: $? = 0
configure:8843: result: yes
configure:8860: checking for GLOB_BRACE and GLOB_TILDE in glob.h
configure:8867: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:8867: $? = 0
configure:8868: result: yes
configure:8898: checking whether feenableexcept is declared
configure:8898: g++ -c -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp >&5
configure:8898: $? = 0
configure:8898: result: yes
configure:8926: checking for posix_memalign
configure:8926: g++ -o conftest -D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread -INONE/include conftest.cpp -ltiff -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread >&5
configure:8926: $? = 0
configure:8926: result: yes
configure:9416: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by CVD config.status 0.8, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on bacon
config.status:939: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=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_CCC_set=
ac_cv_env_CCC_value=
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=set
ac_cv_env_CXXFLAGS_value=-D_REENTRANT
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_dgesvd_=no
ac_cv_func_glob=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_sched_yield=yes
ac_cv_have_decl_feenableexcept=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_GL_glu_h=yes
ac_cv_header_dc1394_dc1394_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_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_lib_GLU_gluGetString=yes
ac_cv_lib_GL_glDrawPixels=yes
ac_cv_lib_acml_dgesvd_=no
ac_cv_lib_dc1394_main=yes
ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
ac_cv_lib_lapack_dgesvd_=yes
ac_cv_lib_png_png_init_io=yes
ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
ac_cv_lib_rt_clock_getres=yes
ac_cv_lib_tiff_TIFFReadRGBAImage=yes
ac_cv_lib_tiff_TIFFReadRGBAImageOriented=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_docs=no
ac_cv_sizeof_voidp=8
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='gawk'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -INONE/include'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-D_REENTRANT -Wall -Wextra -pipe -ggdb -fPIC -mmmx -msse -msse -msse2 -msse3 -pthread'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-ltiff -ljpeg -lpng -lpng -llapack -lGLU -lGL -lrt -ldc1394 -L -lX11 -lXext -pthread'
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
OFLAGS=' -O3'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='CVD'
PACKAGE_STRING='CVD 0.8'
PACKAGE_TARNAME='cvd'
PACKAGE_URL=''
PACKAGE_VERSION='0.8'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/bash'
XMKMF=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dep_objects='cvd_src/i686/yuv411_to_stuff_MMX_64.o cvd_src/SSE2/half_sample.o cvd_src/noarch/convert_rgb_to_y.o cvd_src/i686/convolve_gaussian.o cvd_src/i686/gradient.o cvd_src/noarch/yuv420p_to_rgb_runner.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/SSE2/two_thirds_sample.o cvd_src/fast/fast_7_detect.o cvd_src/fast/fast_7_score.o cvd_src/slower_corner_7.o cvd_src/fast/fast_8_detect.o cvd_src/fast/fast_8_score.o cvd_src/slower_corner_8.o cvd_src/fast/fast_9_detect.o cvd_src/fast/fast_9_score.o cvd_src/fast_corner_9_nonmax.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/slower_corner_11.o cvd_src/fast/fast_12_detect.o cvd_src/fast/fast_12_score.o cvd_src/SSE2/faster_corner_9.o cvd_src/SSE2/faster_corner_10.o cvd_src/SSE2/faster_corner_12.o cvd_src/Linux/dvbuffer3_dc1394v2.o cvd_src/videosource_dvbuffer.o cvd_src/Linux/v4l1buffer.o cvd_src/Linux/videosource_v4l1buffer.o cvd_src/Linux/videosource_nov4lbuffer.o cvd_src/Linux/v4l2buffer.o cvd_src/OSX/videosource_noqtbuffer.o cvd_src/posix/get_time_of_day_ns.o cvd_src/synchronized.o cvd_src/eventobject.o cvd_src/thread.o cvd_src/posix/sched_yield.o cvd_src/thread/runnable_batch.o cvd_src/noarch/posix_memalign.o cvd_src/videodisplay.o cvd_src/glwindow.o cvd_src/gltext.o pnm_src/jpeg.o pnm_src/tiff.o pnm_src/tiffwrite.o pnm_src/png.o cvd_src/videosource_novideofilebuffer.o cvd_src/globlist.o cvd_src/tensor_voting.o cvd_src/brezenham.o cvd_src/draw_toon.o cvd_src/dummy_lapack.o '
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
docs='no'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_32bit=''
have_assembler='yes'
have_dc1394v1=''
have_dc1394v2='yes'
have_fast10='yes'
have_fast11='yes'
have_fast12='yes'
have_fast7='yes'
have_fast8='yes'
have_fast9='yes'
have_ffmpeg=''
have_glob='yes'
have_inline_asm='yes'
have_jpeg='yes'
have_lapack='yes'
have_linux_2_4=''
have_linux_2_6=''
have_memalign='yes'
have_mmx='yes'
have_mmxext='yes'
have_o2buffer=''
have_png='yes'
have_posix_rt='yes'
have_pthread='yes'
have_pthread_yield=''
have_pthread_yield_np=''
have_qtbuffer=''
have_sched_yield='yes'
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_tr1_shared_ptr='yes'
have_v4l1buffer='yes'
have_v4l2buffer='yes'
have_videodisplay='yes'
have_windows=''
have_x86='yes'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
major='0'
mandir='${datarootdir}/man'
minor='8'
oldincludedir='/usr/include'
osx_hacks=''
pdfdir='${docdir}'
prefix='/usr/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/cvd_display_image progs/video_play_source '
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
testprogs='test/diskbuffer2 test/test_images test/v4lbuffer_mono test/v4lbuffer_bayerrgb test/v4l2buffer test/v4l1buffer_bayer test/v4l1buffer_rgb test/font test/bayer_test '
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "CVD"
#define PACKAGE_TARNAME "cvd"
#define PACKAGE_VERSION "0.8"
#define PACKAGE_STRING "CVD 0.8"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define CVD_MAJOR_VERSION 0
#define CVD_MINOR_VERSION 8
#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 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 SIZEOF_VOIDP 8
#define CVD_HAVE_INLINE_ASM 1
#define CVD_HAVE_ASSEMBLER 1
#define HAVE_DC1394_DC1394_H 1
#define HAVE_LIBDC1394 1
#define CVD_HAVE_DC1394V2 1
#define CVD_HAVE_V4L2BUFFER 1
#define HAVE_LINUX_VIDEODEV_H 1
#define CVD_HAVE_V4L1BUFFER 1
#define CVD_KERNEL_MAJOR 3
#define CVD_KERNEL_MINOR 2
#define CVD_KERNEL_RELEASE 0
#define HAVE_LIBRT 1
#define CVD_HAVE_POSIX_RT 1
#define HAVE_LIBGL 1
#define HAVE_GL_GLU_H 1
#define HAVE_LIBGLU 1
#define CVD_HAVE_VIDEODISPLAY 1
#define CVD_HAVE_TR1_SHARED_PTR 1
#define CVD_HAVE_TOON 1
#define HAVE_LIBLAPACK 1
#define CVD_HAVE_LAPACK 1
#define CVD_HAVE_PTHREAD 1
#define HAVE_PNG_H 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPNG 1
#define CVD_HAVE_PNG 1
#define HAVE_JPEGLIB_H 1
#define HAVE_LIBJPEG 1
#define CVD_HAVE_JPEG 1
#define CVD_INTERNAL_JPEG_BUFFER_SIZE 1
#define HAVE_TIFFIO_H 1
#define HAVE_LIBTIFF 1
#define CVD_HAVE_TIFF 1
#define CVD_INTERNAL_HAVE_TIFF_ORIENTED 1
#define HAVE_GLOB_H 1
#define CVD_HAVE_GLOB 1
#define CVD_HAVE_FENV_H 1
#define CVD_HAVE_MEMALIGN 1
#define CVD_HAVE_DVBUFFER3 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment