Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 413188 Details for
Bug 561740
sci-libs/itpp-4.2-r1 : No package 'blas' found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 57.19 KB, created by
Toralf Förster
on 2015-09-28 12:01:07 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-09-28 12:01:07 UTC
Size:
57.19 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by IT++ configure 4.2, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/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 --docdir=/usr/share/doc/itpp-4.2-r1 --enable-shared --disable-static --docdir=/usr/share/doc/itpp-4.2-r1 --enable-shared --disable-html-doc --disable-debug --enable-comm --enable-fixed --enable-optim --enable-protocol --enable-signal --enable-srccode --without-fft --with-blas=no --with-lapack= > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tor-relay >uname -m = x86_64 >uname -r = 4.1.7-hardened-r1 >uname -s = Linux >uname -v = #1 SMP Mon Sep 21 14:13:34 CEST 2015 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz >/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: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/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/4.8.5 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2569: 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" ;; >| 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:2715: checking for a BSD-compatible install >configure:2783: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:2794: checking whether build environment is sane >configure:2849: result: yes >configure:3000: checking for a thread-safe mkdir -p >configure:3039: result: /bin/mkdir -p >configure:3046: checking for gawk >configure:3062: found /usr/bin/gawk >configure:3073: result: gawk >configure:3084: checking whether make sets $(MAKE) >configure:3106: result: yes >configure:3135: checking whether make supports nested variables >configure:3152: result: yes >configure:3300: checking build system type >configure:3314: result: x86_64-pc-linux-gnu >configure:3334: checking host system type >configure:3347: result: x86_64-pc-linux-gnu >configure:3630: checking for x86_64-pc-linux-gnu-g++ >configure:3646: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:3657: result: x86_64-pc-linux-gnu-g++ >configure:3728: checking for C++ compiler version >configure:3737: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo Hardened 4.8.5 p1.3, pie-0.6.2) 4.8.5 >Copyright (C) 2015 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:3748: $? = 0 >configure:3737: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.5/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.5/work/gcc-4.8.5/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/python --enable-languages=c,c++ --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 Hardened 4.8.5 p1.3, pie-0.6.2' --enable-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-libquadmath --enable-lto --without-cloog --disable-libsanitizer >Thread model: posix >gcc version 4.8.5 (Gentoo Hardened 4.8.5 p1.3, pie-0.6.2) >configure:3748: $? = 0 >configure:3737: 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:3748: $? = 1 >configure:3737: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:3748: $? = 1 >configure:3768: checking whether the C++ compiler works >configure:3790: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3794: $? = 0 >configure:3842: result: yes >configure:3845: checking for C++ compiler default output file name >configure:3847: result: a.out >configure:3853: checking for suffix of executables >configure:3860: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3864: $? = 0 >configure:3886: result: >configure:3908: checking whether we are cross compiling >configure:3916: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:3920: $? = 0 >configure:3927: ./conftest >configure:3931: $? = 0 >configure:3946: result: no >configure:3951: checking for suffix of object files >configure:3973: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -DNDEBUG conftest.cpp >&5 >configure:3977: $? = 0 >configure:3998: result: o >configure:4002: checking whether we are using the GNU C++ compiler >configure:4021: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -DNDEBUG conftest.cpp >&5 >configure:4021: $? = 0 >configure:4030: result: yes >configure:4039: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:4059: x86_64-pc-linux-gnu-g++ -c -g -DNDEBUG conftest.cpp >&5 >configure:4059: $? = 0 >configure:4100: result: yes >configure:4134: checking for style of include used by make >configure:4162: result: GNU >configure:4188: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:4299: result: none >configure:4319: checking how to run the C++ preprocessor >configure:4346: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >configure:4346: $? = 0 >configure:4360: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4360: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4385: result: x86_64-pc-linux-gnu-g++ -E >configure:4405: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >configure:4405: $? = 0 >configure:4419: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4419: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4457: checking for x86_64-pc-linux-gnu-g77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-xlf >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-f77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-frt >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-pgf77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-cf77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-fort77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-fl32 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-af77 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-xlf90 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-f90 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-pgf90 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-pghpf >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-epcf90 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-gfortran >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-g95 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-xlf95 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-f95 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-fort >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-ifort >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-ifc >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-efc >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-pgfortran >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-pgf95 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-lf95 >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-ftn >configure:4487: result: no >configure:4457: checking for x86_64-pc-linux-gnu-nagfor >configure:4487: result: no >configure:4501: checking for g77 >configure:4531: result: no >configure:4501: checking for xlf >configure:4531: result: no >configure:4501: checking for f77 >configure:4531: result: no >configure:4501: checking for frt >configure:4531: result: no >configure:4501: checking for pgf77 >configure:4531: result: no >configure:4501: checking for cf77 >configure:4531: result: no >configure:4501: checking for fort77 >configure:4531: result: no >configure:4501: checking for fl32 >configure:4531: result: no >configure:4501: checking for af77 >configure:4531: result: no >configure:4501: checking for xlf90 >configure:4531: result: no >configure:4501: checking for f90 >configure:4531: result: no >configure:4501: checking for pgf90 >configure:4531: result: no >configure:4501: checking for pghpf >configure:4531: result: no >configure:4501: checking for epcf90 >configure:4531: result: no >configure:4501: checking for gfortran >configure:4531: result: no >configure:4501: checking for g95 >configure:4531: result: no >configure:4501: checking for xlf95 >configure:4531: result: no >configure:4501: checking for f95 >configure:4531: result: no >configure:4501: checking for fort >configure:4531: result: no >configure:4501: checking for ifort >configure:4531: result: no >configure:4501: checking for ifc >configure:4531: result: no >configure:4501: checking for efc >configure:4531: result: no >configure:4501: checking for pgfortran >configure:4531: result: no >configure:4501: checking for pgf95 >configure:4531: result: no >configure:4501: checking for lf95 >configure:4531: result: no >configure:4501: checking for ftn >configure:4531: result: no >configure:4501: checking for nagfor >configure:4531: result: no >configure:4554: checking for Fortran 77 compiler version >configure:4563: --version >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 4565: --version: command not found >configure:4574: $? = 127 >configure:4563: -v >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 4565: -v: command not found >configure:4574: $? = 127 >configure:4563: -V >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 4565: -V: command not found >configure:4574: $? = 127 >configure:4563: -qversion >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 4565: -qversion: command not found >configure:4574: $? = 127 >configure:4583: checking whether we are using the GNU Fortran 77 compiler >configure:4596: -c -O2 -pipe conftest.F >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 1733: -c: command not found >configure:4596: $? = 127 >configure: failed program was: >| program main >| #ifndef __GNUC__ >| choke me >| #endif >| >| end >configure:4605: result: no >configure:4611: checking whether accepts -g >configure:4622: -c -g conftest.f >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/configure: line 1733: -c: command not found >configure:4622: $? = 127 >configure: failed program was: >| program main >| >| end >configure:4630: result: no >configure:4706: checking how to print strings >configure:4733: result: printf >configure:4762: checking for x86_64-pc-linux-gnu-gcc >configure:4778: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:4789: result: x86_64-pc-linux-gnu-gcc >configure:5058: checking for C compiler version >configure:5067: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 4.8.5 p1.3, pie-0.6.2) 4.8.5 >Copyright (C) 2015 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:5078: $? = 0 >configure:5067: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.5/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.5/work/gcc-4.8.5/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/python --enable-languages=c,c++ --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 Hardened 4.8.5 p1.3, pie-0.6.2' --enable-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-libquadmath --enable-lto --without-cloog --disable-libsanitizer >Thread model: posix >gcc version 4.8.5 (Gentoo Hardened 4.8.5 p1.3, pie-0.6.2) >configure:5078: $? = 0 >configure:5067: 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:5078: $? = 1 >configure:5067: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5078: $? = 1 >configure:5082: checking whether we are using the GNU C compiler >configure:5101: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:5101: $? = 0 >configure:5110: result: yes >configure:5119: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5139: x86_64-pc-linux-gnu-gcc -c -g -DNDEBUG conftest.c >&5 >configure:5139: $? = 0 >configure:5180: result: yes >configure:5197: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:5260: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:5260: $? = 0 >configure:5273: result: none needed >configure:5298: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:5320: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:5323: $? = 0 >configure:5320: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:5323: $? = 0 >configure:5335: result: yes >configure:5354: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5465: result: none >configure:5480: checking for a sed that does not truncate output >configure:5544: result: /bin/sed >configure:5562: checking for grep that handles long lines and -e >configure:5620: result: /bin/grep >configure:5625: checking for egrep >configure:5687: result: /bin/grep -E >configure:5692: checking for fgrep >configure:5754: result: /bin/grep -F >configure:5789: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5856: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5863: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5878: result: yes >configure:5890: checking for BSD- or MS-compatible name lister (nm) >configure:5944: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:6074: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:6081: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:6084: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:6087: output >0000000000000000 B some_variable >configure:6094: result: BSD nm >configure:6097: checking whether ln -s works >configure:6101: result: yes >configure:6109: checking the maximum length of command line arguments >configure:6240: result: 1572864 >configure:6288: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:6328: result: func_convert_file_noop >configure:6335: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6355: result: func_convert_file_noop >configure:6362: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6369: result: -r >configure:6403: checking for x86_64-pc-linux-gnu-objdump >configure:6419: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:6430: result: x86_64-pc-linux-gnu-objdump >configure:6502: checking how to recognize dependent libraries >configure:6702: result: pass_all >configure:6747: checking for x86_64-pc-linux-gnu-dlltool >configure:6763: found /usr/bin/x86_64-pc-linux-gnu-dlltool >configure:6774: result: x86_64-pc-linux-gnu-dlltool >configure:6847: checking how to associate runtime and link libraries >configure:6874: result: printf %s\n >configure:6891: checking for x86_64-pc-linux-gnu-ar >configure:6907: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6918: result: x86_64-pc-linux-gnu-ar >configure:6999: checking for archiver @FILE support >configure:7016: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:7016: $? = 0 >configure:7019: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:7022: $? = 0 >configure:7027: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:7030: $? = 1 >configure:7042: result: @ >configure:7060: checking for x86_64-pc-linux-gnu-strip >configure:7076: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:7087: result: x86_64-pc-linux-gnu-strip >configure:7159: checking for x86_64-pc-linux-gnu-ranlib >configure:7175: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:7186: result: x86_64-pc-linux-gnu-ranlib >configure:7328: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:7481: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:7484: $? = 0 >configure:7488: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:7491: $? = 0 >configure:7557: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7560: $? = 0 >configure:7598: result: ok >configure:7645: checking for sysroot >configure:7675: result: no >configure:7682: checking for a working dd >configure:7720: result: /bin/dd >configure:7724: checking how to truncate binary pipes >configure:7739: result: /bin/dd bs=4096 count=1 >configure:7875: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:7878: $? = 0 >configure:8028: checking for x86_64-pc-linux-gnu-mt >configure:8058: result: no >configure:8068: checking for mt >configure:8084: found /usr/sbin/mt >configure:8095: result: mt >configure:8118: checking if mt is a manifest tool >configure:8124: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:8132: result: no >configure:8809: checking how to run the C preprocessor >configure:8840: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:8840: $? = 0 >configure:8854: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:8854: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8879: result: x86_64-pc-linux-gnu-gcc -E >configure:8899: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:8899: $? = 0 >configure:8913: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:8913: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8942: checking for ANSI C header files >configure:8962: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:8962: $? = 0 >configure:9035: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9035: $? = 0 >configure:9035: ./conftest >configure:9035: $? = 0 >configure:9046: result: yes >configure:9059: checking for sys/types.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for sys/stat.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for stdlib.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for string.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for memory.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for strings.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for inttypes.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for stdint.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9059: checking for unistd.h >configure:9059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9059: $? = 0 >configure:9059: result: yes >configure:9073: checking for dlfcn.h >configure:9073: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:9073: $? = 0 >configure:9073: result: yes >configure:9281: checking for objdir >configure:9296: result: .libs >configure:9560: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:9578: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] >configure:9582: $? = 0 >configure:9595: result: no >configure:9953: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:9960: result: -fPIC -DPIC >configure:9968: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9986: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG -fPIC -DPIC -DPIC conftest.c >&5 >configure:9990: $? = 0 >configure:10003: result: yes >configure:10032: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:10060: result: yes >configure:10075: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10096: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG -o out/conftest2.o conftest.c >&5 >configure:10100: $? = 0 >configure:10122: result: yes >configure:10130: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10177: result: yes >configure:10210: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:11469: result: yes >configure:11506: checking whether -lc should be explicitly linked in >configure:11514: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DNDEBUG conftest.c >&5 >configure:11517: $? = 0 >configure:11532: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11535: $? = 0 >configure:11549: result: no >configure:11709: checking dynamic linker characteristics >configure:12303: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:12303: $? = 0 >configure:12540: result: GNU/Linux ld.so >configure:12662: checking how to hardcode library paths into programs >configure:12687: result: immediate >configure:13235: checking whether stripping libraries is possible >configure:13240: result: yes >configure:13275: checking if libtool supports shared libraries >configure:13277: result: yes >configure:13280: checking whether to build shared libraries >configure:13305: result: yes >configure:13308: checking whether to build static libraries >configure:13312: result: no >configure:13335: checking how to run the C++ preprocessor >configure:13401: result: x86_64-pc-linux-gnu-g++ -E >configure:13421: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >configure:13421: $? = 0 >configure:13435: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13435: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13597: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:13664: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:13671: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:13686: result: yes >configure:13741: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14814: result: yes >configure:14850: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -DNDEBUG conftest.cpp >&5 >configure:14853: $? = 0 >configure:15334: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:15341: result: -fPIC -DPIC >configure:15349: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:15367: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -DNDEBUG -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15371: $? = 0 >configure:15384: result: yes >configure:15407: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:15435: result: yes >configure:15447: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15468: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -DNDEBUG -o out/conftest2.o conftest.cpp >&5 >configure:15472: $? = 0 >configure:15494: result: yes >configure:15499: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:15546: result: yes >configure:15576: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15616: result: yes >configure:15757: checking dynamic linker characteristics >configure:16515: result: GNU/Linux ld.so >configure:16580: checking how to hardcode library paths into programs >configure:16605: result: immediate >configure:19620: checking whether ln -s works >configure:19624: result: yes >configure:19631: checking for a sed that does not truncate output >configure:19695: result: /bin/sed >configure:19710: checking whether to use explicit library dependencies >configure:19726: result: no >configure:19909: checking for doxygen >configure:19937: result: no >configure:19947: checking for latex >configure:19975: result: no >configure:19985: checking for dvips >configure:20001: found /usr/bin/dvips >configure:20013: result: yes >configure:20023: checking for gs >configure:20039: found /usr/bin/gs >configure:20051: result: yes >configure:20120: checking for gdiff >configure:20153: result: no >configure:20120: checking for gnudiff >configure:20153: result: no >configure:20120: checking for diff >configure:20138: found /usr/bin/diff >configure:20150: result: /usr/bin/diff >configure:20175: checking whether time.h and sys/time.h may both be included >configure:20195: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20195: $? = 0 >configure:20202: result: yes >configure:20216: checking cmath usability >configure:20216: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20216: $? = 0 >configure:20216: result: yes >configure:20216: checking cmath presence >configure:20216: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >configure:20216: $? = 0 >configure:20216: result: yes >configure:20216: checking for cmath >configure:20216: result: yes >configure:20216: checking complex usability >configure:20216: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20216: $? = 0 >configure:20216: result: yes >configure:20216: checking complex presence >configure:20216: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >configure:20216: $? = 0 >configure:20216: result: yes >configure:20216: checking for complex >configure:20216: result: yes >configure:20216: checking ieeefp.h usability >configure:20216: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >conftest.cpp:59:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:20216: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_CMATH 1 >| #define HAVE_COMPLEX 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ieeefp.h> >configure:20216: result: no >configure:20216: checking ieeefp.h presence >configure:20216: x86_64-pc-linux-gnu-g++ -E -DNDEBUG conftest.cpp >conftest.cpp:26:20: fatal error: ieeefp.h: No such file or directory > #include <ieeefp.h> > ^ >compilation terminated. >configure:20216: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_CMATH 1 >| #define HAVE_COMPLEX 1 >| /* end confdefs.h. */ >| #include <ieeefp.h> >configure:20216: result: no >configure:20216: checking for ieeefp.h >configure:20216: result: no >configure:20229: checking whether signgam is declared >configure:20229: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20229: $? = 0 >configure:20229: result: yes >configure:20246: checking whether isfinite is declared >configure:20246: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:40:10: error: 'isfinite' was not declared in this scope > (void) isfinite; > ^ >conftest.cpp:40:10: note: suggested alternative: >In file included from conftest.cpp:28:0: >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include/g++-v4/cmath:818:5: note: 'std::isfinite' > isfinite(_Tp __f) > ^ >configure:20246: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_CMATH 1 >| #define HAVE_COMPLEX 1 >| #define HAVE_DECL_SIGNGAM 1 >| /* end confdefs.h. */ >| #if defined(HAVE_CMATH) >| # include <cmath> >| #endif >| #if defined(HAVE_IEEEFP_H) >| # include <ieeefp.h> >| #endif >| >| >| int >| main () >| { >| #ifndef isfinite >| #ifdef __cplusplus >| (void) isfinite; >| #else >| (void) isfinite; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:20246: result: no >configure:20263: checking whether isinf is declared >configure:20263: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20263: $? = 0 >configure:20263: result: yes >configure:20280: checking whether isnan is declared >configure:20280: x86_64-pc-linux-gnu-g++ -c -DNDEBUG conftest.cpp >&5 >configure:20280: $? = 0 >configure:20280: result: yes >configure:20303: checking for std::isfinite >configure:20311: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20311: $? = 0 >configure:20312: result: yes >configure:20303: checking for std::isinf >configure:20311: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20311: $? = 0 >configure:20312: result: yes >configure:20303: checking for std::isnan >configure:20311: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20311: $? = 0 >configure:20312: result: yes >configure:20356: checking for asinh >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for acosh >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for atanh >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for cbrt >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for erf >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for erfc >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for expm1 >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for finite >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for fpclass >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/temp/ccDjO61I.o: In function `main': >conftest.cpp:(.text+0x29): undefined reference to `fpclass' >collect2: error: ld returned 1 exit status >configure:20356: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_CMATH 1 >| #define HAVE_COMPLEX 1 >| #define HAVE_DECL_SIGNGAM 1 >| #define HAVE_DECL_ISFINITE 0 >| #define HAVE_DECL_ISINF 1 >| #define HAVE_DECL_ISNAN 1 >| #define HAVE_STD_ISFINITE 1 >| #define HAVE_STD_ISINF 1 >| #define HAVE_STD_ISNAN 1 >| #define HAVE_ASINH 1 >| #define HAVE_ACOSH 1 >| #define HAVE_ATANH 1 >| #define HAVE_CBRT 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_EXPM1 1 >| #define HAVE_FINITE 1 >| /* end confdefs.h. */ >| /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define fpclass innocuous_fpclass >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char fpclass (); 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 fpclass >| >| /* 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 fpclass (); >| /* 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_fpclass || defined __stub___fpclass >| choke me >| #endif >| >| int >| main () >| { >| return fpclass (); >| ; >| return 0; >| } >configure:20356: result: no >configure:20356: checking for isfinite >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >/var/tmp/portage/sci-libs/itpp-4.2-r1/temp/cce2QJFQ.o: In function `main': >conftest.cpp:(.text+0x29): undefined reference to `isfinite' >collect2: error: ld returned 1 exit status >configure:20356: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "IT++" >| #define PACKAGE_TARNAME "itpp" >| #define PACKAGE_VERSION "4.2" >| #define PACKAGE_STRING "IT++ 4.2" >| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >| #define PACKAGE_URL "" >| #define PACKAGE "itpp" >| #define VERSION "4.2" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_CMATH 1 >| #define HAVE_COMPLEX 1 >| #define HAVE_DECL_SIGNGAM 1 >| #define HAVE_DECL_ISFINITE 0 >| #define HAVE_DECL_ISINF 1 >| #define HAVE_DECL_ISNAN 1 >| #define HAVE_STD_ISFINITE 1 >| #define HAVE_STD_ISINF 1 >| #define HAVE_STD_ISNAN 1 >| #define HAVE_ASINH 1 >| #define HAVE_ACOSH 1 >| #define HAVE_ATANH 1 >| #define HAVE_CBRT 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_EXPM1 1 >| #define HAVE_FINITE 1 >| /* end confdefs.h. */ >| /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define isfinite innocuous_isfinite >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char isfinite (); 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 isfinite >| >| /* 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 isfinite (); >| /* 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_isfinite || defined __stub___isfinite >| choke me >| #endif >| >| int >| main () >| { >| return isfinite (); >| ; >| return 0; >| } >configure:20356: result: no >configure:20356: checking for isinf >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for isnan >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for lgamma >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for log1p >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for log2 >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for rint >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:20356: checking for tgamma >configure:20356: x86_64-pc-linux-gnu-g++ -o conftest -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20356: $? = 0 >configure:20356: result: yes >configure:22213: error: cannot find any LAPACK library. >You can override this error by using "--without-lapack" option, but the >functionality of the IT++ library will be limited. You have been warned! > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >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=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' -DNDEBUG' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_DEBUG_set= >ac_cv_env_CXXFLAGS_DEBUG_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_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -pipe' >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_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_f77_compiler_gnu=no >ac_cv_func_acosh=yes >ac_cv_func_asinh=yes >ac_cv_func_atanh=yes >ac_cv_func_cbrt=yes >ac_cv_func_erf=yes >ac_cv_func_erfc=yes >ac_cv_func_expm1=yes >ac_cv_func_finite=yes >ac_cv_func_fpclass=no >ac_cv_func_isfinite=no >ac_cv_func_isinf=yes >ac_cv_func_isnan=yes >ac_cv_func_lgamma=yes >ac_cv_func_log1p=yes >ac_cv_func_log2=yes >ac_cv_func_rint=yes >ac_cv_func_tgamma=yes >ac_cv_have_decl_isfinite=no >ac_cv_have_decl_isinf=yes >ac_cv_have_decl_isnan=yes >ac_cv_have_decl_signgam=yes >ac_cv_header_cmath=yes >ac_cv_header_complex=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_ieeefp_h=no >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_time=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_objext=o >ac_cv_path_DIFF=/usr/bin/diff >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >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_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_DLLTOOL=x86_64-pc-linux-gnu-dlltool >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_doxygen_ok=no >ac_cv_prog_dvips_ok=yes >ac_cv_prog_f77_g=no >ac_cv_prog_gs_ok=yes >ac_cv_prog_latex_ok=no >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/missing aclocal-1.15' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/missing automake-1.15' >AWK='gawk' >BLAS_LIBS='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' -DNDEBUG' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='' >CXXFLAGS_DEBUG='-Wall -ggdb' >CXXFLAGS_OPT='-march=native -O2 -pipe' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DIFF='/usr/bin/diff' >DLLTOOL='x86_64-pc-linux-gnu-dlltool' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_COMM_FALSE='#' >ENABLE_COMM_TRUE='' >ENABLE_DEBUG_FALSE='' >ENABLE_DEBUG_TRUE='#' >ENABLE_FIXED_FALSE='#' >ENABLE_FIXED_TRUE='' >ENABLE_OPTIM_FALSE='#' >ENABLE_OPTIM_TRUE='' >ENABLE_PROTOCOL_FALSE='#' >ENABLE_PROTOCOL_TRUE='' >ENABLE_SIGNAL_FALSE='#' >ENABLE_SIGNAL_TRUE='' >ENABLE_SRCCODE_FALSE='#' >ENABLE_SRCCODE_TRUE='' >EXEEXT='' >EXPLICIT_LIBS='' >F77='' >FFLAGS='-O2 -pipe' >FFT_LIBS='' >FGREP='/bin/grep -F' >FLIBS='' >GENERIC_LIBRARY_VERSION='7:0:0' >GREP='/bin/grep' >HTML_DOC_FALSE='' >HTML_DOC_TRUE='#' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LAPACK_LIBS='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >MAKEINFO='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >NO_UNDEFINED='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='itpp' >PACKAGE_BUGREPORT='http://sourceforge.net/projects/itpp/forums/forum/115656' >PACKAGE_DEBUG='itpp' >PACKAGE_NAME='IT++' >PACKAGE_STRING='IT++ 4.2' >PACKAGE_TARNAME='itpp' >PACKAGE_URL='' >PACKAGE_VERSION='4.2' >PATH_SEPARATOR=':' >PERL='' >PRIVATE_LIBS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >RUN_FFT_TESTS_FALSE='' >RUN_FFT_TESTS_TRUE='' >RUN_LAPACK_TESTS_FALSE='' >RUN_LAPACK_TESTS_TRUE='' >RUN_TESTS_FALSE='#' >RUN_TESTS_TRUE='' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >VERSION='4.2' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >ac_ct_F77='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/itpp-4.2-r1' >doxygen_ok='no' >dvidir='${docdir}' >dvips_ok='yes' >exec_prefix='NONE' >gs_ok='yes' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/sci-libs/itpp-4.2-r1/work/itpp-4.2/build-aux/install-sh' >latex_ok='no' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "IT++" >#define PACKAGE_TARNAME "itpp" >#define PACKAGE_VERSION "4.2" >#define PACKAGE_STRING "IT++ 4.2" >#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/itpp/forums/forum/115656" >#define PACKAGE_URL "" >#define PACKAGE "itpp" >#define VERSION "4.2" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define TIME_WITH_SYS_TIME 1 >#define HAVE_CMATH 1 >#define HAVE_COMPLEX 1 >#define HAVE_DECL_SIGNGAM 1 >#define HAVE_DECL_ISFINITE 0 >#define HAVE_DECL_ISINF 1 >#define HAVE_DECL_ISNAN 1 >#define HAVE_STD_ISFINITE 1 >#define HAVE_STD_ISINF 1 >#define HAVE_STD_ISNAN 1 >#define HAVE_ASINH 1 >#define HAVE_ACOSH 1 >#define HAVE_ATANH 1 >#define HAVE_CBRT 1 >#define HAVE_ERF 1 >#define HAVE_ERFC 1 >#define HAVE_EXPM1 1 >#define HAVE_FINITE 1 >#define HAVE_ISINF 1 >#define HAVE_ISNAN 1 >#define HAVE_LGAMMA 1 >#define HAVE_LOG1P 1 >#define HAVE_LOG2 1 >#define HAVE_RINT 1 >#define HAVE_TGAMMA 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 561740
: 413188 |
413190
|
413192