This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by umfpack configure 5.6.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/sci-libs/umfpack-5.6.2/work/umfpack-5.6.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 --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/umfpack-5.6.2 --enable-shared --disable-static --with-blas= --without-doc --with-cholmod ## --------- ## ## Platform. ## ## --------- ## hostname = amd uname -m = x86_64 uname -r = 5.1.15-gentoo uname -s = Linux uname -v = #1 SMP Wed Jun 26 22:46:11 AEST 2019 /usr/bin/uname -p = Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz /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.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.7/ebuild-helpers PATH: /usr/lib/llvm/8/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/lib64/subversion/bin PATH: /opt/basex/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2327: 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 | | # provided by crossdev | SITEDIR="/usr/share/crossdev/include/site" | | # user override | ETC_SITEDIR="/etc/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" ;; | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; | 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 "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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:2474: checking for a BSD-compatible install configure:2542: result: /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c configure:2553: checking whether build environment is sane configure:2608: result: yes configure:2757: checking for a thread-safe mkdir -p configure:2796: result: /bin/mkdir -p configure:2803: checking for gawk configure:2819: found /usr/bin/gawk configure:2830: result: gawk configure:2841: checking whether make sets $(MAKE) configure:2863: result: yes configure:2962: checking whether make supports nested variables configure:2979: result: yes configure:3020: checking build system type configure:3034: result: x86_64-pc-linux-gnu configure:3054: checking host system type configure:3067: result: x86_64-pc-linux-gnu configure:3108: checking how to print strings configure:3135: result: printf configure:3168: checking for style of include used by make configure:3196: result: GNU configure:3227: checking for x86_64-pc-linux-gnu-gcc configure:3243: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3254: result: x86_64-pc-linux-gnu-gcc configure:3523: checking for C compiler version configure:3532: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 9.1.0-r1 p1.1) 9.1.0 Copyright (C) 2019 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:3543: $? = 0 configure:3532: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.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/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.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 9.1.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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) configure:3543: $? = 0 configure:3532: 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:3543: $? = 1 configure:3532: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3543: $? = 1 configure:3563: checking whether the C compiler works configure:3585: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3589: $? = 0 configure:3637: result: yes configure:3640: checking for C compiler default output file name configure:3642: result: a.out configure:3648: checking for suffix of executables configure:3655: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3659: $? = 0 configure:3681: result: configure:3703: checking whether we are cross compiling configure:3711: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3715: $? = 0 configure:3722: ./conftest configure:3726: $? = 0 configure:3714: result: no configure:3719: checking for suffix of object files configure:3741: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:3745: $? = 0 configure:3766: result: o configure:3770: checking whether we are using the GNU C compiler configure:3789: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:3789: $? = 0 configure:3798: result: yes configure:3807: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3827: x86_64-pc-linux-gnu-gcc -c -g -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:3827: $? = 0 configure:3868: result: yes configure:3885: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3948: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:3948: $? = 0 configure:3961: result: none needed configure:3983: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4094: result: none configure:4109: checking for a sed that does not truncate output configure:4173: result: /bin/sed configure:4191: checking for grep that handles long lines and -e configure:4249: result: /bin/grep configure:4254: checking for egrep configure:4316: result: /bin/grep -E configure:4321: checking for fgrep configure:4383: result: /bin/grep -F configure:4418: checking for ld used by x86_64-pc-linux-gnu-gcc configure:4485: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:4492: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:4507: result: yes configure:4519: checking for BSD- or MS-compatible name lister (nm) configure:4568: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:4698: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:4705: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:4708: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:4711: output 0000000000000000 B some_variable configure:4712: result: BSD nm configure:4715: checking whether ln -s works configure:4719: result: yes configure:4727: checking the maximum length of command line arguments configure:4862: result: 1572864 configure:4879: checking whether the shell understands some XSI constructs configure:4888: result: yes configure:4892: checking whether the shell understands "+=" configure:4896: result: yes configure:4931: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:4971: result: func_convert_file_noop configure:4978: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:4998: result: func_convert_file_noop configure:5005: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:5012: result: -r configure:5046: checking for x86_64-pc-linux-gnu-objdump configure:5062: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:5073: result: x86_64-pc-linux-gnu-objdump configure:5145: checking how to recognize dependent libraries configure:5347: result: pass_all configure:5392: checking for x86_64-pc-linux-gnu-dlltool configure:5422: result: no configure:5432: checking for dlltool configure:5462: result: no configure:5492: checking how to associate runtime and link libraries configure:5519: result: printf %s\n configure:5536: checking for x86_64-pc-linux-gnu-ar configure:5552: found /usr/bin/x86_64-pc-linux-gnu-ar configure:5563: result: x86_64-pc-linux-gnu-ar configure:5644: checking for archiver @FILE support configure:5661: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:5661: $? = 0 configure:5664: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:5667: $? = 0 configure:5672: 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:5675: $? = 1 configure:5674: result: @ configure:5692: checking for x86_64-pc-linux-gnu-strip configure:5708: found /usr/bin/x86_64-pc-linux-gnu-strip configure:5719: result: x86_64-pc-linux-gnu-strip configure:5791: checking for x86_64-pc-linux-gnu-ranlib configure:5807: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:5818: result: x86_64-pc-linux-gnu-ranlib configure:5960: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:6080: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:6083: $? = 0 configure:6087: /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:6090: $? = 0 configure:6156: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:6159: $? = 0 configure:6197: result: ok configure:6234: checking for sysroot configure:6264: result: no configure:6341: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:6344: $? = 0 configure:6486: checking for x86_64-pc-linux-gnu-mt configure:6516: result: no configure:6526: checking for mt configure:6556: result: no configure:6576: checking if : is a manifest tool configure:6582: : '-?' configure:6590: result: no configure:7232: checking how to run the C preprocessor configure:7263: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c configure:7263: $? = 0 configure:7277: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7277: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.2" | /* end confdefs.h. */ | #include configure:7302: result: x86_64-pc-linux-gnu-gcc -E configure:7322: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c configure:7322: $? = 0 configure:7336: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7336: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.2" | /* end confdefs.h. */ | #include configure:7365: checking for ANSI C header files configure:7385: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7385: $? = 0 configure:7458: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7458: $? = 0 configure:7458: ./conftest configure:7458: $? = 0 configure:7469: result: yes configure:7482: checking for sys/types.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for sys/stat.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for stdlib.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for string.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for memory.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for strings.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for inttypes.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for stdint.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7482: checking for unistd.h configure:7482: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7482: $? = 0 configure:7482: result: yes configure:7496: checking for dlfcn.h configure:7496: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:7496: $? = 0 configure:7496: result: yes configure:7702: checking for objdir configure:7717: result: .libs configure:7988: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8006: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:8010: $? = 0 configure:8023: result: no configure:8350: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8357: result: -fPIC -DPIC configure:8365: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8383: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -fPIC -DPIC -DPIC conftest.c >&5 configure:8387: $? = 0 configure:8400: result: yes configure:8429: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:8457: result: yes configure:8472: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8493: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -o out/conftest2.o conftest.c >&5 configure:8497: $? = 0 configure:8519: result: yes configure:8527: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8574: result: yes configure:8607: 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:9767: result: yes configure:9804: checking whether -lc should be explicitly linked in configure:9812: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:9815: $? = 0 configure:9830: 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:9833: $? = 0 configure:9847: result: no configure:10007: checking dynamic linker characteristics configure:10531: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10531: $? = 0 configure:10753: result: GNU/Linux ld.so configure:10860: checking how to hardcode library paths into programs configure:10885: result: immediate configure:11425: checking whether stripping libraries is possible configure:11430: result: yes configure:11465: checking if libtool supports shared libraries configure:11467: result: yes configure:11470: checking whether to build shared libraries configure:11491: result: yes configure:11494: checking whether to build static libraries configure:11498: result: no configure:8533: checking for x86_64-pc-linux-gnu-gcc configure:8560: result: x86_64-pc-linux-gnu-gcc configure:8829: checking for C compiler version configure:8838: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 9.1.0-r1 p1.1) 9.1.0 Copyright (C) 2019 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:8849: $? = 0 configure:8838: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.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/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.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 9.1.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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) configure:8849: $? = 0 configure:8838: 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:8849: $? = 1 configure:8838: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:8849: $? = 1 configure:8853: checking whether we are using the GNU C compiler configure:8881: result: yes configure:8890: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:8951: result: yes configure:8968: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:9044: result: none needed configure:9066: checking dependency style of x86_64-pc-linux-gnu-gcc configure:9177: result: none configure:9197: checking float.h usability configure:9197: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:9197: $? = 0 configure:9197: result: yes configure:9197: checking float.h presence configure:9197: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c configure:9197: $? = 0 configure:9197: result: yes configure:9197: checking for float.h configure:9197: result: yes configure:9197: checking for string.h configure:9197: result: yes configure:9197: checking for stdlib.h configure:9197: result: yes configure:9209: checking for size_t configure:9209: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:9209: $? = 0 configure:9209: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 conftest.c: In function 'main': conftest.c:62:21: error: expected expression before ')' token 62 | if (sizeof ((size_t))) | ^ configure:9209: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:9209: result: yes configure:9220: checking for error_at_line configure:9236: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9236: $? = 0 configure:9244: result: yes configure:9257: checking for stdlib.h configure:9257: result: yes configure:9267: checking for GNU libc compatible malloc configure:9291: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9291: $? = 0 configure:9291: ./conftest configure:9291: $? = 0 configure:9301: result: yes configure:9324: checking for pow in -lm configure:9349: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:35:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch] 35 | char pow (); | ^~~ conftest.c:1:1: note: 'pow' is declared in header '' 1 | /* confdefs.h */ configure:9349: $? = 0 configure:9358: result: yes configure:9373: checking whether to build user guide configure:9640: result: no configure:9669: checking for x86_64-pc-linux-gnu-pkg-config configure:9687: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:9699: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:9767: checking pkg-config is at least version 0.9.0 configure:9770: result: yes configure:9803: checking for SUITESPARSECONFIG configure:9810: $PKG_CONFIG --exists --print-errors "suitesparseconfig" configure:9813: $? = 0 configure:9827: $PKG_CONFIG --exists --print-errors "suitesparseconfig" configure:9830: $? = 0 configure:9888: result: yes configure:9917: checking SuiteSparse_config.h usability configure:9917: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:9917: $? = 0 configure:9917: result: yes configure:9917: checking SuiteSparse_config.h presence configure:9917: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c configure:9917: $? = 0 configure:9917: result: yes configure:9917: checking for SuiteSparse_config.h configure:9917: result: yes configure:9920: checking for SuiteSparse_malloc in -lsuitesparseconfig configure:9945: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed -lsuitesparseconfig conftest.c -lsuitesparseconfig -Wl,-O1 -Wl,--as-needed -lsuitesparseconfig -lm >&5 configure:9945: $? = 0 configure:9955: result: yes configure:10013: checking for AMD configure:10020: $PKG_CONFIG --exists --print-errors "amd" configure:10023: $? = 0 configure:10037: $PKG_CONFIG --exists --print-errors "amd" configure:10040: $? = 0 configure:10098: result: yes configure:10127: checking amd.h usability configure:10127: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native conftest.c >&5 configure:10127: $? = 0 configure:10127: result: yes configure:10127: checking amd.h presence configure:10127: x86_64-pc-linux-gnu-gcc -E -O2 -pipe -march=native -mtune=native conftest.c configure:10127: $? = 0 configure:10127: result: yes configure:10127: checking for amd.h configure:10127: result: yes configure:10130: checking for amd_aat in -lamd configure:10155: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed -lamd -lsuitesparseconfig conftest.c -lamd -Wl,-O1 -Wl,--as-needed -lamd -lsuitesparseconfig -lm >&5 configure:10155: $? = 0 configure:10165: result: yes configure:10207: checking for x86_64-pc-linux-gnu-g77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-xlf configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-f77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-frt configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-pgf77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-cf77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-fort77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-fl32 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-af77 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-xlf90 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-f90 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-pgf90 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-pghpf configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-epcf90 configure:10237: result: no configure:10207: checking for x86_64-pc-linux-gnu-gfortran configure:10223: found /usr/bin/x86_64-pc-linux-gnu-gfortran configure:10234: result: x86_64-pc-linux-gnu-gfortran configure:10304: checking for Fortran 77 compiler version configure:10313: x86_64-pc-linux-gnu-gfortran --version >&5 GNU Fortran (Gentoo 9.1.0-r1 p1.1) 9.1.0 Copyright (C) 2019 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:10324: $? = 0 configure:10313: x86_64-pc-linux-gnu-gfortran -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gfortran COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.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/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.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 9.1.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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) configure:10324: $? = 0 configure:10313: x86_64-pc-linux-gnu-gfortran -V >&5 x86_64-pc-linux-gnu-gfortran: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gfortran: fatal error: no input files compilation terminated. configure:10324: $? = 1 configure:10313: x86_64-pc-linux-gnu-gfortran -qversion >&5 x86_64-pc-linux-gnu-gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gfortran: fatal error: no input files compilation terminated. configure:10324: $? = 1 configure:10333: checking whether we are using the GNU Fortran 77 compiler configure:10346: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.F >&5 configure:10346: $? = 0 configure:10355: result: yes configure:10361: checking whether x86_64-pc-linux-gnu-gfortran accepts -g configure:10372: x86_64-pc-linux-gnu-gfortran -c -g conftest.f >&5 configure:10372: $? = 0 configure:10380: result: yes configure:10516: checking if libtool supports shared libraries configure:10518: result: yes configure:10521: checking whether to build shared libraries configure:10541: result: yes configure:10544: checking whether to build static libraries configure:10548: result: no configure:10869: checking for x86_64-pc-linux-gnu-gfortran option to produce PIC configure:10876: result: -fPIC configure:10884: checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works configure:10902: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -fPIC conftest.f >&5 configure:10906: $? = 0 configure:10919: result: yes configure:10942: checking if x86_64-pc-linux-gnu-gfortran static flag -static works configure:10970: result: yes configure:10982: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o configure:11003: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -o out/conftest2.o conftest.f >&5 configure:11007: $? = 0 configure:11029: result: yes configure:11034: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o configure:11081: result: yes configure:11111: checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:12221: result: yes configure:12362: checking dynamic linker characteristics configure:13036: result: GNU/Linux ld.so configure:13089: checking how to hardcode library paths into programs configure:13114: result: immediate configure:11017: checking how to get verbose linking output from x86_64-pc-linux-gnu-gfortran configure:11027: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.f >&5 configure:11027: $? = 0 configure:11045: x86_64-pc-linux-gnu-gfortran -o conftest -O2 -pipe -v -Wl,-O1 -Wl,--as-needed conftest.f -lm Using built-in specs. Target: x86_64-pc-linux-gnu Thread model: posix gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/finclude -o - | /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/cc8YcTmE.o GNU Fortran (Gentoo 9.1.0-r1 p1.1) version 9.1.0 (x86_64-pc-linux-gnu) compiled by GNU C version 9.1.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version none GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran2008 (Gentoo 9.1.0-r1 p1.1) version 9.1.0 (x86_64-pc-linux-gnu) compiled by GNU C version 9.1.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version none GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU assembler version 2.32.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.32 p2) 2.32.0 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper -plugin-opt=-fresolution=/var/tmp/portage/sci-libs/umfpack-5.6.2/temp/cclqjsB2.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -O1 --as-needed /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/cc8YcTmE.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/crtn.o configure:11128: result: -v configure:11130: checking for Fortran 77 libraries of x86_64-pc-linux-gnu-gfortran configure:11153: x86_64-pc-linux-gnu-gfortran -o conftest -O2 -pipe -v -Wl,-O1 -Wl,--as-needed conftest.f -lm Using built-in specs. Target: x86_64-pc-linux-gnu Thread model: posix gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/finclude -o - | /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/ccfm83fG.o GNU Fortran (Gentoo 9.1.0-r1 p1.1) version 9.1.0 (x86_64-pc-linux-gnu) compiled by GNU C version 9.1.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version none GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran2008 (Gentoo 9.1.0-r1 p1.1) version 9.1.0 (x86_64-pc-linux-gnu) compiled by GNU C version 9.1.0, GMP version 6.1.2, MPFR version 4.0.2, MPC version 1.1.0, isl version none GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU assembler version 2.32.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.32 p2) 2.32.0 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper -plugin-opt=-fresolution=/var/tmp/portage/sci-libs/umfpack-5.6.2/temp/ccfwd6Y4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -O1 --as-needed /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/ccfm83fG.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/crtn.o configure:11349: result: -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath configure:11365: checking for dummy main to link with Fortran 77 libraries configure:11399: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 configure:11399: $? = 0 configure:11444: result: none configure:11477: checking for Fortran 77 name-mangling scheme configure:11490: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.f >&5 configure:11490: $? = 0 configure:11531: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/cc44P1A4.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `foobar' collect2: error: ld returned 1 exit status configure:11531: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 foobar (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return foobar (); | ; | return 0; | } configure:11531: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 configure:11531: $? = 0 configure:11589: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 configure:11589: $? = 0 configure:11631: result: lower case, underscore, no extra underscore configure:11642: checking for BLAS configure:11649: $PKG_CONFIG --exists --print-errors "blas" Package blas was not found in the pkg-config search path. Perhaps you should add the directory containing `blas.pc' to the PKG_CONFIG_PATH environment variable No package 'blas' found configure:11652: $? = 1 configure:11666: $PKG_CONFIG --exists --print-errors "blas" Package blas was not found in the pkg-config search path. Perhaps you should add the directory containing `blas.pc' to the PKG_CONFIG_PATH environment variable No package 'blas' found configure:11669: $? = 1 configure:11683: result: no No package 'blas' found configure:11809: checking if sgemm_ is being linked in already configure:11837: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-libs/umfpack-5.6.2/temp/ccXVXNCz.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status configure:11837: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:11842: result: no configure:11850: checking for sgemm_ in -lopenblas configure:11883: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lopenblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:11883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:11893: result: no configure:11904: checking for ATL_xerbla in -latlas configure:11937: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -latlas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -latlas collect2: error: ld returned 1 exit status configure:11937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 ATL_xerbla (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return ATL_xerbla (); | ; | return 0; | } configure:11946: result: no configure:12054: checking for sgemm_ in -lblas configure:12087: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lblas collect2: error: ld returned 1 exit status configure:12087: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12097: result: no configure:12317: checking for sgemm_ in -lmkl_intel_lp64 configure:12350: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lmkl_intel_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_intel_lp64 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_intel_lp64 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_sequential /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_core collect2: error: ld returned 1 exit status configure:12350: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12360: result: no configure:12424: checking for sgemm_ in -lmkl configure:12457: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lmkl -lguide -lpthread -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lguide collect2: error: ld returned 1 exit status configure:12457: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12467: result: no configure:12478: checking for sgemm_ in -framework vecLib configure:12506: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -framework vecLib -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 x86_64-pc-linux-gnu-gcc: error: vecLib: No such file or directory x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-framework' configure:12506: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12511: result: no configure:12519: checking for sgemm_ in -lcxml configure:12552: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lcxml -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcxml collect2: error: ld returned 1 exit status configure:12552: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12562: result: no configure:12573: checking for sgemm_ in -ldxml configure:12606: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -ldxml -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldxml collect2: error: ld returned 1 exit status configure:12606: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12616: result: no configure:12731: checking for sgemm_ in -lscs configure:12764: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lscs -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lscs collect2: error: ld returned 1 exit status configure:12764: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12774: result: no configure:12785: checking for sgemm_ in -lcomplib.sgimath configure:12818: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -mtune=native -O2 -pipe -march=native -mtune=native -Wl,-O1 -Wl,--as-needed conftest.c -lcomplib.sgimath -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcomplib.sgimath collect2: error: ld returned 1 exit status configure:12818: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "umfpack" | #define PACKAGE_TARNAME "umfpack" | #define PACKAGE_VERSION "5.6.2" | #define PACKAGE_STRING "umfpack 5.6.2" | #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" | #define PACKAGE_URL "" | #define PACKAGE "umfpack" | #define VERSION "5.6.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 HAVE_FLOAT_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_LIBM 1 | #define HAVE_SUITESPARSECONFIG 1 | #define HAVE_AMD 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:12828: result: no configure:12839: checking for sgemm_ in -lblas configure:12882: result: no configure:12942: checking for sgemm_ in -lblas configure:12985: result: no configure:13003: error: Cannot find blas libraries ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_AMD_CFLAGS_set= ac_cv_env_AMD_CFLAGS_value= ac_cv_env_AMD_LIBS_set= ac_cv_env_AMD_LIBS_value= ac_cv_env_BLAS_CFLAGS_set= ac_cv_env_BLAS_CFLAGS_value= ac_cv_env_BLAS_LIBS_set= ac_cv_env_BLAS_LIBS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -mtune=native' ac_cv_env_CHOLMOD_CFLAGS_set= ac_cv_env_CHOLMOD_CFLAGS_value= ac_cv_env_CHOLMOD_LIBS_set= ac_cv_env_CHOLMOD_LIBS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='-O2 -pipe -march=native -mtune=native' ac_cv_env_CPP_set= ac_cv_env_CPP_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_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SUITESPARSECONFIG_CFLAGS_set= ac_cv_env_SUITESPARSECONFIG_CFLAGS_value= ac_cv_env_SUITESPARSECONFIG_LIBS_set= ac_cv_env_SUITESPARSECONFIG_LIBS_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=yes ac_cv_f77_dummy_main=none ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath' ac_cv_f77_mangling='lower case, underscore, no extra underscore' ac_cv_fortran_dummy_main=none ac_cv_func_malloc_0_nonnull=yes ac_cv_header_SuiteSparse_config_h=yes ac_cv_header_amd_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_float_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_host=x86_64-pc-linux-gnu ac_cv_lib_amd_amd_aat=yes ac_cv_lib_atlas_ATL_xerbla=no ac_cv_lib_blas_sgemm_=no ac_cv_lib_complib_sgimath_sgemm_=no ac_cv_lib_cxml_sgemm_=no ac_cv_lib_dxml_sgemm_=no ac_cv_lib_error_at_line=yes ac_cv_lib_m_pow=yes ac_cv_lib_mkl_intel_lp64_sgemm_=no ac_cv_lib_mkl_sgemm_=no ac_cv_lib_openblas_sgemm_=no ac_cv_lib_scs_sgemm_=no ac_cv_lib_suitesparseconfig_SuiteSparse_malloc=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c' 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_F77=x86_64-pc-linux-gnu-gfortran 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_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes ax_cv_has_amd=yes ax_cv_has_suitesparseconfig=yes ax_cv_symbol=amd_aat 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_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_F77=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_F77=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_F77=yes lt_cv_prog_gnu_ld=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' 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 pkg_cv_AMD_CFLAGS= pkg_cv_AMD_LIBS='-lamd -lsuitesparseconfig' pkg_cv_SUITESPARSECONFIG_CFLAGS= pkg_cv_SUITESPARSECONFIG_LIBS=-lsuitesparseconfig ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sci-libs/umfpack-5.6.2/work/umfpack-5.6.2/config/missing --run aclocal-1.12' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMD_CFLAGS='' AMD_LIBS='-lamd -lsuitesparseconfig' AMD_PC='amd' 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/umfpack-5.6.2/work/umfpack-5.6.2/config/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sci-libs/umfpack-5.6.2/work/umfpack-5.6.2/config/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sci-libs/umfpack-5.6.2/work/umfpack-5.6.2/config/missing --run automake-1.12' AWK='gawk' BIBTEX='' BLAS_CFLAGS='' BLAS_LIBS='' BLAS_PC='' BUILD_DOCS_FALSE='' BUILD_DOCS_TRUE='#' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -march=native -mtune=native' CHOLMOD_CFLAGS='' CHOLMOD_LIBS='' CHOLMOD_PC='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='-O2 -pipe -march=native -mtune=native' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_FORTRAN_TEST_FALSE='' ENABLE_FORTRAN_TEST_TRUE='' EXEEXT='' EXPAND='' F77='x86_64-pc-linux-gnu-gfortran' FFLAGS='-O2 -pipe' FGREP='/bin/grep -F' FLIBS=' -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../.. -lgfortran -lm -lquadmath' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/sci-libs/umfpack-5.6.2/work/umfpack-5.6.2/config/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='umfpack' PACKAGE_BUGREPORT='davis@cise.ufl.edu' PACKAGE_NAME='umfpack' PACKAGE_STRING='umfpack 5.6.2' PACKAGE_TARNAME='umfpack' PACKAGE_URL='' PACKAGE_VERSION='5.6.2' PATH_SEPARATOR=':' PC_LIBS='' PDFLATEX='' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' SUITESPARSECONFIG_CFLAGS='' SUITESPARSECONFIG_LIBS='-lsuitesparseconfig' SUITESPARSECONFIG_PC='suitesparseconfig' VERSION='5.6.2' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' ac_ct_F77='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_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/umfpack-5.6.2' dvidir='${docdir}' exec_prefix='NONE' 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/umfpack-5.6.2/work/umfpack-5.6.2/config/install-sh' 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 "umfpack" #define PACKAGE_TARNAME "umfpack" #define PACKAGE_VERSION "5.6.2" #define PACKAGE_STRING "umfpack 5.6.2" #define PACKAGE_BUGREPORT "davis@cise.ufl.edu" #define PACKAGE_URL "" #define PACKAGE "umfpack" #define VERSION "5.6.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 HAVE_FLOAT_H 1 #define HAVE_STRING_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_LIBM 1 #define HAVE_SUITESPARSECONFIG 1 #define HAVE_AMD 1 configure: exit 1