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 3.8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = unix-box uname -m = x86_64 uname -r = 3.13.0-32-generic uname -s = Linux uname -v = #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:4991: checking for a BSD-compatible install configure:5059: result: /usr/bin/install -c configure:5070: checking whether build environment is sane configure:5125: result: yes configure:5276: checking for a thread-safe mkdir -p configure:5315: result: /bin/mkdir -p configure:5322: checking for gawk configure:5338: found /usr/bin/gawk configure:5349: result: gawk configure:5360: checking whether make sets $(MAKE) configure:5382: result: yes configure:5411: checking whether make supports nested variables configure:5428: result: yes configure:5517: checking whether UID '1000' is supported by ustar format configure:5520: result: yes configure:5527: checking whether GID '1000' is supported by ustar format configure:5530: result: yes configure:5538: checking how to create a ustar tar archive configure:5549: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 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:5552: $? = 0 configure:5592: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:5595: $? = 0 configure:5599: tar -xf - &5 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 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:6194: $? = 0 configure:6183: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) configure:6194: $? = 0 configure:6183: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:6194: $? = 4 configure:6183: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:6194: $? = 4 configure:6214: checking whether the C compiler works configure:6236: gcc conftest.c >&5 configure:6240: $? = 0 configure:6288: result: yes configure:6291: checking for C compiler default output file name configure:6293: result: a.out configure:6299: checking for suffix of executables configure:6306: gcc -o conftest conftest.c >&5 configure:6310: $? = 0 configure:6332: result: configure:6354: checking whether we are cross compiling configure:6362: gcc -o conftest conftest.c >&5 configure:6366: $? = 0 configure:6373: ./conftest configure:6377: $? = 0 configure:6392: result: no configure:6397: checking for suffix of object files configure:6419: gcc -c conftest.c >&5 configure:6423: $? = 0 configure:6444: result: o configure:6448: checking whether we are using the GNU C compiler configure:6467: gcc -c conftest.c >&5 configure:6467: $? = 0 configure:6476: result: yes configure:6485: checking whether gcc accepts -g configure:6505: gcc -c -g conftest.c >&5 configure:6505: $? = 0 configure:6546: result: yes configure:6563: checking for gcc option to accept ISO C89 configure:6626: gcc -c -g -O2 conftest.c >&5 configure:6626: $? = 0 configure:6639: result: none needed configure:6664: checking whether gcc understands -c and -o together configure:6686: gcc -c conftest.c -o conftest2.o configure:6689: $? = 0 configure:6686: gcc -c conftest.c -o conftest2.o configure:6689: $? = 0 configure:6701: result: yes configure:6720: checking dependency style of gcc configure:6831: result: gcc3 configure:6852: checking how to run the C preprocessor configure:6883: gcc -E conftest.c configure:6883: $? = 0 configure:6897: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6897: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.0" | #define OCTAVE_SOURCE 1 | /* end confdefs.h. */ | #include configure:6922: result: gcc -E configure:6942: gcc -E conftest.c configure:6942: $? = 0 configure:6956: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.0" | #define OCTAVE_SOURCE 1 | /* end confdefs.h. */ | #include configure:6985: checking for grep that handles long lines and -e configure:7043: result: /bin/grep configure:7048: checking for egrep configure:7110: result: /bin/grep -E configure:7115: checking for ANSI C header files configure:7135: gcc -c -g -O2 conftest.c >&5 configure:7135: $? = 0 configure:7208: gcc -o conftest -g -O2 conftest.c >&5 configure:7208: $? = 0 configure:7208: ./conftest configure:7208: $? = 0 configure:7219: result: yes configure:7232: checking for sys/types.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for sys/stat.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for stdlib.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for string.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for memory.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for strings.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for inttypes.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for stdint.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7232: checking for unistd.h configure:7232: gcc -c -g -O2 conftest.c >&5 configure:7232: $? = 0 configure:7232: result: yes configure:7245: checking minix/config.h usability configure:7245: gcc -c -g -O2 conftest.c >&5 conftest.c:55:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:7245: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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:7245: result: no configure:7245: checking minix/config.h presence configure:7245: gcc -E conftest.c conftest.c:22:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:7245: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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:7245: result: no configure:7245: checking for minix/config.h configure:7245: result: no configure:7269: checking whether it is safe to define __EXTENSIONS__ configure:7287: gcc -c -g -O2 conftest.c >&5 configure:7287: $? = 0 configure:7294: result: yes configure:7309: checking whether _XOPEN_SOURCE should be defined configure:7328: gcc -c -g -O2 conftest.c >&5 configure:7328: $? = 0 configure:7352: result: no configure:7368: result: defining octlibdir to be $(libdir)/octave/$(version) configure:7374: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type) configure:7380: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type) configure:7386: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type) configure:7392: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type) configure:7398: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type) configure:7404: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type) configure:7410: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type) configure:7416: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type) configure:7422: result: defining octincludedir to be $(includedir)/octave-$(version)/octave configure:7428: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m configure:7434: result: defining localfcnfiledir to be $(datadir)/octave/site/m configure:7440: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m configure:7446: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m configure:7452: result: defining octetcdir to be $(datadir)/octave/$(version)/etc configure:7458: result: defining octlocaledir to be $(datadir)/octave/$(version)/locale configure:7464: result: defining doc_cache_file to be $(octetcdir)/doc-cache configure:7470: result: defining octtestsdir to be $(octetcdir)/tests configure:7476: result: defining texi_macros_file to be $(octetcdir)/macros.texi configure:7482: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib configure:7488: result: defining man1dir to be $(mandir)/man1 configure:7494: result: defining man1ext to be .1 configure:7500: result: defining infofile to be $(infodir)/octave.info configure:7558: checking for pkg-config configure:7591: result: no configure:7631: checking for gawk configure:7658: result: gawk configure:7669: checking for grep that handles long lines and -e configure:7727: result: /bin/grep configure:7737: checking for gfind configure:7767: result: no configure:7737: checking for find configure:7753: found /usr/bin/find configure:7764: result: find configure:7777: checking for a usable sed configure:7855: result: /bin/sed configure:7861: checking for perl configure:7877: found /usr/bin/perl configure:7888: result: perl configure:7903: checking for gperf configure:7933: result: no configure:7946: WARNING: I didn't find gperf, but it's only a problem if you need to reconstruct oct-gperf.h configure:7959: checking for flex configure:7989: result: no configure:7959: checking for lex configure:7989: result: no configure:8136: WARNING: I didn't find flex, but it's only a problem if you need to reconstruct lex.cc, which is the case if you're building from VCS sources. configure:8152: checking for bison configure:8182: result: no configure:8152: checking for byacc configure:8182: result: no configure:8257: WARNING: I wasn't able to find a suitable style for declaring a push-pull parser in a bison input file so I'm disabling bison. configure:8272: WARNING: I didn't find bison, but it's only a problem if you need to reconstruct parse.cc, which is the case if you're building from VCS sources. configure:8282: checking for makeinfo configure:8298: found /usr/bin/makeinfo configure:8309: result: makeinfo configure:8333: checking for texi2dvi configure:8349: found /usr/bin/texi2dvi configure:8360: result: texi2dvi configure:8388: checking for texi2pdf configure:8404: found /usr/bin/texi2pdf configure:8415: result: texi2pdf configure:8450: checking whether ln -s works configure:8454: result: yes configure:8470: checking for desktop-file-install configure:8500: result: no configure:8522: checking for gs configure:8538: found /usr/bin/gs configure:8549: result: gs configure:8588: checking for gnuplot configure:8604: found /usr/bin/gnuplot configure:8615: result: gnuplot configure:8661: checking for less configure:8677: found /usr/bin/less configure:8688: result: less configure:8712: checking for python configure:8728: found /usr/bin/python configure:8739: result: python configure:9062: defining __NO_MATH_INLINES avoids buggy GNU libc exp function configure:9128: checking for g++ configure:9144: found /usr/bin/g++ configure:9155: result: g++ configure:9182: checking for C++ compiler version configure:9191: g++ --version >&5 g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 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:9202: $? = 0 configure:9191: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) configure:9202: $? = 0 configure:9191: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:9202: $? = 4 configure:9191: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:9202: $? = 4 configure:9206: checking whether we are using the GNU C++ compiler configure:9225: g++ -c conftest.cpp >&5 configure:9225: $? = 0 configure:9234: result: yes configure:9243: checking whether g++ accepts -g configure:9263: g++ -c -g conftest.cpp >&5 configure:9263: $? = 0 configure:9304: result: yes configure:9329: checking dependency style of g++ configure:9440: result: gcc3 configure:9460: checking how to run the C++ preprocessor configure:9487: g++ -E conftest.cpp configure:9487: $? = 0 configure:9501: g++ -E conftest.cpp conftest.cpp:33:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9501: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | /* end confdefs.h. */ | #include configure:9526: result: g++ -E configure:9546: g++ -E conftest.cpp configure:9546: $? = 0 configure:9560: g++ -E conftest.cpp conftest.cpp:33:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:9560: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | /* end confdefs.h. */ | #include configure:9690: checking for gcc configure:9717: result: gcc configure:9946: checking for C compiler version configure:9955: gcc --version >&5 gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 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:9966: $? = 0 configure:9955: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) configure:9966: $? = 0 configure:9955: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:9966: $? = 4 configure:9955: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:9966: $? = 4 configure:9970: checking whether we are using the GNU C compiler configure:9998: result: yes configure:10007: checking whether gcc accepts -g configure:10068: result: yes configure:10085: checking for gcc option to accept ISO C89 configure:10161: result: none needed configure:10186: checking whether gcc understands -c and -o together configure:10223: result: yes configure:10242: checking dependency style of gcc configure:10353: result: gcc3 configure:10373: checking how to run the C preprocessor configure:10443: result: gcc -E configure:10463: gcc -E conftest.c configure:10463: $? = 0 configure:10477: gcc -E conftest.c conftest.c:33:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:10477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | /* end confdefs.h. */ | #include configure:10506: checking whether gcc needs -traditional configure:10540: result: no configure:10581: checking for Minix Amsterdam compiler configure:10605: result: no configure:10657: checking for ar configure:10673: found /usr/bin/ar configure:10684: result: ar configure:10764: checking for ranlib configure:10780: found /usr/bin/ranlib configure:10791: result: ranlib configure:10823: checking for _LARGEFILE_SOURCE value needed for large files configure:10842: gcc -o conftest -g -O2 conftest.c >&5 configure:10842: $? = 0 configure:10870: result: no configure:10927: checking for special C compiler options needed for large files configure:10972: result: no configure:10978: checking for _FILE_OFFSET_BITS value needed for large files configure:11003: gcc -c -g -O2 conftest.c >&5 configure:11003: $? = 0 configure:11035: result: no configure:11332: checking C compiler version number configure:11379: result: 4.8.2 configure:11393: checking C++ compiler version number configure:11440: result: 4.8.2 configure:11447: checking whether stl_algo.h is broken configure:11520: g++ -o conftest -g -O2 conftest.cpp >&5 configure:11520: $? = 0 configure:11520: ./conftest configure:11520: $? = 0 configure:11537: result: no configure:11559: WARNING: UNEXPECTED: found nth_element working in g++ 4.8.2. Has it been patched on your system? configure:11792: checking for the pthreads library -lpthreads configure:11830: gcc -o conftest -g -O2 conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:11830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | 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:11839: result: no configure:11737: checking whether pthreads work without any flags configure:11830: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccBZ2wHB.o: In function `main': /home/jon/octave-3.8.0/conftest.c:42: undefined reference to `pthread_create' /home/jon/octave-3.8.0/conftest.c:43: undefined reference to `pthread_join' /home/jon/octave-3.8.0/conftest.c:45: undefined reference to `__pthread_register_cancel' /home/jon/octave-3.8.0/conftest.c:46: undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:11830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | 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:11839: result: no configure:11742: checking whether pthreads work with -Kthread configure:11830: gcc -o conftest -g -O2 -Kthread conftest.c >&5 gcc: error: unrecognized command line option '-Kthread' configure:11830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | 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:11839: result: no configure:11742: checking whether pthreads work with -kthread configure:11830: gcc -o conftest -g -O2 -kthread conftest.c >&5 gcc: error: unrecognized command line option '-kthread' configure:11830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | 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:11839: result: no configure:11792: checking for the pthreads library -llthread configure:11830: gcc -o conftest -g -O2 conftest.c -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:11830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Octave" | #define PACKAGE_TARNAME "octave" | #define PACKAGE_VERSION "3.8.0" | #define PACKAGE_STRING "GNU Octave 3.8.0" | #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | #define PACKAGE_URL "http://www.gnu.org/software/octave/" | #define PACKAGE "octave" | #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define SEPCHAR ':' | #define SEPCHAR_STR ":" | #define SHELL_PATH "/bin/sh" | #define OCTAVE_IDX_TYPE int | #define __NO_MATH_INLINES 1 | #define HAVE_FSEEKO 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | 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:11839: result: no configure:11742: checking whether pthreads work with -pthread configure:11830: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:11830: $? = 0 configure:11839: result: yes configure:11858: checking for joinable pthread attribute configure:11873: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:11873: $? = 0 configure:11879: result: PTHREAD_CREATE_JOINABLE configure:11889: checking if more special flags are required for pthreads configure:11903: result: no configure:11909: checking for PTHREAD_PRIO_INHERIT configure:11927: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:11927: $? = 0 configure:11936: result: yes configure:12699: checking for sin in -lm configure:12724: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5 conftest.c:45:6: warning: conflicting types for built-in function 'sin' [enabled by default] char sin (); ^ configure:12724: $? = 0 configure:12733: result: yes configure:12806: checking for gfortran configure:12836: result: no configure:12806: checking for xlf configure:12836: result: no configure:12806: checking for f77 configure:12836: result: no configure:12806: checking for frt configure:12836: result: no configure:12806: checking for pgf77 configure:12836: result: no configure:12806: checking for cf77 configure:12836: result: no configure:12806: checking for fort77 configure:12836: result: no configure:12806: checking for fl32 configure:12836: result: no configure:12806: checking for af77 configure:12836: result: no configure:12806: checking for xlf90 configure:12836: result: no configure:12806: checking for f90 configure:12836: result: no configure:12806: checking for pgf90 configure:12836: result: no configure:12806: checking for pghpf configure:12836: result: no configure:12806: checking for epcf90 configure:12836: result: no configure:12806: checking for gfortran configure:12836: result: no configure:12806: checking for g95 configure:12836: result: no configure:12806: checking for xlf95 configure:12836: result: no configure:12806: checking for f95 configure:12836: result: no configure:12806: checking for fort configure:12836: result: no configure:12806: checking for ifort configure:12836: result: no configure:12806: checking for ifc configure:12836: result: no configure:12806: checking for efc configure:12836: result: no configure:12806: checking for pgfortran configure:12836: result: no configure:12806: checking for pgf95 configure:12836: result: no configure:12806: checking for lf95 configure:12836: result: no configure:12806: checking for ftn configure:12836: result: no configure:12806: checking for nagfor configure:12836: result: no configure:12859: checking for Fortran 77 compiler version configure:12868: --version >&5 ./configure: line 12870: --version: command not found configure:12879: $? = 127 configure:12868: -v >&5 ./configure: line 12870: -v: command not found configure:12879: $? = 127 configure:12868: -V >&5 ./configure: line 12870: -V: command not found configure:12879: $? = 127 configure:12868: -qversion >&5 ./configure: line 12870: -qversion: command not found configure:12879: $? = 127 configure:12888: checking whether we are using the GNU Fortran 77 compiler configure:12901: -c -O conftest.F >&5 ./configure: line 3750: -c: command not found configure:12901: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:12910: result: no configure:12916: checking whether accepts -g configure:12927: -c -g conftest.f >&5 ./configure: line 3750: -c: command not found configure:12927: $? = 127 configure: failed program was: | program main | | end configure:12935: result: no configure:12969: checking how to get verbose linking output from configure:12979: -c -O conftest.f >&5 ./configure: line 3750: -c: command not found configure:12979: $? = 127 configure: failed program was: | program main | | end configure:13074: WARNING: compilation failed configure:13080: result: configure:13082: checking for Fortran 77 libraries of configure:13105: -o conftest -O conftest.f -lm ./configure: line 13110: -o: command not found configure:13301: result: configure:13317: checking for dummy main to link with Fortran 77 libraries configure:13351: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5 configure:13351: $? = 0 configure:13396: result: none configure:13429: checking for Fortran 77 name-mangling scheme configure:13442: -c -O conftest.f >&5 ./configure: line 3750: -c: command not found configure:13442: $? = 127 configure: failed program was: | subroutine foobar() | return | end | subroutine foo_bar() | return | end configure:13575: error: in `/home/jon/octave-3.8.0': configure:13577: error: cannot compile a simple Fortran program See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-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= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= 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= ac_cv_env_FFLAGS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= 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= ac_cv_env_JAVA_HOME_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= 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_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_XFT_CFLAGS_set= ac_cv_env_XFT_CFLAGS_value= ac_cv_env_XFT_LIBS_set= ac_cv_env_XFT_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= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=no ac_cv_f77_dummy_main=none ac_cv_f77_libs= ac_cv_fortran_dummy_main=none ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no 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-unknown-linux-gnu ac_cv_lib_m_sin=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_DEFAULT_PAGER=less ac_cv_prog_FIND=find ac_cv_prog_GHOSTSCRIPT=gs ac_cv_prog_GNUPLOT=gnuplot ac_cv_prog_MKINFO=makeinfo ac_cv_prog_PERL=perl ac_cv_prog_PYTHON=python ac_cv_prog_TEXI2DVI=texi2dvi ac_cv_prog_TEXI2PDF=texi2pdf ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_should_define__xopen_source=no 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=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar ax_cv_PTHREAD_PRIO_INHERIT=yes gl_cv_c_amsterdam_compiler=no octave_cv_broken_stl_algo_h=no octave_cv_prog_sed=/bin/sed ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/jon/octave-3.8.0/build-aux/missing aclocal-1.14' ALLOCA='' ALLOCA_H='' AMCOND_BUILD_COMPILED_AUX_PROGRAMS_FALSE='' AMCOND_BUILD_COMPILED_AUX_PROGRAMS_TRUE='' AMCOND_BUILD_DOCS_FALSE='' AMCOND_BUILD_DOCS_TRUE='' AMCOND_BUILD_GUI_FALSE='' AMCOND_BUILD_GUI_TRUE='' AMCOND_ENABLE_DYNAMIC_LINKING_FALSE='' AMCOND_ENABLE_DYNAMIC_LINKING_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_JAVA_FALSE='' AMCOND_HAVE_JAVA_TRUE='' AMCOND_HAVE_QSCINTILLA_FALSE='' AMCOND_HAVE_QSCINTILLA_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='ar' ARFLAGS='cru' ARPACK_CPPFLAGS='' ARPACK_LDFLAGS='' ARPACK_LIBS='' AS='' AUTOCONF='${SHELL} /home/jon/octave-3.8.0/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/jon/octave-3.8.0/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/jon/octave-3.8.0/build-aux/missing automake-1.14' AWK='gawk' BISON_PUSH_PULL_DECL_STYLE='' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BLAS_LIBS='' BUILD_CC='$(CC)' BUILD_CFLAGS='$(CFLAGS)' BUILD_CXX='$(CXX)' BUILD_CXXFLAGS='$(CXXFLAGS)' BUILD_EXEEXT='$(EXEEXT)' BUILD_LDFLAGS='$(LDFLAGS)' CAMD_CPPFLAGS='' CAMD_LDFLAGS='' CAMD_LIBS='' CARBON_LIBS='' CC='gcc' CCDEPMODE='depmode=gcc3' CCOLAMD_CPPFLAGS='' CCOLAMD_LDFLAGS='' CCOLAMD_LIBS='' CC_VERSION='4.8.2' CFLAGS='-g -O2 -pthread' CHOLMOD_CPPFLAGS='' CHOLMOD_LDFLAGS='' CHOLMOD_LIBS='' COLAMD_CPPFLAGS='' COLAMD_LDFLAGS='' COLAMD_LIBS='' COPYSIGNF_LIBM='' COPYSIGN_LIBM='' CPICFLAG='' CPP='gcc -E' CPPFLAGS='' CROSS_TOOL_PREFIX='' CRUFT_DLL_DEFS='' CURL_CPPFLAGS='' CURL_LDFLAGS='' CURL_LIBS='' CXSPARSE_CPPFLAGS='' CXSPARSE_LDFLAGS='' CXSPARSE_LIBS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -pthread' CXXPICFLAG='' CXX_VERSION='4.8.2' CYGPATH_W='echo' DEFAULT_PAGER='less' DEFAULT_TERMINAL_FONT='Courier' DEFAULT_TERMINAL_FONT_SIZE='10' DEFS='' DEPDIR='.deps' DEPEND_EXTRA_SED_PATTERN='' DEPEND_FLAGS='-M' DESKTOP_FILE_INSTALL='' DLLTOOL='' DL_LD='' DL_LDFLAGS='' DL_LIBS='' DOCDIR='doc' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENABLE_DYNAMIC_LINKING='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' F77='' F77_APPEND_EXTRA_UNDERSCORE='' F77_APPEND_UNDERSCORE='' F77_FLOAT_STORE_FLAG='' F77_INTEGER_8_FLAG='' F77_ISNAN_MACRO='' F77_TOLOWER='' FC='' FFLAGS='-O' FFTW3F_CPPFLAGS='' FFTW3F_LDFLAGS='' FFTW3F_LIBS='' FFTW3_CPPFLAGS='' FFTW3_LDFLAGS='' FFTW3_LIBS='' FFT_DIR='' FGREP='' FIND='find' FLIBS='' FLOAT_H='' FLOORF_LIBM='' FLOOR_LIBM='' FLTK_CONFIG='' FNMATCH_H='' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='' FPICFLAG='' FREXPF_LIBM='' FREXP_LIBM='' FT2_CFLAGS='' FT2_LIBS='' GCC_VERSION='4.8.2' GETHOSTNAME_LIB='' GETOPT_H='' GHOSTSCRIPT='gs' GL2PS_LIBS='' GLIBC21='' 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_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_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_DIRFD='' GNULIB_DPRINTF='' GNULIB_DUP2='' GNULIB_DUP3='' GNULIB_DUP='' GNULIB_ENVIRON='' GNULIB_EUIDACCESS='' GNULIB_EXP2='' GNULIB_EXP2F='' GNULIB_EXP2L='' GNULIB_EXPF='' GNULIB_EXPL='' 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_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_GETPEERNAME='' GNULIB_GETSOCKNAME='' GNULIB_GETSOCKOPT='' GNULIB_GETSUBOPT='' GNULIB_GETTIMEOFDAY='' GNULIB_GETUSERSHELL='' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='' GNULIB_GROUP_MEMBER='' GNULIB_HYPOT='' GNULIB_HYPOTF='' GNULIB_HYPOTL='' 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_LISTEN='' 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_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_RAISE='' GNULIB_RANDOM='' GNULIB_RANDOM_R='' GNULIB_RAWMEMCHR='' GNULIB_READ='' GNULIB_READDIR='' GNULIB_READLINK='' GNULIB_READLINKAT='' 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_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_TMPFILE='' GNULIB_TOWCTRANS='' GNULIB_TRUNC='' GNULIB_TRUNCF='' GNULIB_TRUNCL='' GNULIB_TTYNAME_R='' 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_WCPCPY='' GNULIB_WCPNCPY='' GNULIB_WCRTOMB='' GNULIB_WCSCASECMP='' GNULIB_WCSCAT='' GNULIB_WCSCHR='' GNULIB_WCSCMP='' GNULIB_WCSCOLL='' GNULIB_WCSCPY='' GNULIB_WCSCSPN='' GNULIB_WCSDUP='' 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='$(top_srcdir)/build-aux/missing gperf' GRAPHICS_CFLAGS='' GRAPHICS_LIBS='' GREP='/bin/grep' GXX_VERSION='4.8.2' HAVE_ACCEPT4='' HAVE_ACOSF='' HAVE_ACOSL='' HAVE_ALPHASORT='' HAVE_ASINF='' HAVE_ASINL='' HAVE_ATAN2F='' HAVE_ATANF='' HAVE_ATANL='' HAVE_ATOLL='' HAVE_BTOWC='' 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_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_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' 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_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_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_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_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_GETSUBOPT='' HAVE_GETTIMEOFDAY='' 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_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_PCRE_CONFIG='' 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_RAISE='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READDIR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALPATH='' HAVE_REMAINDER='' HAVE_REMAINDERF='' HAVE_RENAMEAT='' HAVE_REWINDDIR='' HAVE_RINT='' HAVE_RINTL='' HAVE_RPMATCH='' HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='' 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_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_TYPE_VOLATILE_SIG_ATOMIC_T='' 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_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='' INCLUDE_DEPS='yes' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='' JAVA='' JAVAC='' JAVA_CPPFLAGS='' JAVA_HOME='' JAVA_LIBS='' LAPACK_LIBS='' LD='' LDFLAGS='' LD_CXX='' LD_STATIC_FLAG='' LEX='$(top_srcdir)/build-aux/missing flex' LEXLIB='' LEX_OUTPUT_ROOT='lex.octave_' LFLAGS='' LIBINTL='' LIBOBJS='' LIBOCTAVE='' LIBOCTINTERP='' LIBPRE='' LIBS='-lm ' LIBSOCKET='' LIBTOOL='' LIB_NANOSLEEP='' LIB_SELECT='' LIPO='' LLVM_CONFIG='' LLVM_CPPFLAGS='' LLVM_CXXFLAGS='' LLVM_LDFLAGS='' LLVM_LIBS='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='' LOCALE_FR='' LOCALE_FR_UTF8='' LOCALE_JA='' LOCALE_ZH_CN='' LRELEASE='' LTALLOCA='' LTLIBINTL='' LTLIBOBJS='' MAGICK_CPPFLAGS='' MAGICK_LDFLAGS='' MAGICK_LIBS='' MAKEINFO='${SHELL} /home/jon/octave-3.8.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='' MKOCTFILE_F77='' MKOCTFILE_LD_CXX='' MKOCTFILE_RANLIB='' MOC='' 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_GETOPT_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_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_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_GETOPT_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_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_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NM='' NMEDIT='' NO_OCT_FILE_STRIP='' NO_UNDEFINED_LDFLAG='' OBJDUMP='' OBJEXT='o' OCTAVE_API_VERSION='api-v49+' OCTAVE_API_VERSION_NUMBER='49' OCTAVE_COPYRIGHT='Copyright (C) 2013 John W. Eaton and others.' OCTAVE_DLL_DEFS='' OCTAVE_IDX_TYPE='int' OCTAVE_RELEASE_DATE='2013-12-27' OCTAVE_VERSION='3.8.0' OCTGRAPHICS_DLL_DEFS='' OCTGUI_DLL_DEFS='' OCTINTERP_DLL_DEFS='' OPENGL_LIBS='' OTOOL64='' OTOOL='' PACKAGE='octave' PACKAGE_BUGREPORT='http://octave.org/bugs.html' PACKAGE_NAME='GNU Octave' PACKAGE_STRING='GNU Octave 3.8.0' PACKAGE_TARNAME='octave' PACKAGE_URL='http://www.gnu.org/software/octave/' PACKAGE_VERSION='3.8.0' PATH_SEPARATOR=':' PCRE_CPPFLAGS='' PCRE_LIBS='' PERL='perl' PKG_CONFIG='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' PTHREAD_LIBS='' PTRDIFF_T_SUFFIX='' PYTHON='python' QHULL_CPPFLAGS='' QHULL_LDFLAGS='' QHULL_LIBS='' QRUPDATE_CPPFLAGS='' QRUPDATE_LDFLAGS='' QRUPDATE_LIBS='' QT_CFLAGS='' QT_CPPFLAGS='' QT_LDFLAGS='' QT_LIBS='' RANLIB='ranlib' RCC='' RDYNAMIC_FLAG='' READLINE_LIBS='' 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_DIRFD='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_EXP2='' REPLACE_EXP2L='' REPLACE_EXPM1='' REPLACE_EXPM1F='' REPLACE_FABSL='' 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_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_GETTIMEOFDAY='' REPLACE_HUGE_VAL='' REPLACE_HYPOT='' REPLACE_HYPOTF='' REPLACE_HYPOTL='' REPLACE_ILOGB='' REPLACE_ILOGBF='' REPLACE_ISATTY='' REPLACE_ISFINITE='' REPLACE_ISINF='' REPLACE_ISNAN='' REPLACE_ISWBLANK='' REPLACE_ISWCNTRL='' REPLACE_ITOLD='' REPLACE_LCHOWN='' REPLACE_LDEXPL='' REPLACE_LINK='' REPLACE_LINKAT='' 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_RAISE='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' 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_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' 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_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOK_R='' REPLACE_STRUCT_TIMEVAL='' REPLACE_SYMLINK='' REPLACE_TIMEGM='' REPLACE_TMPFILE='' REPLACE_TOWLOWER='' REPLACE_TRUNC='' REPLACE_TRUNCF='' REPLACE_TRUNCL='' REPLACE_TTYNAME_R='' 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_WCSNRTOMBS='' REPLACE_WCSRTOMBS='' REPLACE_WCSWIDTH='' REPLACE_WCTOB='' REPLACE_WCTOMB='' REPLACE_WCWIDTH='' REPLACE_WRITE='' ROUNDF_LIBM='' ROUND_LIBM='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SHLBIN='' SHLBINPRE='' SHLBIN_VER='' SHLEXT='' SHLEXT_VER='' SHLLIB='' SHLLIBPRE='' SHLLIB_VER='' SHLLINKEXT='' SHLPRE='' SH_LD='' SH_LDFLAGS='' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' SONAME_FLAGS='' STDALIGN_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' TEMPLATE_AR='' TEMPLATE_ARFLAGS='' TERM_LIBS='' TEXI2DVI='texi2dvi --build-dir=t2d_cache' TEXI2PDF='texi2pdf --build-dir=t2d_cache' TEXINFO_AMD='' TEXINFO_ARPACK='' TEXINFO_CAMD='' TEXINFO_CCOLAMD='' TEXINFO_CHOLMOD='' TEXINFO_COLAMD='' TEXINFO_CURL='' TEXINFO_CXSPARSE='' TEXINFO_FFTW3='' TEXINFO_FFTW3F='' TEXINFO_GLPK='' TEXINFO_HDF5='' TEXINFO_QHULL='' TEXINFO_QRUPDATE='' TEXINFO_UMFPACK='' TEXINFO_Z='' TIME_H_DEFINES_STRUCT_TIMESPEC='' TRUNCF_LIBM='' TRUNC_LIBM='' UIC='' UMFPACK_CPPFLAGS='' UMFPACK_LDFLAGS='' UMFPACK_LIBS='' UNDEFINE_STRTOK_R='' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' USE_64_BIT_IDX_T='no' VERSION='3.8.0' WARN_CFLAGS='' WARN_CXXFLAGS='' WCHAR_T_SUFFIX='' WIN32_TERMINAL_FALSE='' WIN32_TERMINAL_TRUE='' WINDOWS_64_BIT_OFF_T='' WINDOWS_64_BIT_ST_SIZE='' WINT_T_SUFFIX='' X11_INCFLAGS='' X11_LIBS='' XFT_CFLAGS='' XFT_LIBS='' XMKMF='' XTRA_CFLAGS='' XTRA_CRUFT_SH_LDFLAGS='' XTRA_CXXFLAGS='' YACC='$(top_srcdir)/build-aux/missing bison' YFLAGS='' Z_CPPFLAGS='' Z_LDFLAGS='' Z_LIBS='' ac_config_files='' ac_config_headers=' config.h:config.in.h' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_F77='' ac_ct_LRELEASE='' ac_ct_MOC='' ac_ct_RCC='' ac_ct_UIC='' 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='_no' 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-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' canonical_host_type='x86_64-unknown-linux-gnu' config_opts='' datadir='${datarootdir}' datarootdir='${prefix}/share' doc_cache_file='$(octetcdir)/doc-cache' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' fcnfiledir='$(datadir)/octave/$(version)/m' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' imagedir='$(datadir)/octave/$(version)/imagelib' includedir='${prefix}/include' infodir='${datarootdir}/info' infofile='$(infodir)/octave.info' install_sh='${SHELL} /home/jon/octave-3.8.0/build-aux/install-sh' ldpreloadsep='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' library_path_var='' lispdir='' 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)' localstatedir='${prefix}/var' 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='${datarootdir}/man' mkdir_p='$(MKDIR_P)' octetcdir='$(datadir)/octave/$(version)/etc' octfiledir='$(libdir)/octave/$(version)/oct/$(canonical_host_type)' octincludedir='$(includedir)/octave-$(version)/octave' octlibdir='$(libdir)/octave/$(version)' octlocaledir='$(datadir)/octave/$(version)/locale' octtestsdir='$(octetcdir)/tests' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibexecdir='' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='' sbindir='${exec_prefix}/sbin' sepchar=':' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/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 "3.8.0" #define PACKAGE_STRING "GNU Octave 3.8.0" #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" #define PACKAGE_URL "http://www.gnu.org/software/octave/" #define PACKAGE "octave" #define VERSION "3.8.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 _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define SEPCHAR ':' #define SEPCHAR_STR ":" #define SHELL_PATH "/bin/sh" #define OCTAVE_IDX_TYPE int #define __NO_MATH_INLINES 1 #define HAVE_FSEEKO 1 #define _DARWIN_USE_64_BIT_INODE 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define FLOAT_TRUNCATE #define HAVE_LIBM 1 configure: exit 1