This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 ## --------- ## ## Platform. ## ## --------- ## hostname = mr-fox uname -m = x86_64 uname -r = 4.7.4-hardened-r1 uname -s = Linux uname -v = #1 SMP Thu Sep 22 18:21:40 CEST 2016 /usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz /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/portage/python2.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python2.7/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 PATH: /opt/nvidia-cg-toolkit/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1230: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:1368: checking for a BSD-compatible install configure:1423: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:1434: checking whether build environment is sane configure:1477: result: yes configure:1542: checking for gawk configure:1558: found /usr/bin/gawk configure:1568: result: gawk configure:1578: checking whether make sets $(MAKE) configure:1598: result: yes configure:1776: checking for x86_64-pc-linux-gnu-gcc configure:1792: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:1802: result: x86_64-pc-linux-gnu-gcc configure:2084: checking for C compiler version configure:2087: x86_64-pc-linux-gnu-gcc --version &5 x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:2090: $? = 0 configure:2092: x86_64-pc-linux-gnu-gcc -v &5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:2095: $? = 0 configure:2097: x86_64-pc-linux-gnu-gcc -V &5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:2100: $? = 1 configure:2123: checking for C compiler default output file name configure:2126: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:2129: $? = 0 configure:2175: result: a.out configure:2180: checking whether the C compiler works configure:2186: ./a.out configure:2189: $? = 0 configure:2206: result: yes configure:2213: checking whether we are cross compiling configure:2215: result: no configure:2218: checking for suffix of executables configure:2220: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:2223: $? = 0 configure:2248: result: configure:2254: checking for suffix of object files configure:2275: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:2278: $? = 0 configure:2300: result: o configure:2304: checking whether we are using the GNU C compiler configure:2328: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:2334: $? = 0 configure:2338: test -z || test ! -s conftest.err configure:2341: $? = 0 configure:2344: test -s conftest.o configure:2347: $? = 0 configure:2360: result: yes configure:2366: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:2387: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:2393: $? = 0 configure:2397: test -z || test ! -s conftest.err configure:2400: $? = 0 configure:2403: test -s conftest.o configure:2406: $? = 0 configure:2417: result: yes configure:2434: checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C configure:2504: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:2510: $? = 0 configure:2514: test -z || test ! -s conftest.err configure:2517: $? = 0 configure:2520: test -s conftest.o configure:2523: $? = 0 configure:2541: result: none needed configure:2559: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe 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:2565: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2709: checking for style of include used by make configure:2737: result: GNU configure:2765: checking dependency style of x86_64-pc-linux-gnu-gcc configure:2855: result: none configure:2882: checking for x86_64-pc-linux-gnu-g++ configure:2898: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:2908: result: x86_64-pc-linux-gnu-g++ configure:2966: checking for C++ compiler version configure:2969: x86_64-pc-linux-gnu-g++ --version &5 x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:2972: $? = 0 configure:2974: x86_64-pc-linux-gnu-g++ -v &5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:2977: $? = 0 configure:2979: x86_64-pc-linux-gnu-g++ -V &5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:2982: $? = 1 configure:2985: checking whether we are using the GNU C++ compiler configure:3009: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:3015: $? = 0 configure:3019: test -z || test ! -s conftest.err configure:3022: $? = 0 configure:3025: test -s conftest.o configure:3028: $? = 0 configure:3041: result: yes configure:3047: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:3068: x86_64-pc-linux-gnu-g++ -c -g conftest.cc >&5 configure:3074: $? = 0 configure:3078: test -z || test ! -s conftest.err configure:3081: $? = 0 configure:3084: test -s conftest.o configure:3087: $? = 0 configure:3098: result: yes configure:3140: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:3146: $? = 0 configure:3150: test -z || test ! -s conftest.err configure:3153: $? = 0 configure:3156: test -s conftest.o configure:3159: $? = 0 configure:3185: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:3191: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "drawtiming" | #define VERSION "0.7.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3140: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:3146: $? = 0 configure:3150: test -z || test ! -s conftest.err configure:3153: $? = 0 configure:3156: test -s conftest.o configure:3159: $? = 0 configure:3185: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cc >&5 configure:3191: $? = 0 configure:3195: test -z || test ! -s conftest.err configure:3198: $? = 0 configure:3201: test -s conftest.o configure:3204: $? = 0 configure:3229: checking dependency style of x86_64-pc-linux-gnu-g++ configure:3319: result: none configure:3340: checking for bison configure:3356: found /usr/bin/bison configure:3366: result: bison -y configure:3382: checking for flex configure:3398: found /usr/bin/flex configure:3408: result: flex configure:3421: checking for yywrap in -lfl configure:3451: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5 configure:3457: $? = 0 configure:3461: test -z || test ! -s conftest.err configure:3464: $? = 0 configure:3467: test -s conftest configure:3470: $? = 0 configure:3483: result: yes configure:3561: checking lex output file root configure:3572: flex conftest.l configure:3575: $? = 0 configure:3587: result: lex.yy configure:3592: checking whether yytext is a pointer configure:3608: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5 configure:3614: $? = 0 configure:3618: test -z || test ! -s conftest.err configure:3621: $? = 0 configure:3624: test -s conftest configure:3627: $? = 0 configure:3641: result: yes configure:3668: checking for a BSD-compatible install configure:3723: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:3734: checking for an ANSI C-conforming const configure:3801: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3807: $? = 0 configure:3811: test -z || test ! -s conftest.err configure:3814: $? = 0 configure:3817: test -s conftest.o configure:3820: $? = 0 configure:3831: result: yes configure:3842: checking for getopt_long in -lgnugetopt configure:3872: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lgnugetopt >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lgnugetopt collect2: error: ld returned 1 exit status configure:3878: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "drawtiming" | #define VERSION "0.7.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 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 getopt_long (); | int | main () | { | getopt_long (); | ; | return 0; | } configure:3904: result: no configure:3920: checking how to run the C preprocessor configure:3955: x86_64-pc-linux-gnu-gcc -E conftest.c configure:3961: $? = 0 configure:3993: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3999: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "drawtiming" | #define VERSION "0.7.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:4038: result: x86_64-pc-linux-gnu-gcc -E configure:4062: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4068: $? = 0 configure:4100: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4106: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "drawtiming" | #define VERSION "0.7.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:4150: checking for egrep configure:4160: result: grep -E configure:4165: checking for ANSI C header files configure:4190: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4196: $? = 0 configure:4200: test -z || test ! -s conftest.err configure:4203: $? = 0 configure:4206: test -s conftest.o configure:4209: $? = 0 configure:4298: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c: In function 'main': conftest.c:32:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ conftest.c:32:7: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:32:7: note: include '' or provide a declaration of 'exit' conftest.c:33:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ conftest.c:33:3: note: include '' or provide a declaration of 'exit' configure:4301: $? = 0 configure:4303: ./conftest configure:4306: $? = 0 configure:4321: result: yes configure:4345: checking for sys/types.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for sys/stat.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for stdlib.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for string.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for memory.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for strings.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for inttypes.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for stdint.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4345: checking for unistd.h configure:4361: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4367: $? = 0 configure:4371: test -z || test ! -s conftest.err configure:4374: $? = 0 configure:4377: test -s conftest.o configure:4380: $? = 0 configure:4391: result: yes configure:4417: checking getopt.h usability configure:4429: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4435: $? = 0 configure:4439: test -z || test ! -s conftest.err configure:4442: $? = 0 configure:4445: test -s conftest.o configure:4448: $? = 0 configure:4458: result: yes configure:4462: checking getopt.h presence configure:4472: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4478: $? = 0 configure:4498: result: yes configure:4533: checking for getopt.h configure:4540: result: yes configure:4570: checking for x86_64-pc-linux-gnu-pkg-config configure:4588: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:4600: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:4657: checking pkg-config is at least version 0.9.0 configure:4660: result: yes configure:4671: checking for MAGICK configure:4679: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable No package 'ImageMagick++' found configure:4682: $? = 1 configure:4697: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable No package 'ImageMagick++' found configure:4700: $? = 1 No package 'ImageMagick++' found configure:4738: error: Package requirements (ImageMagick++) were not met: No package 'ImageMagick++' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables MAGICK_CFLAGS and MAGICK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes 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='-march=native -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_MAGICK_CFLAGS_set= ac_cv_env_MAGICK_CFLAGS_value= ac_cv_env_MAGICK_LIBS_set= ac_cv_env_MAGICK_LIBS_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=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_unistd_h=yes ac_cv_lib_fl_yywrap=yes ac_cv_lib_gnugetopt_getopt_long=no ac_cv_objext=o ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' 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_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run aclocal-1.9' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run tar' AUTOCONF='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run automake-1.9' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CXX='x86_64-pc-linux-gnu-g++' CXXDEPMODE='depmode=none' CXXFLAGS='-march=native -O2 -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS='' LIBS='' LTLIBOBJS='' MAGICK_CFLAGS='' MAGICK_LIBS='' MAKEINFO='${SHELL} /var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/missing --run makeinfo' OBJEXT='o' PACKAGE='drawtiming' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.7.1' YACC='bison -y' ac_ct_CC='' ac_ct_CXX='' ac_ct_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='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='x86_64-pc-linux-gnu' datadir='/usr/share' exec_prefix='NONE' host_alias='x86_64-pc-linux-gnu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/tmp/portage/sci-electronics/drawtiming-0.7.1-r1/work/drawtiming-0.7.1/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='mkdir -p --' 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 HAVE_GETOPT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_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_UNISTD_H 1 #define PACKAGE "drawtiming" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.7.1" #define YYTEXT_POINTER 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1