This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Octave configure 5.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/octave-5.1.0 --htmldir=/usr/share/doc/octave-5.1.0/html --libdir=/usr/lib64 --localstatedir=/var/state/octave --with-blas=-L/usr/lib64/blas/reference -lblas --with-lapack=-L/usr/lib64/lapack/reference -L/usr/lib64/blas/reference -llapack -lblas --disable-64 --disable-jit --enable-shared --with-z --with-bz2 --disable-static --enable-docs --enable-java --enable-readline --with-curl --with-fftw3 --with-fftw3f --enable-fftw-threads --with-glpk --with-hdf5 --with-magick=ImageMagick --with-opengl --with-fltk --with-openssl --with-portaudio --with-qhull --with-qrupdate --with-qt=5 --with-sndfile --with-arpack --with-umfpack --with-colamd --with-ccolamd --with-cholmod --with-cxsparse --with-x ## --------- ## ## Platform. ## ## --------- ## hostname = x99 uname -m = x86_64 uname -r = 4.19.71-gentoox99 uname -s = Linux uname -v = #1 SMP Mon Sep 9 22:02:14 WEST 2019 /usr/bin/uname -p = Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz /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: /opt/oracle-jdk-bin-1.8.0.202/bin PATH: /usr/lib64/ccache/bin PATH: /usr/lib/portage/python3.6/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.6/ebuild-helpers PATH: /usr/lib/llvm/8/bin PATH: /usr/lib/llvm/7/bin PATH: /usr/lib/llvm/6/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:5060: 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:5332: checking for a BSD-compatible install configure:5400: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c configure:5411: checking whether build environment is sane configure:5466: result: yes configure:5617: checking for a thread-safe mkdir -p configure:5656: result: /bin/mkdir -p configure:5663: checking for gawk configure:5679: found /usr/bin/gawk configure:5690: result: gawk configure:5701: checking whether make sets $(MAKE) configure:5723: result: yes configure:5752: checking whether make supports nested variables configure:5769: result: yes configure:5858: checking whether UID '250' is supported by ustar format configure:5861: result: yes configure:5868: checking whether GID '250' is supported by ustar format configure:5871: result: yes configure:5879: checking how to create a ustar tar archive configure:5890: tar --version tar (GNU tar) 1.32 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:5893: $? = 0 configure:5933: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:5936: $? = 0 configure:5940: tar -xf - &5 x86_64-pc-linux-gnu-gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:6629: $? = 0 configure:6618: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.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/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.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-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:6629: $? = 0 configure:6618: 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:6629: $? = 1 configure:6618: 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:6629: $? = 1 configure:6618: x86_64-pc-linux-gnu-gcc -version >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-version' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:6629: $? = 1 configure:6649: checking whether the C compiler works configure:6671: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6675: $? = 0 configure:6723: result: yes configure:6726: checking for C compiler default output file name configure:6728: result: a.out configure:6734: checking for suffix of executables configure:6741: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6745: $? = 0 configure:6767: result: configure:6789: checking whether we are cross compiling configure:6797: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6801: $? = 0 configure:6808: ./conftest configure:6812: $? = 0 configure:6827: result: no configure:6832: checking for suffix of object files configure:6854: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:6858: $? = 0 configure:6879: result: o configure:6883: checking whether we are using the GNU C compiler configure:6902: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:6902: $? = 0 configure:6911: result: yes configure:6920: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:6940: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:6940: $? = 0 configure:6981: result: yes configure:6998: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features configure:7201: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:7201: $? = 0 configure:7215: result: none needed configure:7518: checking dependency style of x86_64-pc-linux-gnu-gcc configure:7629: result: none configure:7650: checking how to run the C preprocessor configure:7681: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7681: $? = 0 configure:7695: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7695: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | /* end confdefs.h. */ | #include configure:7720: result: x86_64-pc-linux-gnu-gcc -E configure:7740: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7740: $? = 0 configure:7754: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7754: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | /* end confdefs.h. */ | #include configure:7783: checking for grep that handles long lines and -e configure:7841: result: /bin/grep configure:7846: checking for egrep configure:7908: result: /bin/grep -E configure:7913: checking for ANSI C header files configure:7933: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:7933: $? = 0 configure:8006: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8006: $? = 0 configure:8006: ./conftest configure:8006: $? = 0 configure:8017: result: yes configure:8030: checking for sys/types.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for sys/stat.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for stdlib.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for string.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for memory.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for strings.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for inttypes.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for stdint.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8030: checking for unistd.h configure:8030: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8030: $? = 0 configure:8030: result: yes configure:8043: checking minix/config.h usability configure:8043: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 conftest.c:55:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:8043: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 | /* 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 | #include configure:8043: result: no configure:8043: checking minix/config.h presence configure:8043: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:22:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:8043: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 | /* end confdefs.h. */ | #include configure:8043: result: no configure:8043: checking for minix/config.h configure:8043: result: no configure:8067: checking whether it is safe to define __EXTENSIONS__ configure:8085: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8085: $? = 0 configure:8092: result: yes configure:8125: checking whether _XOPEN_SOURCE should be defined configure:8144: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:8144: $? = 0 configure:8168: result: no configure:8188: result: defining octlibdir to be ${libdir}/octave/${version} configure:8198: result: defining archlibdir to be ${libexecdir}/octave/${version}/exec/${canonical_host_type} configure:8207: result: defining localarchlibdir to be ${libexecdir}/octave/site/exec/${canonical_host_type} configure:8214: result: defining localapiarchlibdir to be ${libexecdir}/octave/${api_version}/site/exec/${canonical_host_type} configure:8221: result: defining localverarchlibdir to be ${libexecdir}/octave/${version}/site/exec/${canonical_host_type} configure:8231: result: defining octfiledir to be ${libdir}/octave/${version}/oct/${canonical_host_type} configure:8242: result: defining localoctfiledir to be ${libdir}/octave/site/oct/${canonical_host_type} configure:8249: result: defining localapioctfiledir to be ${libdir}/octave/site/oct/${api_version}/${canonical_host_type} configure:8256: result: defining localveroctfiledir to be ${libdir}/octave/${version}/site/oct/${canonical_host_type} configure:8264: result: defining octincludedir to be ${includedir}/octave-${version}/octave configure:8274: result: defining fcnfiledir to be ${datadir}/octave/${version}/m configure:8284: result: defining localfcnfiledir to be ${datadir}/octave/site/m configure:8291: result: defining localapifcnfiledir to be ${datadir}/octave/site/${api_version}/m configure:8298: result: defining localverfcnfiledir to be ${datadir}/octave/${version}/site/m configure:8306: result: defining octetcdir to be ${datadir}/octave/${version}/etc configure:8314: result: defining octlocaledir to be ${datadir}/octave/${version}/locale configure:8322: result: defining doc_cache_file to be ${octetcdir}/doc-cache configure:8330: result: defining octtestsdir to be ${octetcdir}/tests configure:8338: result: defining texi_macros_file to be ${octetcdir}/macros.texi configure:8346: result: defining imagedir to be ${datadir}/octave/${version}/imagelib configure:8354: result: defining octdatadir to be ${datadir}/octave/${version}/data configure:8362: result: defining octdocdir to be ${datadir}/octave/${version}/doc configure:8370: result: defining octfontsdir to be ${datadir}/octave/${version}/fonts configure:8378: result: defining startupfiledir to be ${fcnfiledir}/startup configure:8384: result: defining localstartupfiledir to be ${localfcnfiledir}/startup configure:8392: result: defining man1dir to be ${mandir}/man1 configure:8398: result: defining man1ext to be .1 configure:8404: result: defining infofile to be ${infodir}/octave.info configure:8423: checking for x86_64-pc-linux-gnu-pkg-config configure:8441: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:8453: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:8521: checking pkg-config is at least version 0.9.0 configure:8524: result: yes configure:8558: checking for gawk configure:8585: result: gawk configure:8596: checking for grep that handles long lines and -e configure:8654: result: /bin/grep configure:8664: checking for gfind configure:8694: result: no configure:8664: checking for find configure:8680: found /usr/bin/find configure:8691: result: find configure:8704: checking for a usable sed configure:8782: result: /bin/sed configure:8788: checking for perl configure:8804: found /usr/bin/perl configure:8815: result: perl configure:8830: checking for gperf configure:8846: found /usr/bin/gperf configure:8857: result: gperf configure:8886: checking for flex configure:8902: found /usr/bin/flex configure:8913: result: flex configure:8951: flex conftest.l configure:8955: $? = 0 configure:8957: checking lex output file root configure:8971: result: lex.yy configure:8976: checking lex library configure:8990: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccdlqmCB.o: in function `yylex': conftest.c:(.text+0xea8): undefined reference to `yywrap' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0x1136): undefined reference to `yywrap' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccdlqmCB.o: in function `main': conftest.c:(.text.startup+0x9): undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:8990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | /* end confdefs.h. */ | | #line 2 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 4 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include | #include | #include | #include | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have . Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #ifndef SIZE_MAX | #define SIZE_MAX (~(size_t)0) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | /* begin standard C++ headers. */ | | /* TODO: this is always defined, so inline it */ | #define yyconst const | | #if defined(__GNUC__) && __GNUC__ >= 3 | #define yynoreturn __attribute__((__noreturn__)) | #else | #define yynoreturn | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an | * integer in range [0..255] for use as an array index. | */ | #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart( yyin ) | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern int yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | int yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | int yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static int yy_n_chars; /* number of characters read into yy_ch_buf */ | int yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = NULL; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart ( FILE *input_file ); | void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); | void yy_delete_buffer ( YY_BUFFER_STATE b ); | void yy_flush_buffer ( YY_BUFFER_STATE b ); | void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state ( void ); | | static void yyensure_buffer_stack ( void ); | static void yy_load_buffer_state ( void ); | static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); | #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); | YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); | | void *yyalloc ( yy_size_t ); | void *yyrealloc ( void *, yy_size_t ); | void yyfree ( void * ); | | #define yy_new_buffer yy_create_buffer | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | typedef flex_uint8_t YY_CHAR; | | FILE *yyin = NULL, *yyout = NULL; | | typedef int yy_state_type; | | extern int yylineno; | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state ( void ); | static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); | static int yy_get_next_buffer ( void ); | static void yynoreturn yy_fatal_error ( const char* msg ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (int) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static const flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static const flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static const YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static const YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static const flex_int16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static const flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static const flex_int16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static const flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 459 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals ( void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy ( void ); | | int yyget_debug ( void ); | | void yyset_debug ( int debug_flag ); | | YY_EXTRA_TYPE yyget_extra ( void ); | | void yyset_extra ( YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in ( void ); | | void yyset_in ( FILE * _in_str ); | | FILE *yyget_out ( void ); | | void yyset_out ( FILE * _out_str ); | | int yyget_leng ( void ); | | char *yyget_text ( void ); | | int yyget_lineno ( void ); | | void yyset_lineno ( int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap ( void ); | #else | extern int yywrap ( void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput ( int c, char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy ( char *, const char *, int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen ( const char * ); | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput ( void ); | #else | static int input ( void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | int n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer( yyin, YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 684 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr)); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | | find_rule: /* we branch to this label when backing up */ | | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 793 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | int number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart( yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( | (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | /* "- 2" to take care of EOB's */ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | int number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart( yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return 0; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer( yyin, YY_BUF_SIZE ); | } | | yy_init_buffer( YY_CURRENT_BUFFER, input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer( b, file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree( (void *) b->yy_ch_buf ); | | yyfree( (void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer( b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return NULL; | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = NULL; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer( b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (const char * yystr ) | { | | return yy_scan_bytes( yystr, (int) strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | int i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = (yy_size_t) (_yybytes_len + 2); | buf = (char *) yyalloc( n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer( buf, n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yynoreturn yy_fatal_error (const char* msg ) | { | fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | int yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = NULL; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = NULL; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = NULL; | yyout = NULL; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer( YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, const char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (const char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return malloc(size); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return realloc(ptr, size); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:8990: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5 configure:8990: $? = 0 configure:9000: result: -lfl configure:9006: checking whether yytext is a pointer configure:9023: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5 configure:9023: $? = 0 configure:9031: result: yes configure:9051: result: defining LFLAGS to be -I configure:9079: checking for bison configure:9095: found /usr/bin/bison configure:9106: result: bison -y configure:9128: checking syntax of bison api.prefix (or name-prefix) declaration configure:9173: result: api brace configure:9214: checking for makeinfo configure:9230: found /usr/bin/makeinfo configure:9241: result: makeinfo configure:9262: checking for makeinfo support for @sortas command configure:9291: result: yes configure:9311: checking for texi2dvi configure:9327: found /usr/bin/texi2dvi configure:9338: result: texi2dvi configure:9365: checking for texi2pdf configure:9381: found /usr/bin/texi2pdf configure:9392: result: texi2pdf configure:9426: checking for options to make reproducible archives with GNU tar configure:9444: result: --owner=0 --group=0 --numeric-owner --sort=name configure:9449: checking whether ln -s works configure:9453: result: yes configure:9480: checking for gs configure:9496: found /usr/bin/gs configure:9507: result: gs configure:9547: checking for gnuplot configure:9563: found /usr/bin/gnuplot configure:9574: result: gnuplot configure:9622: checking for less configure:9638: found /usr/bin/less configure:9649: result: less configure:9673: checking for python configure:9689: found /usr/bin/python configure:9700: result: python configure:9715: checking for icotool configure:9731: found /usr/bin/icotool configure:9742: result: icotool configure:9769: checking for rsvg-convert configure:9785: found /usr/bin/rsvg-convert configure:9796: result: rsvg-convert configure:9948: checking for x86_64-pc-linux-gnu-g++ configure:9964: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ configure:9975: result: x86_64-pc-linux-gnu-g++ configure:10046: checking for C++ compiler version configure:10055: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:10066: $? = 0 configure:10055: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.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/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.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-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:10066: $? = 0 configure:10055: 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:10066: $? = 1 configure:10055: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:10066: $? = 1 configure:10070: checking whether we are using the GNU C++ compiler configure:10089: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native conftest.cpp >&5 configure:10089: $? = 0 configure:10098: result: yes configure:10107: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:10127: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:10127: $? = 0 configure:10168: result: yes configure:10185: checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features configure:10421: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native conftest.cpp >&5 configure:10421: $? = 0 configure:10435: result: none needed configure:10608: checking dependency style of x86_64-pc-linux-gnu-g++ configure:10719: result: none configure:10739: checking how to run the C++ preprocessor configure:10766: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:10766: $? = 0 configure:10780: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:42:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:10780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | /* end confdefs.h. */ | #include configure:10805: result: x86_64-pc-linux-gnu-g++ -E configure:10825: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:10825: $? = 0 configure:10839: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:42:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:10839: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | /* end confdefs.h. */ | #include configure:10882: checking how to run the C preprocessor configure:10952: result: x86_64-pc-linux-gnu-gcc -E configure:10972: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10972: $? = 0 configure:10986: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:42:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:10986: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | /* end confdefs.h. */ | #include configure:11015: checking whether x86_64-pc-linux-gnu-gcc needs -traditional configure:11049: result: no configure:11100: checking for Minix Amsterdam compiler configure:11124: result: no configure:11141: checking for x86_64-pc-linux-gnu-ar configure:11157: found /usr/bin/x86_64-pc-linux-gnu-ar configure:11168: result: x86_64-pc-linux-gnu-ar configure:11243: checking for x86_64-pc-linux-gnu-ranlib configure:11259: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:11270: result: x86_64-pc-linux-gnu-ranlib configure:11337: checking for _LARGEFILE_SOURCE value needed for large files configure:11356: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:11356: $? = 0 configure:11384: result: no configure:11441: checking for special C compiler options needed for large files configure:11486: result: no configure:11492: checking for _FILE_OFFSET_BITS value needed for large files configure:11517: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native conftest.c >&5 configure:11517: $? = 0 configure:11549: result: no configure:11992: checking C++ compiler version number configure:12039: result: 8.3.0 configure:12047: checking whether stl_algo.h is broken configure:12120: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:12120: $? = 0 configure:12120: ./conftest configure:12120: $? = 0 configure:12137: result: no configure:12198: checking C compiler version number configure:12245: result: 8.3.0 configure:12254: defining __NO_MATH_INLINES avoids buggy GNU libc exp function configure:12290: checking for sin in -lm configure:12315: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:52:6: warning: conflicting types for built-in function 'sin' [-Wbuiltin-declaration-mismatch] char sin (); ^~~ configure:12315: $? = 0 configure:12324: result: yes configure:12348: checking for x86_64-pc-linux-gnu-gfortran configure:12364: found /usr/bin/x86_64-pc-linux-gnu-gfortran configure:12375: result: x86_64-pc-linux-gnu-gfortran configure:12445: checking for Fortran 77 compiler version configure:12454: x86_64-pc-linux-gnu-gfortran --version >&5 GNU Fortran (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:12465: $? = 0 configure:12454: 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/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.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/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.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-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:12465: $? = 0 configure:12454: 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:12465: $? = 1 configure:12454: 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:12465: $? = 1 configure:12474: checking whether we are using the GNU Fortran 77 compiler configure:12487: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.F >&5 configure:12487: $? = 0 configure:12496: result: yes configure:12502: checking whether x86_64-pc-linux-gnu-gfortran accepts -g configure:12513: x86_64-pc-linux-gnu-gfortran -c -g conftest.f >&5 configure:12513: $? = 0 configure:12521: result: yes configure:12768: checking whether a usable Fortran compiler was found configure:12771: result: yes configure:12784: checking how to get verbose linking output from x86_64-pc-linux-gnu-gfortran configure:12794: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.f >&5 configure:12794: $? = 0 configure:12812: 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 8.3.0 (Gentoo 8.3.0-r1 p1.1) /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.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/8.3.0/finclude -o - | /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccwD1KXW.o GNU Fortran (Gentoo 8.3.0-r1 p1.1) version 8.3.0 (x86_64-pc-linux-gnu) compiled by GNU C version 8.3.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 8.3.0-r1 p1.1) version 8.3.0 (x86_64-pc-linux-gnu) compiled by GNU C version 8.3.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.31.1 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.31.1 p5) 2.31.1 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccxAyGhI.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/8.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -O1 --as-needed /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccwD1KXW.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/8.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/crtn.o configure:12895: result: -v configure:12897: checking for Fortran 77 libraries of x86_64-pc-linux-gnu-gfortran configure:12920: 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 8.3.0 (Gentoo 8.3.0-r1 p1.1) /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.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/8.3.0/finclude -o - | /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccQohzX1.o GNU assembler version 2.31.1 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.31.1 p5) 2.31.1 GNU Fortran (Gentoo 8.3.0-r1 p1.1) version 8.3.0 (x86_64-pc-linux-gnu) compiled by GNU C version 8.3.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 8.3.0-r1 p1.1) version 8.3.0 (x86_64-pc-linux-gnu) compiled by GNU C version 8.3.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 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper -plugin-opt=-fresolution=/var/tmp/portage/sci-mathematics/octave-5.1.0/temp/cca4NfxN.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/8.3.0/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -O1 --as-needed /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccQohzX1.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/8.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/crtn.o configure:13116: result: -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath configure:13132: checking for dummy main to link with Fortran 77 libraries configure:13166: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 configure:13166: $? = 0 configure:13211: result: none configure:13244: checking for Fortran 77 name-mangling scheme configure:13257: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.f >&5 configure:13257: $? = 0 configure:13298: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/cckDaYz7.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `foobar' collect2: error: ld returned 1 exit status configure:13298: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 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:13298: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 configure:13298: $? = 0 configure:13356: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 configure:13356: $? = 0 configure:13398: result: lower case, underscore, no extra underscore configure:13730: defining FFLAGS to be -O2 -pipe configure:13918: defining FPICFLAG to be -fPIC configure:13920: defining CPICFLAG to be -fPIC configure:13922: defining CXXPICFLAG to be -fPIC configure:13924: defining SH_LD to be x86_64-pc-linux-gnu-g++ configure:13926: defining SH_LDFLAGS to be -shared configure:13928: defining DL_LD to be x86_64-pc-linux-gnu-g++ configure:13930: defining DL_LDFLAGS to be -shared configure:13932: defining MKOCTFILE_DL_LDFLAGS to be -shared -Wl,-Bsymbolic configure:13934: defining NO_OCT_FILE_STRIP to be false configure:13936: defining TEMPLATE_AR to be x86_64-pc-linux-gnu-ar configure:13938: defining TEMPLATE_ARFLAGS to be cr configure:13940: defining EXTERNAL_DLL_DEFS to be configure:13942: defining OCTAVE_DLL_DEFS to be configure:13944: defining OCTINTERP_DLL_DEFS to be configure:13946: defining OCTGUI_DLL_DEFS to be configure:13948: defining OCTGRAPHICS_DLL_DEFS to be configure:13950: defining library_path_var to be LD_LIBRARY_PATH configure:13979: checking size of void * configure:13984: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:13984: $? = 0 configure:13984: ./conftest configure:13984: $? = 0 configure:13998: result: 8 configure:14221: checking if compiler needs -Werror to reject unknown flags configure:14245: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Wunknown-warning-option' configure:14245: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | int foo(void); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | foo() | ; | return 0; | } configure:14250: result: no configure:14316: checking for the pthreads library -lpthreads configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lpthreads -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:14362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14371: result: no configure:14261: checking whether pthreads work without any flags configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccQp46Iz.o: in function `main': conftest.c:(.text.startup+0x2c): undefined reference to `pthread_create' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text.startup+0x38): undefined reference to `pthread_join' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text.startup+0x5f): undefined reference to `__pthread_register_cancel' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text.startup+0x67): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:14362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14371: result: no configure:14266: checking whether pthreads work with -Kthread configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Kthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'? configure:14362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14371: result: no configure:14266: checking whether pthreads work with -kthread configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -kthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'? configure:14362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14371: result: no configure:14316: checking for the pthreads library -llthread configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed conftest.c -llthread -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:14362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:14371: result: no configure:14266: checking whether pthreads work with -pthread configure:14362: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:14362: $? = 0 configure:14371: result: yes configure:14390: checking for joinable pthread attribute configure:14413: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:14413: $? = 0 configure:14419: result: PTHREAD_CREATE_JOINABLE configure:14429: checking if more special flags are required for pthreads configure:14444: result: no configure:14450: checking for PTHREAD_PRIO_INHERIT configure:14475: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:14475: $? = 0 configure:14484: result: yes configure:14607: checking for OpenMP flag of C compiler configure:14649: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:14649: $? = 0 configure:14658: result: -fopenmp configure:14683: checking for OpenMP flag of C++ compiler configure:14725: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 configure:14725: $? = 0 configure:14734: result: -fopenmp configure:14759: checking omp.h usability configure:14759: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:14759: $? = 0 configure:14759: result: yes configure:14759: checking omp.h presence configure:14759: x86_64-pc-linux-gnu-gcc -E conftest.c configure:14759: $? = 0 configure:14759: result: yes configure:14759: checking for omp.h configure:14759: result: yes configure:14771: checking for omp_get_num_threads configure:14771: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:14771: $? = 0 configure:14771: result: yes configure:14865: checking how to print strings configure:14892: result: printf configure:14913: checking for a sed that does not truncate output configure:14977: result: /bin/sed configure:14995: checking for fgrep configure:15057: result: /bin/grep -F configure:15092: checking for ld used by x86_64-pc-linux-gnu-gcc configure:15159: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:15166: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:15181: result: yes configure:15193: checking for BSD- or MS-compatible name lister (nm) configure:15247: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:15377: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:15384: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:15387: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:15390: output 0000000000000000 B some_variable configure:15397: result: BSD nm configure:15401: checking the maximum length of command line arguments configure:15532: result: 1572864 configure:15580: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:15620: result: func_convert_file_noop configure:15627: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:15647: result: func_convert_file_noop configure:15654: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:15661: result: -r configure:15695: checking for x86_64-pc-linux-gnu-objdump configure:15711: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:15722: result: x86_64-pc-linux-gnu-objdump configure:15791: checking how to recognize dependent libraries configure:15991: result: pass_all configure:16036: checking for x86_64-pc-linux-gnu-dlltool configure:16066: result: no configure:16076: checking for dlltool configure:16106: result: no configure:16133: checking how to associate runtime and link libraries configure:16160: result: printf %s\n configure:16176: checking for x86_64-pc-linux-gnu-ar configure:16203: result: x86_64-pc-linux-gnu-ar configure:16284: checking for archiver @FILE support configure:16309: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:16309: $? = 0 configure:16312: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 configure:16315: $? = 0 configure:16320: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:16323: $? = 1 configure:16335: result: @ configure:16353: checking for x86_64-pc-linux-gnu-strip configure:16369: found /usr/bin/x86_64-pc-linux-gnu-strip configure:16380: result: x86_64-pc-linux-gnu-strip configure:16452: checking for x86_64-pc-linux-gnu-ranlib configure:16479: result: x86_64-pc-linux-gnu-ranlib configure:16621: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:16774: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:16777: $? = 0 configure:16781: /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:16784: $? = 0 configure:16850: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:16853: $? = 0 configure:16891: result: ok configure:16938: checking for sysroot configure:16968: result: no configure:16975: checking for a working dd configure:17013: result: /bin/dd configure:17017: checking how to truncate binary pipes configure:17032: result: /bin/dd bs=4096 count=1 configure:17168: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:17171: $? = 0 configure:17329: checking for x86_64-pc-linux-gnu-mt configure:17359: result: no configure:17369: checking for mt configure:17399: result: no configure:17419: checking if : is a manifest tool configure:17425: : '-?' configure:17433: result: no configure:18115: checking for dlfcn.h configure:18115: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:18115: $? = 0 configure:18115: result: yes configure:18677: checking for objdir configure:18692: result: .libs configure:18956: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:18974: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:18978: $? = 0 configure:18991: result: no configure:19349: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:19356: result: -fPIC -DPIC configure:19364: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:19382: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp -fPIC -DPIC -DPIC conftest.c >&5 configure:19386: $? = 0 configure:19399: result: yes configure:19428: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:19456: result: yes configure:19471: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:19492: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp -o out/conftest2.o conftest.c >&5 configure:19496: $? = 0 configure:19518: result: yes configure:19526: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:19573: result: yes configure:19606: 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:20881: result: yes configure:20918: checking whether -lc should be explicitly linked in configure:20926: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -pthread -fopenmp conftest.c >&5 configure:20929: $? = 0 configure:20944: 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:20947: $? = 0 configure:20961: result: no configure:21121: checking dynamic linker characteristics configure:21723: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c -lm >&5 configure:21723: $? = 0 configure:21960: result: GNU/Linux ld.so configure:22082: checking how to hardcode library paths into programs configure:22107: result: immediate configure:22217: checking for shl_load configure:22217: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccdOulbp.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:22217: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return shl_load (); | ; | return 0; | } configure:22217: result: no configure:22221: checking for shl_load in -ldld configure:22254: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -ldld -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:22254: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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 shl_load (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return shl_load (); | ; | return 0; | } configure:22263: result: no configure:22268: checking for dlopen configure:22268: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccnVbXGv.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:22268: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* 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 dlopen (); | /* 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_dlopen || defined __stub___dlopen | choke me | #endif | | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return dlopen (); | ; | return 0; | } configure:22268: result: no configure:22272: checking for dlopen in -ldl configure:22305: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lm >&5 configure:22305: $? = 0 configure:22314: result: yes configure:22449: checking whether a program can dlopen itself configure:22529: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -ldl -lm >&5 configure:22532: $? = 0 configure:22550: result: yes configure:22555: checking whether a statically linked program can dlopen itself configure:22635: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -static conftest.c -ldl -lm >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccCfBN4K.o: in function `main': conftest.c:(.text.startup+0x9): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:22638: $? = 0 conftest: undefined symbol: _fnord configure:22656: result: no configure:22695: checking whether stripping libraries is possible configure:22700: result: yes configure:22735: checking if libtool supports shared libraries configure:22737: result: yes configure:22740: checking whether to build shared libraries configure:22765: result: yes configure:22768: checking whether to build static libraries configure:22772: result: no configure:22795: checking how to run the C++ preprocessor configure:22861: result: x86_64-pc-linux-gnu-g++ -E configure:22881: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:22881: $? = 0 configure:22895: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:60:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:22895: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:23057: checking for ld used by x86_64-pc-linux-gnu-g++ configure:23124: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:23131: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:23146: result: yes configure:23201: 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:24290: result: yes configure:24326: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -pthread -fopenmp conftest.cpp >&5 configure:24329: $? = 0 configure:24810: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:24817: result: -fPIC -DPIC configure:24825: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works configure:24843: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -pthread -fopenmp -fPIC -DPIC -DPIC conftest.cpp >&5 configure:24847: $? = 0 configure:24860: result: yes configure:24883: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:24911: result: yes configure:24923: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:24944: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -pthread -fopenmp -o out/conftest2.o conftest.cpp >&5 configure:24948: $? = 0 configure:24970: result: yes configure:24975: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:25022: result: yes configure:25052: 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:25092: result: yes configure:25233: checking dynamic linker characteristics configure:25999: result: GNU/Linux ld.so configure:26064: checking how to hardcode library paths into programs configure:26089: result: immediate configure:26230: checking if libtool supports shared libraries configure:26232: result: yes configure:26235: checking whether to build shared libraries configure:26259: result: yes configure:26262: checking whether to build static libraries configure:26266: result: no configure:26618: checking for x86_64-pc-linux-gnu-gfortran option to produce PIC configure:26625: result: -fPIC configure:26633: checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works configure:26651: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -fPIC conftest.f >&5 configure:26655: $? = 0 configure:26668: result: yes configure:26691: checking if x86_64-pc-linux-gnu-gfortran static flag -static works configure:26719: result: yes configure:26731: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o configure:26752: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -o out/conftest2.o conftest.f >&5 configure:26756: $? = 0 configure:26778: result: yes configure:26783: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o configure:26830: result: yes configure:26860: 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:28069: result: yes configure:28210: checking dynamic linker characteristics configure:28962: result: GNU/Linux ld.so configure:29027: checking how to hardcode library paths into programs configure:29052: result: immediate configure:29241: checking for sgemm_ in -L/usr/lib64/blas/reference -lblas configure:29269: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib64/blas/reference -lblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/blas/reference/libblas.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_stop_string@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_st_write@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_st_write_done@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_transfer_character_write@GFORTRAN_1.4' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_transfer_integer_write@GFORTRAN_1.4' collect2: error: ld returned 1 exit status configure:29269: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29276: result: no configure:29285: checking if sgemm_ is being linked in already configure:29313: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccQ0oA6Z.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status configure:29313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29318: result: no configure:29326: checking for sgemm_ in -lopenblas configure:29359: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lopenblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status configure:29359: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29369: result: no configure:29380: checking for ATL_xerbla in -latlas configure:29413: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -latlas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -latlas collect2: error: ld returned 1 exit status configure:29413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29422: result: no configure:29530: checking for sgemm_ in -lblas configure:29563: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libgfortran.so.3, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so: undefined reference to `_gfortran_stop_string@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so: undefined reference to `_gfortran_st_write@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so: undefined reference to `_gfortran_st_write_done@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so: undefined reference to `_gfortran_transfer_character_write@GFORTRAN_1.4' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64/libblas.so: undefined reference to `_gfortran_transfer_integer_write@GFORTRAN_1.4' collect2: error: ld returned 1 exit status configure:29563: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29573: result: no configure:29793: checking for sgemm_ in -lmkl_intel_lp64 configure:29826: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -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/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_intel_lp64 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_intel_lp64 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_sequential /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl_core collect2: error: ld returned 1 exit status configure:29826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29836: result: no configure:29900: checking for sgemm_ in -lmkl configure:29933: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lmkl -lguide -lpthread -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmkl /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lguide collect2: error: ld returned 1 exit status configure:29933: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29943: result: no configure:29954: checking for sgemm_ in -framework vecLib configure:29982: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -framework vecLib -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.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:29982: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:29987: result: no configure:29995: checking for sgemm_ in -lcxml configure:30028: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lcxml -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcxml collect2: error: ld returned 1 exit status configure:30028: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:30038: result: no configure:30049: checking for sgemm_ in -ldxml configure:30082: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -ldxml -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldxml collect2: error: ld returned 1 exit status configure:30082: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:30092: result: no configure:30207: checking for sgemm_ in -lscs configure:30240: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lscs -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lscs collect2: error: ld returned 1 exit status configure:30240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:30250: result: no configure:30261: checking for sgemm_ in -lcomplib.sgimath configure:30294: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lcomplib.sgimath -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcomplib.sgimath collect2: error: ld returned 1 exit status configure:30294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:30304: result: no configure:30315: checking for sgemm_ in -lblas configure:30358: result: no configure:30418: checking for sgemm_ in -lblas configure:30461: result: no configure:31045: checking for sgemm_ in -L/usr/lib64/blas/reference -lblas configure:31073: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib64/blas/reference -lblas -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libgfortran.so.3, needed by /usr/lib64/blas/reference/libblas.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_stop_string@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_st_write@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_st_write_done@GFORTRAN_1.0' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_transfer_character_write@GFORTRAN_1.4' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/blas/reference/libblas.so: undefined reference to `_gfortran_transfer_integer_write@GFORTRAN_1.4' collect2: error: ld returned 1 exit status configure:31073: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:31080: result: no configure:31089: checking if sgemm_ is being linked in already configure:31117: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sci-mathematics/octave-5.1.0/temp/ccCDIcBI.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status configure:31117: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:31122: result: no configure:31130: checking for sgemm_ in -lopenblas configure:31173: result: no configure:31184: checking for ATL_xerbla in -latlas configure:31226: result: no configure:31334: checking for sgemm_ in -lblas configure:31377: result: no configure:31597: checking for sgemm_ in -lmkl_intel_lp64 configure:31640: result: no configure:31704: checking for sgemm_ in -lmkl configure:31747: result: no configure:31758: checking for sgemm_ in -framework vecLib configure:31786: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -pthread -fopenmp -Wl,-O1 -Wl,--as-needed conftest.c -framework vecLib -lm -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.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:31786: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "5.1.0" | #define PACKAGE_STRING "GNU Octave 5.1.0" | #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" | #define PACKAGE_URL "https://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "5.1.0" | #define OCTAVE_SOURCE 1 | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define YYTEXT_POINTER 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define __NO_MATH_INLINES 1 | #define HAVE_LIBM 1 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## _ | #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 | #define SIZEOF_VOID_P 8 | #define OCTAVE_SIZEOF_IDX_TYPE 4 | #define OCTAVE_IDX_TYPE int32_t | #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_OMP_H 1 | #define HAVE_OMP_GET_NUM_THREADS 1 | #define OCTAVE_ENABLE_OPENMP 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:31791: result: no configure:31799: checking for sgemm_ in -lcxml configure:31842: result: no configure:31853: checking for sgemm_ in -ldxml configure:31896: result: no configure:32011: checking for sgemm_ in -lscs configure:32054: result: no configure:32065: checking for sgemm_ in -lcomplib.sgimath configure:32108: result: no configure:32119: checking for sgemm_ in -lblas configure:32162: result: no configure:32222: checking for sgemm_ in -lblas configure:32265: result: no configure:34637: error: BLAS and LAPACK libraries are required ## ---------------- ## ## 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_BUILD_CC_set= ac_cv_env_BUILD_CC_value= ac_cv_env_BUILD_CFLAGS_set= ac_cv_env_BUILD_CFLAGS_value= ac_cv_env_BUILD_CXXFLAGS_set= ac_cv_env_BUILD_CXXFLAGS_value= ac_cv_env_BUILD_CXX_set= ac_cv_env_BUILD_CXX_value= ac_cv_env_BUILD_EXEEXT_set= ac_cv_env_BUILD_EXEEXT_value= ac_cv_env_BUILD_LDFLAGS_set= ac_cv_env_BUILD_LDFLAGS_value= 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='-O2 -pipe -march=native' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=native' 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_FT2_CFLAGS_set= ac_cv_env_FT2_CFLAGS_value= ac_cv_env_FT2_LIBS_set= ac_cv_env_FT2_LIBS_value= ac_cv_env_JAVA_HOME_set=set ac_cv_env_JAVA_HOME_value=/opt/oracle-jdk-bin-1.8.0.202 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_LLVM_CONFIG_set= ac_cv_env_LLVM_CONFIG_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_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_QT_CFLAGS_set= ac_cv_env_QT_CFLAGS_value= ac_cv_env_QT_LIBS_set= ac_cv_env_QT_LIBS_value= ac_cv_env_TERM_CFLAGS_set= ac_cv_env_TERM_CFLAGS_value= ac_cv_env_TERM_LIBS_set= ac_cv_env_TERM_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath' ac_cv_f77_mangling='lower case, underscore, no extra underscore' ac_cv_fortran_dummy_main=none ac_cv_func_dlopen=no ac_cv_func_omp_get_num_threads=yes ac_cv_func_shl_load=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_omp_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_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_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_dxml_sgemm_=no ac_cv_lib_lex=-lfl ac_cv_lib_m_sin=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_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.6/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_DEFAULT_PAGER=less ac_cv_prog_F77=x86_64-pc-linux-gnu-gfortran ac_cv_prog_FIND=find ac_cv_prog_GHOSTSCRIPT=gs ac_cv_prog_GNUPLOT=gnuplot ac_cv_prog_GPERF=gperf ac_cv_prog_ICOTOOL=icotool ac_cv_prog_LEX=flex ac_cv_prog_MKINFO=makeinfo ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_PERL=perl ac_cv_prog_PYTHON=python ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_RSVG_CONVERT=rsvg-convert ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_TEXI2DVI=texi2dvi ac_cv_prog_TEXI2PDF=texi2pdf ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_cxx98= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_gcc_traditional=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_should_define__xopen_source=no ac_cv_sizeof_void_p=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_c_openmp=-fopenmp ax_cv_cxx_openmp=-fopenmp gl_cv_c_amsterdam_compiler=no lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no 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_c_o_F77=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_F77=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=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_CXX=yes lt_cv_prog_compiler_static_works_F77=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' octave_cv_bison_api_prefix_decl_style='api brace' octave_cv_broken_stl_algo_h=no octave_cv_makeinfo_sortas_command=yes octave_cv_prog_sed=/bin/sed ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/missing aclocal-1.16' ADDRESS_SANITIZER_OPTIONS='' ALLOCA='' ALLOCA_H='' AMCOND_ADDRESS_SANITIZER_ENABLED_FALSE='' AMCOND_ADDRESS_SANITIZER_ENABLED_TRUE='' AMCOND_BUILD_DOCS_FALSE='' AMCOND_BUILD_DOCS_TRUE='' AMCOND_BUILD_EXTERNAL_LIBXERBLA_FALSE='' AMCOND_BUILD_EXTERNAL_LIBXERBLA_TRUE='' AMCOND_BUILD_QT_DOCS_FALSE='' AMCOND_BUILD_QT_DOCS_TRUE='' AMCOND_BUILD_QT_GRAPHICS_FALSE='' AMCOND_BUILD_QT_GRAPHICS_TRUE='' AMCOND_BUILD_QT_GUI_FALSE='' AMCOND_BUILD_QT_GUI_TRUE='' AMCOND_CROSS_TOOLS_FALSE='' AMCOND_CROSS_TOOLS_TRUE='' AMCOND_ENABLE_HG_ID_FALSE='' AMCOND_ENABLE_HG_ID_TRUE='' AMCOND_HAVE_BROKEN_STL_ALGO_H_FALSE='' AMCOND_HAVE_BROKEN_STL_ALGO_H_TRUE='#' AMCOND_HAVE_FFTW_FALSE='' AMCOND_HAVE_FFTW_TRUE='' AMCOND_HAVE_ICON_TOOLS_FALSE='#' AMCOND_HAVE_ICON_TOOLS_TRUE='' AMCOND_HAVE_JAVA_FALSE='' AMCOND_HAVE_JAVA_TRUE='' AMCOND_HAVE_LLVM_FALSE='' AMCOND_HAVE_LLVM_TRUE='' AMCOND_HAVE_QSCINTILLA_FALSE='' AMCOND_HAVE_QSCINTILLA_TRUE='' AMCOND_INSTALL_BUILD_LOGS_FALSE='' AMCOND_INSTALL_BUILD_LOGS_TRUE='' AMCOND_INSTALL_INTERNAL_FONT_FILES_FALSE='#' AMCOND_INSTALL_INTERNAL_FONT_FILES_TRUE='' AMCOND_LINK_ALL_DEPS_FALSE='' AMCOND_LINK_ALL_DEPS_TRUE='#' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMD_CPPFLAGS='' AMD_LDFLAGS='' AMD_LIBS='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='' AR='x86_64-pc-linux-gnu-ar' ARFLAGS='cr' ARPACK_CPPFLAGS='' ARPACK_LDFLAGS='' ARPACK_LIBS='' AS='as' AUTOCONF='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/missing autoconf' AUTOCONF_SUBST_VARS='' AUTOHEADER='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/missing automake-1.16' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BLAS_LIBS='' BUILD_CC='' BUILD_CFLAGS='' BUILD_CXX='' BUILD_CXXFLAGS='' BUILD_EXEEXT='' BUILD_LDFLAGS='' BYTESWAP_H='' BZ2_CPPFLAGS='' BZ2_LDFLAGS='' BZ2_LIBS='' CAMD_CPPFLAGS='' CAMD_LDFLAGS='' CAMD_LIBS='' CARBON_LIBS='' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CCOLAMD_CPPFLAGS='' CCOLAMD_LDFLAGS='' CCOLAMD_LIBS='' CFLAGS='-O2 -pipe -march=native -pthread -fopenmp' CHOLMOD_CPPFLAGS='' CHOLMOD_LDFLAGS='' CHOLMOD_LIBS='' COLAMD_CPPFLAGS='' COLAMD_LDFLAGS='' COLAMD_LIBS='' CPICFLAG='-fPIC' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CROSS_TOOL_PREFIX='' CURL_CPPFLAGS='' CURL_LDFLAGS='' CURL_LIBS='' CXSPARSE_CPPFLAGS='' CXSPARSE_LDFLAGS='' CXSPARSE_LIBS='' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-O2 -pipe -march=native -pthread -fopenmp' CXXPICFLAG='-fPIC' CYGPATH_W='echo' DEFAULT_PAGER='less' DEFAULT_TERMINAL_FONT='' DEFAULT_TERMINAL_FONT_SIZE='' DEFS='' DEPDIR='.deps' DEPEND_EXTRA_SED_PATTERN='' DEPEND_FLAGS='-M' DLLTOOL='false' DL_LD='x86_64-pc-linux-gnu-g++' DL_LDFLAGS='-shared' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENABLE_64='no' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' EXTERNAL_DLL_DEFS='' F77='x86_64-pc-linux-gnu-gfortran' F77_APPEND_EXTRA_UNDERSCORE='yes' F77_APPEND_UNDERSCORE='yes' F77_FLOAT_STORE_FLAG='' F77_INTEGER_8_FLAG='' F77_TOLOWER='yes' FFLAGS='-O2 -pipe' FFTW3F_CPPFLAGS='' FFTW3F_LDFLAGS='' FFTW3F_LIBS='' FFTW3_CPPFLAGS='' FFTW3_LDFLAGS='' FFTW3_LIBS='' FFTW_XCPPFLAGS='' FFTW_XLDFLAGS='' FFTW_XLIBS='' FFT_DIR='' FGREP='/bin/grep -F' FIND='find' FLIBS=' -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../.. -lgfortran -lm -lquadmath' FLOAT_H='' FLTK_CONFIG='' FLTK_CPPFLAGS='' FLTK_LDFLAGS='' FLTK_LIBS='' FNMATCH_H='' FONTCONFIG_CPPFLAGS='' FONTCONFIG_LDFLAGS='' FONTCONFIG_LIBS='' FPICFLAG='-fPIC' FREXPF_LIBM='' FREXP_LIBM='' FT2_CFLAGS='' FT2_CPPFLAGS='' FT2_LIBS='' GCC_VERSION='8.3.0' GETHOSTNAME_LIB='' GETOPT_CDEFS_H='' GETOPT_H='' GHOSTSCRIPT='gs' GL2PS_LIBS='' GLOB_H='' GLPK_CPPFLAGS='' GLPK_LDFLAGS='' GLPK_LIBS='' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_BYTESWAP_H_FALSE='' GL_GENERATE_BYTESWAP_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='' GL_GENERATE_FLOAT_H_FALSE='' GL_GENERATE_FLOAT_H_TRUE='' GL_GENERATE_FNMATCH_H_FALSE='' GL_GENERATE_FNMATCH_H_TRUE='' GL_GENERATE_GLOB_H_FALSE='' GL_GENERATE_GLOB_H_TRUE='' GL_GENERATE_ICONV_H_FALSE='' GL_GENERATE_ICONV_H_TRUE='' GL_GENERATE_LIMITS_H_FALSE='' GL_GENERATE_LIMITS_H_TRUE='' GL_GENERATE_STDALIGN_H_FALSE='' GL_GENERATE_STDALIGN_H_TRUE='' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='' GNULIB_ACCEPT4='' GNULIB_ACCEPT='' GNULIB_ACOSF='' GNULIB_ACOSL='' GNULIB_ALPHASORT='' GNULIB_ASINF='' GNULIB_ASINL='' GNULIB_ATAN2F='' GNULIB_ATANF='' GNULIB_ATANL='' GNULIB_ATOLL='' GNULIB_BIND='' GNULIB_BTOWC='' GNULIB_CALLOC_POSIX='' GNULIB_CANONICALIZE_FILE_NAME='' GNULIB_CBRT='' GNULIB_CBRTF='' GNULIB_CBRTL='' GNULIB_CEIL='' GNULIB_CEILF='' GNULIB_CEILL='' GNULIB_CHDIR='' GNULIB_CHOWN='' GNULIB_CLOSE='' GNULIB_CLOSEDIR='' GNULIB_CONNECT='' GNULIB_COPYSIGN='' GNULIB_COPYSIGNF='' GNULIB_COPYSIGNL='' GNULIB_COSF='' GNULIB_COSHF='' GNULIB_COSL='' GNULIB_CTIME='' GNULIB_DIRFD='' GNULIB_DPRINTF='' GNULIB_DUP2='' GNULIB_DUP3='' GNULIB_DUP='' GNULIB_ENVIRON='' GNULIB_EUIDACCESS='' GNULIB_EXP2='' GNULIB_EXP2F='' GNULIB_EXP2L='' GNULIB_EXPF='' GNULIB_EXPL='' GNULIB_EXPLICIT_BZERO='' GNULIB_EXPM1='' GNULIB_EXPM1F='' GNULIB_EXPM1L='' GNULIB_FABSF='' GNULIB_FABSL='' GNULIB_FACCESSAT='' GNULIB_FCHDIR='' GNULIB_FCHMODAT='' GNULIB_FCHOWNAT='' GNULIB_FCLOSE='' GNULIB_FCNTL='' GNULIB_FDATASYNC='' GNULIB_FDOPEN='' GNULIB_FDOPENDIR='' GNULIB_FFLUSH='' GNULIB_FFS='' GNULIB_FFSL='' GNULIB_FFSLL='' GNULIB_FGETC='' GNULIB_FGETS='' GNULIB_FLOOR='' GNULIB_FLOORF='' GNULIB_FLOORL='' GNULIB_FMA='' GNULIB_FMAF='' GNULIB_FMAL='' GNULIB_FMOD='' GNULIB_FMODF='' GNULIB_FMODL='' GNULIB_FNMATCH='' GNULIB_FOPEN='' GNULIB_FPRINTF='' GNULIB_FPRINTF_POSIX='' GNULIB_FPURGE='' GNULIB_FPUTC='' GNULIB_FPUTS='' GNULIB_FREAD='' GNULIB_FREOPEN='' GNULIB_FREXP='' GNULIB_FREXPF='' GNULIB_FREXPL='' GNULIB_FSCANF='' GNULIB_FSEEK='' GNULIB_FSEEKO='' GNULIB_FSTAT='' GNULIB_FSTATAT='' GNULIB_FSYNC='' GNULIB_FTELL='' GNULIB_FTELLO='' GNULIB_FTRUNCATE='' GNULIB_FUTIMENS='' GNULIB_FWRITE='' GNULIB_GETC='' GNULIB_GETCHAR='' GNULIB_GETCWD='' GNULIB_GETDELIM='' GNULIB_GETDOMAINNAME='' GNULIB_GETDTABLESIZE='' GNULIB_GETGROUPS='' GNULIB_GETHOSTNAME='' GNULIB_GETLINE='' GNULIB_GETLOADAVG='' GNULIB_GETLOGIN='' GNULIB_GETLOGIN_R='' GNULIB_GETPAGESIZE='' GNULIB_GETPASS='' GNULIB_GETPEERNAME='' GNULIB_GETRUSAGE='' GNULIB_GETSOCKNAME='' GNULIB_GETSOCKOPT='' GNULIB_GETSUBOPT='' GNULIB_GETTIMEOFDAY='' GNULIB_GETUSERSHELL='' GNULIB_GLOB='' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='' GNULIB_GROUP_MEMBER='' GNULIB_HYPOT='' GNULIB_HYPOTF='' GNULIB_HYPOTL='' GNULIB_ICONV='' GNULIB_ILOGB='' GNULIB_ILOGBF='' GNULIB_ILOGBL='' GNULIB_ISATTY='' GNULIB_ISFINITE='' GNULIB_ISINF='' GNULIB_ISNAN='' GNULIB_ISNAND='' GNULIB_ISNANF='' GNULIB_ISNANL='' GNULIB_ISWBLANK='' GNULIB_ISWCTYPE='' GNULIB_LCHMOD='' GNULIB_LCHOWN='' GNULIB_LDEXPF='' GNULIB_LDEXPL='' GNULIB_LINK='' GNULIB_LINKAT='' GNULIB_LINK_DEPS='' GNULIB_LISTEN='' GNULIB_LOCALTIME='' GNULIB_LOG10='' GNULIB_LOG10F='' GNULIB_LOG10L='' GNULIB_LOG1P='' GNULIB_LOG1PF='' GNULIB_LOG1PL='' GNULIB_LOG2='' GNULIB_LOG2F='' GNULIB_LOG2L='' GNULIB_LOG='' GNULIB_LOGB='' GNULIB_LOGBF='' GNULIB_LOGBL='' GNULIB_LOGF='' GNULIB_LOGL='' GNULIB_LSEEK='' GNULIB_LSTAT='' GNULIB_MALLOC_POSIX='' GNULIB_MBRLEN='' GNULIB_MBRTOWC='' GNULIB_MBSCASECMP='' GNULIB_MBSCASESTR='' GNULIB_MBSCHR='' GNULIB_MBSCSPN='' GNULIB_MBSINIT='' GNULIB_MBSLEN='' GNULIB_MBSNCASECMP='' GNULIB_MBSNLEN='' GNULIB_MBSNRTOWCS='' GNULIB_MBSPBRK='' GNULIB_MBSPCASECMP='' GNULIB_MBSRCHR='' GNULIB_MBSRTOWCS='' GNULIB_MBSSEP='' GNULIB_MBSSPN='' GNULIB_MBSSTR='' GNULIB_MBSTOK_R='' GNULIB_MBTOWC='' GNULIB_MEMCHR='' GNULIB_MEMMEM='' GNULIB_MEMPCPY='' GNULIB_MEMRCHR='' GNULIB_MKDIRAT='' GNULIB_MKDTEMP='' GNULIB_MKFIFO='' GNULIB_MKFIFOAT='' GNULIB_MKNOD='' GNULIB_MKNODAT='' GNULIB_MKOSTEMP='' GNULIB_MKOSTEMPS='' GNULIB_MKSTEMP='' GNULIB_MKSTEMPS='' GNULIB_MKTIME='' GNULIB_MODF='' GNULIB_MODFF='' GNULIB_MODFL='' GNULIB_NANOSLEEP='' GNULIB_NONBLOCKING='' GNULIB_OBSTACK_PRINTF='' GNULIB_OBSTACK_PRINTF_POSIX='' GNULIB_OPEN='' GNULIB_OPENAT='' GNULIB_OPENDIR='' GNULIB_OVERRIDES_STRUCT_STAT='' GNULIB_OVERRIDES_WINT_T='' GNULIB_PCLOSE='' GNULIB_PERROR='' GNULIB_PIPE2='' GNULIB_PIPE='' GNULIB_POPEN='' GNULIB_POSIX_OPENPT='' GNULIB_POWF='' GNULIB_PREAD='' GNULIB_PRINTF='' GNULIB_PRINTF_POSIX='' GNULIB_PSELECT='' GNULIB_PTHREAD_SIGMASK='' GNULIB_PTSNAME='' GNULIB_PTSNAME_R='' GNULIB_PUTC='' GNULIB_PUTCHAR='' GNULIB_PUTENV='' GNULIB_PUTS='' GNULIB_PWRITE='' GNULIB_QSORT_R='' GNULIB_RAISE='' GNULIB_RANDOM='' GNULIB_RANDOM_R='' GNULIB_RAWMEMCHR='' GNULIB_READ='' GNULIB_READDIR='' GNULIB_READLINK='' GNULIB_READLINKAT='' GNULIB_REALLOCARRAY='' GNULIB_REALLOC_POSIX='' GNULIB_REALPATH='' GNULIB_RECV='' GNULIB_RECVFROM='' GNULIB_REMAINDER='' GNULIB_REMAINDERF='' GNULIB_REMAINDERL='' GNULIB_REMOVE='' GNULIB_RENAME='' GNULIB_RENAMEAT='' GNULIB_REWINDDIR='' GNULIB_RINT='' GNULIB_RINTF='' GNULIB_RINTL='' GNULIB_RMDIR='' GNULIB_ROUND='' GNULIB_ROUNDF='' GNULIB_ROUNDL='' GNULIB_RPMATCH='' GNULIB_SCANDIR='' GNULIB_SCANF='' GNULIB_SECURE_GETENV='' GNULIB_SELECT='' GNULIB_SEND='' GNULIB_SENDTO='' GNULIB_SETENV='' GNULIB_SETHOSTNAME='' GNULIB_SETSOCKOPT='' GNULIB_SHUTDOWN='' GNULIB_SIGACTION='' GNULIB_SIGNAL_H_SIGPIPE='' GNULIB_SIGNBIT='' GNULIB_SIGPROCMASK='' GNULIB_SINF='' GNULIB_SINHF='' GNULIB_SINL='' GNULIB_SLEEP='' GNULIB_SNPRINTF='' GNULIB_SOCKET='' GNULIB_SPRINTF_POSIX='' GNULIB_SQRTF='' GNULIB_SQRTL='' GNULIB_STAT='' GNULIB_STDIO_H_NONBLOCKING='' GNULIB_STDIO_H_SIGPIPE='' GNULIB_STPCPY='' GNULIB_STPNCPY='' GNULIB_STRCASESTR='' GNULIB_STRCHRNUL='' GNULIB_STRDUP='' GNULIB_STRERROR='' GNULIB_STRERROR_R='' GNULIB_STRFTIME='' GNULIB_STRNCAT='' GNULIB_STRNDUP='' GNULIB_STRNLEN='' GNULIB_STRPBRK='' GNULIB_STRPTIME='' GNULIB_STRSEP='' GNULIB_STRSIGNAL='' GNULIB_STRSTR='' GNULIB_STRTOD='' GNULIB_STRTOK_R='' GNULIB_STRTOLL='' GNULIB_STRTOULL='' GNULIB_STRVERSCMP='' GNULIB_SYMLINK='' GNULIB_SYMLINKAT='' GNULIB_SYSTEM_POSIX='' GNULIB_TANF='' GNULIB_TANHF='' GNULIB_TANL='' GNULIB_TIMEGM='' GNULIB_TIMES='' GNULIB_TIME_R='' GNULIB_TIME_RZ='' GNULIB_TMPFILE='' GNULIB_TOWCTRANS='' GNULIB_TRUNC='' GNULIB_TRUNCATE='' GNULIB_TRUNCF='' GNULIB_TRUNCL='' GNULIB_TTYNAME_R='' GNULIB_TZSET='' GNULIB_UNAME='' GNULIB_UNISTD_H_NONBLOCKING='' GNULIB_UNISTD_H_SIGPIPE='' GNULIB_UNLINK='' GNULIB_UNLINKAT='' GNULIB_UNLOCKPT='' GNULIB_UNSETENV='' GNULIB_USLEEP='' GNULIB_UTIMENSAT='' GNULIB_VASPRINTF='' GNULIB_VDPRINTF='' GNULIB_VFPRINTF='' GNULIB_VFPRINTF_POSIX='' GNULIB_VFSCANF='' GNULIB_VPRINTF='' GNULIB_VPRINTF_POSIX='' GNULIB_VSCANF='' GNULIB_VSNPRINTF='' GNULIB_VSPRINTF_POSIX='' GNULIB_WAITPID='' GNULIB_WCPCPY='' GNULIB_WCPNCPY='' GNULIB_WCRTOMB='' GNULIB_WCSCASECMP='' GNULIB_WCSCAT='' GNULIB_WCSCHR='' GNULIB_WCSCMP='' GNULIB_WCSCOLL='' GNULIB_WCSCPY='' GNULIB_WCSCSPN='' GNULIB_WCSDUP='' GNULIB_WCSFTIME='' GNULIB_WCSLEN='' GNULIB_WCSNCASECMP='' GNULIB_WCSNCAT='' GNULIB_WCSNCMP='' GNULIB_WCSNCPY='' GNULIB_WCSNLEN='' GNULIB_WCSNRTOMBS='' GNULIB_WCSPBRK='' GNULIB_WCSRCHR='' GNULIB_WCSRTOMBS='' GNULIB_WCSSPN='' GNULIB_WCSSTR='' GNULIB_WCSTOK='' GNULIB_WCSWIDTH='' GNULIB_WCSXFRM='' GNULIB_WCTOB='' GNULIB_WCTOMB='' GNULIB_WCTRANS='' GNULIB_WCTYPE='' GNULIB_WCWIDTH='' GNULIB_WMEMCHR='' GNULIB_WMEMCMP='' GNULIB_WMEMCPY='' GNULIB_WMEMMOVE='' GNULIB_WMEMSET='' GNULIB_WRITE='' GNULIB__EXIT='' GNUPLOT='gnuplot' GPERF='gperf' GREP='/bin/grep' GXX_VERSION='8.3.0' HAVE_ACCEPT4='' HAVE_ACOSF='' HAVE_ACOSL='' HAVE_ALPHASORT='' HAVE_ASINF='' HAVE_ASINL='' HAVE_ATAN2F='' HAVE_ATANF='' HAVE_ATANL='' HAVE_ATOLL='' HAVE_BTOWC='' HAVE_C99_STDINT_H='' HAVE_CANONICALIZE_FILE_NAME='' HAVE_CBRT='' HAVE_CBRTF='' HAVE_CBRTL='' HAVE_CHOWN='' HAVE_CLOSEDIR='' HAVE_COPYSIGN='' HAVE_COPYSIGNL='' HAVE_COSF='' HAVE_COSHF='' HAVE_COSL='' HAVE_CRTDEFS_H='' HAVE_DECL_ACOSL='' HAVE_DECL_ASINL='' HAVE_DECL_ATANL='' HAVE_DECL_CBRTF='' HAVE_DECL_CBRTL='' HAVE_DECL_CEILF='' HAVE_DECL_CEILL='' HAVE_DECL_COPYSIGNF='' HAVE_DECL_COSL='' HAVE_DECL_DIRFD='' HAVE_DECL_ENVIRON='' HAVE_DECL_EXP2='' HAVE_DECL_EXP2F='' HAVE_DECL_EXP2L='' HAVE_DECL_EXPL='' HAVE_DECL_EXPM1L='' HAVE_DECL_FCHDIR='' HAVE_DECL_FDATASYNC='' HAVE_DECL_FDOPENDIR='' HAVE_DECL_FLOORF='' HAVE_DECL_FLOORL='' HAVE_DECL_FPURGE='' HAVE_DECL_FREXPL='' HAVE_DECL_FSEEKO='' HAVE_DECL_FTELLO='' HAVE_DECL_GETDELIM='' HAVE_DECL_GETDOMAINNAME='' HAVE_DECL_GETLINE='' HAVE_DECL_GETLOADAVG='' HAVE_DECL_GETLOGIN='' HAVE_DECL_GETLOGIN_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' HAVE_DECL_INITSTATE='' HAVE_DECL_LDEXPL='' HAVE_DECL_LOCALTIME_R='' HAVE_DECL_LOG10L='' HAVE_DECL_LOG2='' HAVE_DECL_LOG2F='' HAVE_DECL_LOG2L='' HAVE_DECL_LOGB='' HAVE_DECL_LOGL='' HAVE_DECL_MEMMEM='' HAVE_DECL_MEMRCHR='' HAVE_DECL_OBSTACK_PRINTF='' HAVE_DECL_REMAINDER='' HAVE_DECL_REMAINDERL='' HAVE_DECL_RINTF='' HAVE_DECL_ROUND='' HAVE_DECL_ROUNDF='' HAVE_DECL_ROUNDL='' HAVE_DECL_SETENV='' HAVE_DECL_SETHOSTNAME='' HAVE_DECL_SETSTATE='' HAVE_DECL_SINL='' HAVE_DECL_SNPRINTF='' HAVE_DECL_SQRTL='' HAVE_DECL_STRDUP='' HAVE_DECL_STRERROR_R='' HAVE_DECL_STRNCASECMP='' HAVE_DECL_STRNDUP='' HAVE_DECL_STRNLEN='' HAVE_DECL_STRSIGNAL='' HAVE_DECL_STRTOK_R='' HAVE_DECL_TANL='' HAVE_DECL_TRUNC='' HAVE_DECL_TRUNCATE='' HAVE_DECL_TRUNCF='' HAVE_DECL_TRUNCL='' HAVE_DECL_TTYNAME_R='' HAVE_DECL_UNSETENV='' HAVE_DECL_VSNPRINTF='' HAVE_DECL_WCTOB='' HAVE_DECL_WCWIDTH='' HAVE_DIRENT_H='' HAVE_DPRINTF='' HAVE_DUP2='' HAVE_DUP3='' HAVE_EUIDACCESS='' HAVE_EXPF='' HAVE_EXPL='' HAVE_EXPLICIT_BZERO='' HAVE_EXPM1='' HAVE_EXPM1F='' HAVE_FABSF='' HAVE_FABSL='' HAVE_FACCESSAT='' HAVE_FCHDIR='' HAVE_FCHMODAT='' HAVE_FCHOWNAT='' HAVE_FCNTL='' HAVE_FDATASYNC='' HAVE_FDOPENDIR='' HAVE_FEATURES_H='' HAVE_FFS='' HAVE_FFSL='' HAVE_FFSLL='' HAVE_FMA='' HAVE_FMAF='' HAVE_FMAL='' HAVE_FMODF='' HAVE_FMODL='' HAVE_FNMATCH='' HAVE_FNMATCH_H='' HAVE_FREXPF='' HAVE_FSEEKO='' HAVE_FSTATAT='' HAVE_FSYNC='' HAVE_FTELLO='' HAVE_FTRUNCATE='' HAVE_FUTIMENS='' HAVE_GETDTABLESIZE='' HAVE_GETGROUPS='' HAVE_GETHOSTNAME='' HAVE_GETLOGIN='' HAVE_GETOPT_H='' HAVE_GETPAGESIZE='' HAVE_GETPASS='' HAVE_GETRUSAGE='' HAVE_GETSUBOPT='' HAVE_GETTIMEOFDAY='' HAVE_GLOB='' HAVE_GLOB_H='' HAVE_GLOB_PATTERN_P='' HAVE_GRANTPT='' HAVE_GROUP_MEMBER='' HAVE_HYPOTF='' HAVE_HYPOTL='' HAVE_ILOGB='' HAVE_ILOGBF='' HAVE_ILOGBL='' HAVE_INTTYPES_H='' HAVE_ISNAND='' HAVE_ISNANF='' HAVE_ISNANL='' HAVE_ISWBLANK='' HAVE_ISWCNTRL='' HAVE_LCHMOD='' HAVE_LCHOWN='' HAVE_LDEXPF='' HAVE_LINK='' HAVE_LINKAT='' HAVE_LOG10F='' HAVE_LOG10L='' HAVE_LOG1P='' HAVE_LOG1PF='' HAVE_LOG1PL='' HAVE_LOGBF='' HAVE_LOGBL='' HAVE_LOGF='' HAVE_LOGL='' HAVE_LONG_LONG_INT='' HAVE_LSTAT='' HAVE_MAX_ALIGN_T='' HAVE_MBRLEN='' HAVE_MBRTOWC='' HAVE_MBSINIT='' HAVE_MBSLEN='' HAVE_MBSNRTOWCS='' HAVE_MBSRTOWCS='' HAVE_MEMCHR='' HAVE_MEMPCPY='' HAVE_MKDIRAT='' HAVE_MKDTEMP='' HAVE_MKFIFO='' HAVE_MKFIFOAT='' HAVE_MKNOD='' HAVE_MKNODAT='' HAVE_MKOSTEMP='' HAVE_MKOSTEMPS='' HAVE_MKSTEMP='' HAVE_MKSTEMPS='' HAVE_MODFF='' HAVE_MODFL='' HAVE_MSVC_INVALID_PARAMETER_HANDLER='' HAVE_NANOSLEEP='' HAVE_OPENAT='' HAVE_OPENDIR='' HAVE_OS_H='' HAVE_PCLOSE='' HAVE_PIPE2='' HAVE_PIPE='' HAVE_POPEN='' HAVE_POSIX_OPENPT='' HAVE_POSIX_SIGNALBLOCKING='' HAVE_POWF='' HAVE_PREAD='' HAVE_PSELECT='' HAVE_PTHREAD_SIGMASK='' HAVE_PTSNAME='' HAVE_PTSNAME_R='' HAVE_PWRITE='' HAVE_QSORT_R='' HAVE_RAISE='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READDIR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALLOCARRAY='' HAVE_REALPATH='' HAVE_REMAINDER='' HAVE_REMAINDERF='' HAVE_RENAMEAT='' HAVE_REWINDDIR='' HAVE_RINT='' HAVE_RINTL='' HAVE_RPMATCH='' HAVE_SA_FAMILY_T='' HAVE_SCANDIR='' HAVE_SECURE_GETENV='' HAVE_SETENV='' HAVE_SETHOSTNAME='' HAVE_SIGACTION='' HAVE_SIGHANDLER_T='' HAVE_SIGINFO_T='' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='' HAVE_SINF='' HAVE_SINHF='' HAVE_SINL='' HAVE_SLEEP='' HAVE_SQRTF='' HAVE_SQRTL='' HAVE_STDINT_H='' HAVE_STPCPY='' HAVE_STPNCPY='' HAVE_STRCASECMP='' HAVE_STRCASESTR='' HAVE_STRCHRNUL='' HAVE_STRINGS_H='' HAVE_STRPBRK='' HAVE_STRPTIME='' HAVE_STRSEP='' HAVE_STRTOD='' HAVE_STRTOLL='' HAVE_STRTOULL='' HAVE_STRUCT_RANDOM_DATA='' HAVE_STRUCT_SIGACTION_SA_SIGACTION='' HAVE_STRUCT_SOCKADDR_STORAGE='' HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='' HAVE_STRUCT_TIMEVAL='' HAVE_STRUCT_TMS='' HAVE_STRUCT_UTSNAME='' HAVE_STRVERSCMP='' HAVE_SYMLINK='' HAVE_SYMLINKAT='' HAVE_SYS_BITYPES_H='' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='' HAVE_SYS_PARAM_H='' HAVE_SYS_RESOURCE_H='' HAVE_SYS_SELECT_H='' HAVE_SYS_SOCKET_H='' HAVE_SYS_TIMES_H='' HAVE_SYS_TIME_H='' HAVE_SYS_TYPES_H='' HAVE_SYS_UIO_H='' HAVE_SYS_UTSNAME_H='' HAVE_TANF='' HAVE_TANHF='' HAVE_TANL='' HAVE_TIMEGM='' HAVE_TIMES='' HAVE_TIMEZONE_T='' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' HAVE_TZSET='' HAVE_UNAME='' HAVE_UNISTD_H='' HAVE_UNLINKAT='' HAVE_UNLOCKPT='' HAVE_UNSIGNED_LONG_LONG_INT='' HAVE_USLEEP='' HAVE_UTIMENSAT='' HAVE_VASPRINTF='' HAVE_VDPRINTF='' HAVE_WCHAR_H='' HAVE_WCHAR_T='' HAVE_WCPCPY='' HAVE_WCPNCPY='' HAVE_WCRTOMB='' HAVE_WCSCASECMP='' HAVE_WCSCAT='' HAVE_WCSCHR='' HAVE_WCSCMP='' HAVE_WCSCOLL='' HAVE_WCSCPY='' HAVE_WCSCSPN='' HAVE_WCSDUP='' HAVE_WCSFTIME='' HAVE_WCSLEN='' HAVE_WCSNCASECMP='' HAVE_WCSNCAT='' HAVE_WCSNCMP='' HAVE_WCSNCPY='' HAVE_WCSNLEN='' HAVE_WCSNRTOMBS='' HAVE_WCSPBRK='' HAVE_WCSRCHR='' HAVE_WCSRTOMBS='' HAVE_WCSSPN='' HAVE_WCSSTR='' HAVE_WCSTOK='' HAVE_WCSWIDTH='' HAVE_WCSXFRM='' HAVE_WCTRANS_T='' HAVE_WCTYPE_H='' HAVE_WCTYPE_T='' HAVE_WINSOCK2_H='' HAVE_WINT_T='' HAVE_WMEMCHR='' HAVE_WMEMCMP='' HAVE_WMEMCPY='' HAVE_WMEMMOVE='' HAVE_WMEMSET='' HAVE_WS2TCPIP_H='' HAVE__BOOL='' HAVE__EXIT='' HDF5_CPPFLAGS='' HDF5_LDFLAGS='' HDF5_LIBS='' ICONV_CONST='' ICONV_H='' ICOTOOL='icotool' INCLUDE_DEPS='yes' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='' JAVA='/opt/oracle-jdk-bin-1.8.0.202/bin/java' JAVAC='/opt/oracle-jdk-bin-1.8.0.202/bin/javac' JAVA_CPPFLAGS='' JAVA_HOME='/opt/oracle-jdk-bin-1.8.0.202' JAVA_LIBS='' KLU_CPPFLAGS='' KLU_LDFLAGS='' KLU_LIBS='' LAPACK_LIBS='' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LD_CXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LD_STATIC_FLAG='' LEX='flex' LEXLIB='' LEX_OUTPUT_ROOT='lex.octave_' LFLAGS='-I' LIBICONV='' LIBINTL='' LIBMULTITHREAD='' LIBOBJS='' LIBOCTAVE='' LIBOCTAVE_LINK_DEPS='' LIBOCTAVE_LINK_OPTS='' LIBOCTGUI_LINK_DEPS='' LIBOCTGUI_LINK_OPTS='' LIBOCTINTERP='' LIBOCTINTERP_LINK_DEPS='' LIBOCTINTERP_LINK_OPTS='' LIBPTH='' LIBPTH_PREFIX='' LIBS=' -lm ' LIBSOCKET='' LIBTHREAD='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_FALSE='' LIBUNISTRING_COMPILE_UNICASE_EMPTY_PREFIX_CONTEXT_TRUE='' LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_FALSE='' LIBUNISTRING_COMPILE_UNICASE_EMPTY_SUFFIX_CONTEXT_TRUE='' LIBUNISTRING_COMPILE_UNICASE_TOLOWER_FALSE='' LIBUNISTRING_COMPILE_UNICASE_TOLOWER_TRUE='' LIBUNISTRING_COMPILE_UNICASE_TOUPPER_FALSE='' LIBUNISTRING_COMPILE_UNICASE_TOUPPER_TRUE='' LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_FALSE='' LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER_TRUE='' LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_FALSE='' LIBUNISTRING_COMPILE_UNICASE_U8_TOUPPER_TRUE='' LIBUNISTRING_COMPILE_UNICONV_U32_CONV_TO_ENC_FALSE='' LIBUNISTRING_COMPILE_UNICONV_U32_CONV_TO_ENC_TRUE='' LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_FALSE='' LIBUNISTRING_COMPILE_UNICONV_U8_CONV_FROM_ENC_TRUE='' LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_FALSE='' LIBUNISTRING_COMPILE_UNICONV_U8_CONV_TO_ENC_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALNUM_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALNUM_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALPHA_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALPHA_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_DIGIT_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_DIGIT_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_LOWER_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_LOWER_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PRINT_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_SPACE_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_SPACE_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_XDIGIT_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_XDIGIT_TRUE='' LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_FALSE='' LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SOFT_DOTTED_TRUE='' LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE='' LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U32_MBLEN_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U32_MBLEN_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBLEN_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_STRMBLEN_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_STRMBLEN_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_STRMBTOUC_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='' LIBUNISTRING_UNICASE_H='' LIBUNISTRING_UNICONV_H='' LIBUNISTRING_UNICTYPE_H='' LIBUNISTRING_UNINORM_H='' LIBUNISTRING_UNISTR_H='' LIBUNISTRING_UNITYPES_H='' LIB_CLOCK_GETTIME='' LIB_CRYPTO='' LIB_GETLOGIN='' LIB_NANOSLEEP='' LIB_SELECT='' LIMITS_H='' LIPO='' LLVM_CONFIG='' LLVM_CPPFLAGS='' LLVM_LDFLAGS='' LLVM_LIBS='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='' LOCALE_FR='' LOCALE_FR_UTF8='' LOCALE_JA='' LOCALE_ZH_CN='' LRELEASE='' LRELEASEFLAGS='' LRELEASE_QTVER='' LTALLOCA='' LTLIBICONV='' LTLIBINTL='' LTLIBMULTITHREAD='' LTLIBOBJS='' LTLIBPTH='' LTLIBTHREAD='' LT_SYS_LIBRARY_PATH='' MAGICK_CPPFLAGS='' MAGICK_LDFLAGS='' MAGICK_LIBS='' MAKEINFO='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MKINFO='makeinfo' MKOCTFILE_AR='' MKOCTFILE_CC='' MKOCTFILE_CXX='' MKOCTFILE_DL_LD='' MKOCTFILE_DL_LDFLAGS='-shared -Wl,-Bsymbolic' MKOCTFILE_F77='' MKOCTFILE_LD_CXX='' MKOCTFILE_OCTAVE_LINK_DEPS='' MKOCTFILE_OCT_LINK_DEPS='' MKOCTFILE_RANLIB='' MOC='' MOCFLAGS='' MOC_QTVER='' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_GLOB_H='' NEXT_AS_FIRST_DIRECTIVE_ICONV_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_MATH_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_RESOURCE_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_DIRENT_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_FNMATCH_H='' NEXT_GETOPT_H='' NEXT_GLOB_H='' NEXT_ICONV_H='' NEXT_LIMITS_H='' NEXT_MATH_H='' NEXT_SIGNAL_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRINGS_H='' NEXT_STRING_H='' NEXT_SYS_RESOURCE_H='' NEXT_SYS_SELECT_H='' NEXT_SYS_SOCKET_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIMES_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_SYS_UIO_H='' NEXT_SYS_UTSNAME_H='' NEXT_SYS_WAIT_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' NO_OCT_FILE_STRIP='false' NO_UNDEFINED_LDFLAG='-no-undefined' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OCTAVE_API_VERSION='api-v53' OCTAVE_COPYRIGHT='Copyright (C) 2019 John W. Eaton and others.' OCTAVE_DLL_DEFS='' OCTAVE_F77_INT_TYPE='' OCTAVE_GUI_LINK_DEPS='' OCTAVE_GUI_LINK_OPTS='' OCTAVE_IDX_TYPE='int32_t' OCTAVE_LINK_DEPS='' OCTAVE_LINK_OPTS='' OCTAVE_MAJOR_VERSION='5' OCTAVE_MINOR_VERSION='1' OCTAVE_PATCH_VERSION='0' OCTAVE_RELEASE_DATE='2019-02-23' OCTAVE_VERSION='5.1.0' OCTGRAPHICS_DLL_DEFS='' OCTGUI_DLL_DEFS='' OCTINTERP_DLL_DEFS='' OCT_GUI_LINK_DEPS='' OCT_GUI_LINK_OPTS='' OCT_LINK_DEPS='' OCT_LINK_OPTS='' OPENGL_LIBS='' OTOOL64='' OTOOL='' PACKAGE='octave' PACKAGE_BUGREPORT='https://octave.org/bugs.html' PACKAGE_NAME='GNU Octave' PACKAGE_STRING='GNU Octave 5.1.0' PACKAGE_TARNAME='octave' PACKAGE_URL='https://www.gnu.org/software/octave/' PACKAGE_VERSION='5.1.0' PATH_SEPARATOR=':' PCRE_CPPFLAGS='' PCRE_LDFLAGS='' PCRE_LIBS='' PERL='perl' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' PORTAUDIO_CPPFLAGS='' PORTAUDIO_LDFLAGS='' PORTAUDIO_LIBS='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PTHREAD_CC='x86_64-pc-linux-gnu-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' PTHREAD_LIBS='' PTRDIFF_T_SUFFIX='' PYTHON='python' QCOLLECTIONGENERATOR='' QCOLLECTIONGENERATORFLAGS='' QCOLLECTIONGENERATOR_QTVER='' QHELPGENERATOR='' QHELPGENERATORFLAGS='' QHELPGENERATOR_QTVER='' QHULL_CPPFLAGS='' QHULL_LDFLAGS='' QHULL_LIBS='' QRUPDATE_CPPFLAGS='' QRUPDATE_LDFLAGS='' QRUPDATE_LIBS='' QTCHOOSER='' QT_CFLAGS='' QT_CPPFLAGS='' QT_LDFLAGS='' QT_LIBS='' QT_OPENGL_LIBS='' RANLIB='x86_64-pc-linux-gnu-ranlib' RCC='' RCCFLAGS='' RCC_QTVER='' RDYNAMIC_FLAG='' READLINE_LIBS='' REPLACE_ACOSF='' REPLACE_ASINF='' REPLACE_ATAN2F='' REPLACE_ATANF='' REPLACE_BTOWC='' REPLACE_CALLOC='' REPLACE_CANONICALIZE_FILE_NAME='' REPLACE_CBRTF='' REPLACE_CBRTL='' REPLACE_CEIL='' REPLACE_CEILF='' REPLACE_CEILL='' REPLACE_CHOWN='' REPLACE_CLOSE='' REPLACE_CLOSEDIR='' REPLACE_COSF='' REPLACE_COSHF='' REPLACE_CTIME='' REPLACE_DIRFD='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_EXP2='' REPLACE_EXP2L='' REPLACE_EXPF='' REPLACE_EXPM1='' REPLACE_EXPM1F='' REPLACE_FABSL='' REPLACE_FACCESSAT='' REPLACE_FCHOWNAT='' REPLACE_FCLOSE='' REPLACE_FCNTL='' REPLACE_FDOPEN='' REPLACE_FDOPENDIR='' REPLACE_FFLUSH='' REPLACE_FLOOR='' REPLACE_FLOORF='' REPLACE_FLOORL='' REPLACE_FMA='' REPLACE_FMAF='' REPLACE_FMAL='' REPLACE_FMOD='' REPLACE_FMODF='' REPLACE_FMODL='' REPLACE_FNMATCH='' REPLACE_FOPEN='' REPLACE_FPRINTF='' REPLACE_FPURGE='' REPLACE_FREOPEN='' REPLACE_FREXP='' REPLACE_FREXPF='' REPLACE_FREXPL='' REPLACE_FSEEK='' REPLACE_FSEEKO='' REPLACE_FSTAT='' REPLACE_FSTATAT='' REPLACE_FTELL='' REPLACE_FTELLO='' REPLACE_FTRUNCATE='' REPLACE_FUTIMENS='' REPLACE_GETCWD='' REPLACE_GETDELIM='' REPLACE_GETDOMAINNAME='' REPLACE_GETDTABLESIZE='' REPLACE_GETGROUPS='' REPLACE_GETLINE='' REPLACE_GETLOGIN_R='' REPLACE_GETPAGESIZE='' REPLACE_GETPASS='' REPLACE_GETTIMEOFDAY='' REPLACE_GLOB='' REPLACE_GLOB_PATTERN_P='' REPLACE_GMTIME='' REPLACE_HUGE_VAL='' REPLACE_HYPOT='' REPLACE_HYPOTF='' REPLACE_HYPOTL='' REPLACE_ICONV='' REPLACE_ICONV_OPEN='' REPLACE_ICONV_UTF='' REPLACE_ILOGB='' REPLACE_ILOGBF='' REPLACE_ILOGBL='' REPLACE_ISATTY='' REPLACE_ISFINITE='' REPLACE_ISINF='' REPLACE_ISNAN='' REPLACE_ISWBLANK='' REPLACE_ISWCNTRL='' REPLACE_ITOLD='' REPLACE_LCHOWN='' REPLACE_LDEXPL='' REPLACE_LINK='' REPLACE_LINKAT='' REPLACE_LOCALTIME='' REPLACE_LOCALTIME_R='' REPLACE_LOG10='' REPLACE_LOG10F='' REPLACE_LOG10L='' REPLACE_LOG1P='' REPLACE_LOG1PF='' REPLACE_LOG1PL='' REPLACE_LOG2='' REPLACE_LOG2F='' REPLACE_LOG2L='' REPLACE_LOG='' REPLACE_LOGB='' REPLACE_LOGBF='' REPLACE_LOGBL='' REPLACE_LOGF='' REPLACE_LOGL='' REPLACE_LSEEK='' REPLACE_LSTAT='' REPLACE_MALLOC='' REPLACE_MBRLEN='' REPLACE_MBRTOWC='' REPLACE_MBSINIT='' REPLACE_MBSNRTOWCS='' REPLACE_MBSRTOWCS='' REPLACE_MBSTATE_T='' REPLACE_MBTOWC='' REPLACE_MEMCHR='' REPLACE_MEMMEM='' REPLACE_MKDIR='' REPLACE_MKFIFO='' REPLACE_MKNOD='' REPLACE_MKSTEMP='' REPLACE_MKTIME='' REPLACE_MODF='' REPLACE_MODFF='' REPLACE_MODFL='' REPLACE_NAN='' REPLACE_NANOSLEEP='' REPLACE_NULL='' REPLACE_OBSTACK_PRINTF='' REPLACE_OPEN='' REPLACE_OPENAT='' REPLACE_OPENDIR='' REPLACE_PERROR='' REPLACE_POPEN='' REPLACE_PREAD='' REPLACE_PRINTF='' REPLACE_PSELECT='' REPLACE_PTHREAD_SIGMASK='' REPLACE_PTSNAME='' REPLACE_PTSNAME_R='' REPLACE_PUTENV='' REPLACE_PWRITE='' REPLACE_QSORT_R='' REPLACE_RAISE='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' REPLACE_READLINKAT='' REPLACE_REALLOC='' REPLACE_REALPATH='' REPLACE_REMAINDER='' REPLACE_REMAINDERF='' REPLACE_REMAINDERL='' REPLACE_REMOVE='' REPLACE_RENAME='' REPLACE_RENAMEAT='' REPLACE_RMDIR='' REPLACE_ROUND='' REPLACE_ROUNDF='' REPLACE_ROUNDL='' REPLACE_SELECT='' REPLACE_SETENV='' REPLACE_SIGNBIT='' REPLACE_SIGNBIT_USING_GCC='' REPLACE_SINF='' REPLACE_SINHF='' REPLACE_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' REPLACE_SQRTF='' REPLACE_SQRTL='' REPLACE_STAT='' REPLACE_STDIO_READ_FUNCS='' REPLACE_STDIO_WRITE_FUNCS='' REPLACE_STPNCPY='' REPLACE_STRCASESTR='' REPLACE_STRCHRNUL='' REPLACE_STRDUP='' REPLACE_STRERROR='' REPLACE_STRERROR_R='' REPLACE_STRFTIME='' REPLACE_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOK_R='' REPLACE_STRUCT_TIMEVAL='' REPLACE_SYMLINK='' REPLACE_SYMLINKAT='' REPLACE_TANF='' REPLACE_TANHF='' REPLACE_TIMEGM='' REPLACE_TMPFILE='' REPLACE_TOWLOWER='' REPLACE_TRUNC='' REPLACE_TRUNCATE='' REPLACE_TRUNCF='' REPLACE_TRUNCL='' REPLACE_TTYNAME_R='' REPLACE_TZSET='' REPLACE_UNLINK='' REPLACE_UNLINKAT='' REPLACE_UNSETENV='' REPLACE_USLEEP='' REPLACE_UTIMENSAT='' REPLACE_VASPRINTF='' REPLACE_VDPRINTF='' REPLACE_VFPRINTF='' REPLACE_VPRINTF='' REPLACE_VSNPRINTF='' REPLACE_VSPRINTF='' REPLACE_WCRTOMB='' REPLACE_WCSFTIME='' REPLACE_WCSNRTOMBS='' REPLACE_WCSRTOMBS='' REPLACE_WCSWIDTH='' REPLACE_WCTOB='' REPLACE_WCTOMB='' REPLACE_WCWIDTH='' REPLACE_WRITE='' REPRODUCIBLE_TAR_FLAGS='--owner=0 --group=0 --numeric-owner --sort=name' RSVG_CONVERT='rsvg-convert' SED='/bin/sed' SET_MAKE='' SHARED_LIBS='yes' SHELL='/bin/sh' SH_LD='x86_64-pc-linux-gnu-g++' SH_LDFLAGS='-shared' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' SNDFILE_CPPFLAGS='' SNDFILE_LDFLAGS='' SNDFILE_LIBS='' SPARSE_XCPPFLAGS='' SPARSE_XLDFLAGS='' SPARSE_XLIBS='' STATIC_LIBS='no' STDALIGN_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='x86_64-pc-linux-gnu-strip' SUITESPARSECONFIG_CPPFLAGS='' SUITESPARSECONFIG_LDFLAGS='' SUITESPARSECONFIG_LIBS='' SUNDIALS_IDA_CPPFLAGS='' SUNDIALS_IDA_LDFLAGS='' SUNDIALS_IDA_LIBS='' SUNDIALS_NVECSERIAL_CPPFLAGS='' SUNDIALS_NVECSERIAL_LDFLAGS='' SUNDIALS_NVECSERIAL_LIBS='' SUNDIALS_XCPPFLAGS='' SUNDIALS_XLDFLAGS='' SUNDIALS_XLIBS='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' TEMPLATE_AR='x86_64-pc-linux-gnu-ar' TEMPLATE_ARFLAGS='cr' TERM_CFLAGS='' TERM_LIBS='' TEXI2DVI='texi2dvi' TEXI2PDF='texi2pdf' TIME_H_DEFINES_STRUCT_TIMESPEC='' UIC='' UICFLAGS='' UIC_QTVER='' UMFPACK_CPPFLAGS='' UMFPACK_LDFLAGS='' UMFPACK_LIBS='' UNDEFINE_STRTOK_R='' UNISTD_H_DEFINES_STRUCT_TIMESPEC='' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' VERSION='5.1.0' WARN_CFLAGS='' WARN_CXXFLAGS='' WARN_LDFLAGS='' WARN_YFLAGS='-Wno-yacc' WCHAR_T_SUFFIX='' WIN32_TERMINAL_FALSE='' WIN32_TERMINAL_TRUE='' WINDOWS_64_BIT_OFF_T='' WINDOWS_64_BIT_ST_SIZE='' WINDOWS_STAT_INODES='' WINDOWS_STAT_TIMESPEC='' WINT_T_SUFFIX='' X11_INCFLAGS='' X11_LIBS='' XMKMF='' XTRA_CFLAGS=' -pthread -fopenmp' XTRA_CXXFLAGS=' -pthread -fopenmp' XTRA_EXTERNAL_SH_LDFLAGS='' YACC='bison -y' YFLAGS='' Z_CPPFLAGS='' Z_LDFLAGS='' Z_LIBS='' ac_config_files='' ac_config_headers=' config.h:config.in.h' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_F77='' ac_ct_LRELEASE='' ac_ct_LRELEASE_QTVER='' ac_ct_MOC='' ac_ct_MOC_QTVER='' ac_ct_QCOLLECTIONGENERATOR='' ac_ct_QCOLLECTIONGENERATOR_QTVER='' ac_ct_QHELPGENERATOR='' ac_ct_QHELPGENERATOR_QTVER='' ac_ct_QTCHOOSER='' ac_ct_RCC='' ac_ct_RCC_QTVER='' ac_ct_UIC='' ac_ct_UIC_QTVER='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' archlibdir='${libexecdir}/octave/${version}/exec/${canonical_host_type}' ax_pthread_config='' 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' canonical_host_type='x86_64-pc-linux-gnu' config_opts=' '\''--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'\'' '\''--docdir=/usr/share/doc/octave-5.1.0'\'' '\''--htmldir=/usr/share/doc/octave-5.1.0/html'\'' '\''--libdir=/usr/lib64'\'' '\''--localstatedir=/var/state/octave'\'' '\''--with-blas=-L/usr/lib64/blas/reference -lblas'\'' '\''--with-lapack=-L/usr/lib64/lapack/reference -L/usr/lib64/blas/reference -llapack -lblas'\'' '\''--disable-64'\'' '\''--disable-jit'\'' '\''--enable-shared'\'' '\''--with-z'\'' '\''--with-bz2'\'' '\''--disable-static'\'' '\''--enable-docs'\'' '\''--enable-java'\'' '\''--enable-readline'\'' '\''--with-curl'\'' '\''--with-fftw3'\'' '\''--with-fftw3f'\'' '\''--enable-fftw-threads'\'' '\''--with-glpk'\'' '\''--with-hdf5'\'' '\''--with-magick=ImageMagick'\'' '\''--with-opengl'\'' '\''--with-fltk'\'' '\''--with-openssl'\'' '\''--with-portaudio'\'' '\''--with-qhull'\'' '\''--with-qrupdate'\'' '\''--with-qt=5'\'' '\''--with-sndfile'\'' '\''--with-arpack'\'' '\''--with-umfpack'\'' '\''--with-colamd'\'' '\''--with-ccolamd'\'' '\''--with-cholmod'\'' '\''--with-cxsparse'\'' '\''--with-x'\'' '\''build_alias=x86_64-pc-linux-gnu'\'' '\''host_alias=x86_64-pc-linux-gnu'\'' '\''CFLAGS=-O2 -pipe -march=native'\'' '\''LDFLAGS=-Wl,-O1 -Wl,--as-needed'\'' '\''PKG_CONFIG_PATH=/usr/lib64/pkgconfig'\'' '\''CXXFLAGS=-O2 -pipe -march=native'\'' '\''FFLAGS=-O2 -pipe'\'' '\''JAVA_HOME=/opt/oracle-jdk-bin-1.8.0.202'\''' datadir='/usr/share' datarootdir='${prefix}/share' doc_cache_file='${octetcdir}/doc-cache' docdir='/usr/share/doc/octave-5.1.0' dvidir='${docdir}' exec_prefix='NONE' fcnfiledir='${datadir}/octave/${version}/m' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' 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='/usr/share/doc/octave-5.1.0/html' imagedir='${datadir}/octave/${version}/imagelib' includedir='${prefix}/include' infodir='/usr/share/info' infofile='${infodir}/octave.info' install_sh='${SHELL} /var/tmp/portage/sci-mathematics/octave-5.1.0/work/octave-5.1.0/build-aux/install-sh' ldpreloadsep=' ' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' libinterp_pkgconfigdir='${libdir}/pkgconfig' liboctave_pkgconfigdir='${libdir}/pkgconfig' library_path_var='LD_LIBRARY_PATH' localapiarchlibdir='${libexecdir}/octave/${api_version}/site/exec/${canonical_host_type}' localapifcnfiledir='${datadir}/octave/site/${api_version}/m' localapioctfiledir='${libdir}/octave/site/oct/${api_version}/${canonical_host_type}' localarchlibdir='${libexecdir}/octave/site/exec/${canonical_host_type}' localedir='${datarootdir}/locale' localfcnfiledir='${datadir}/octave/site/m' localoctfiledir='${libdir}/octave/site/oct/${canonical_host_type}' localstartupfiledir='${localfcnfiledir}/startup' localstatedir='/var/state/octave' localverarchlibdir='${libexecdir}/octave/${version}/site/exec/${canonical_host_type}' localverfcnfiledir='${datadir}/octave/${version}/site/m' localveroctfiledir='${libdir}/octave/${version}/site/oct/${canonical_host_type}' man1dir='${mandir}/man1' man1ext='.1' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' octdatadir='${datadir}/octave/${version}/data' octdocdir='${datadir}/octave/${version}/doc' octetcdir='${datadir}/octave/${version}/etc' octfiledir='${libdir}/octave/${version}/oct/${canonical_host_type}' octfontsdir='${datadir}/octave/${version}/fonts' octincludedir='${includedir}/octave-${version}/octave' octlibdir='${libdir}/octave/${version}' octlocaledir='${datadir}/octave/${version}/locale' octtestsdir='${octetcdir}/tests' oldincludedir='/usr/include' pdfdir='${docdir}' pkgconfigdir='${libdir}/pkgconfig' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sepchar=':' sharedstatedir='${prefix}/com' startupfiledir='${fcnfiledir}/startup' sysconfdir='/etc' target_alias='' texi_macros_file='${octetcdir}/macros.texi' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Octave" #define PACKAGE_TARNAME "octave" #define PACKAGE_VERSION "5.1.0" #define PACKAGE_STRING "GNU Octave 5.1.0" #define PACKAGE_BUGREPORT "https://octave.org/bugs.html" #define PACKAGE_URL "https://www.gnu.org/software/octave/" #define PACKAGE "octave" #define VERSION "5.1.0" #define OCTAVE_SOURCE 1 #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define YYTEXT_POINTER 1 #define SEPCHAR ':' #define SEPCHAR_STR ":" #define SHELL_PATH "/bin/sh" #define HAVE_FSEEKO 1 #define _DARWIN_USE_64_BIT_INODE 1 #define __NO_MATH_INLINES 1 #define HAVE_LIBM 1 #define F77_FUNC(name,NAME) name ## _ #define F77_FUNC_(name,NAME) name ## _ #define F77_USES_GFORTRAN_CALLING_CONVENTION 1 #define SIZEOF_VOID_P 8 #define OCTAVE_SIZEOF_IDX_TYPE 4 #define OCTAVE_IDX_TYPE int32_t #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_OMP_H 1 #define HAVE_OMP_GET_NUM_THREADS 1 #define OCTAVE_ENABLE_OPENMP 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 1