Skip to content

Instantly share code, notes, and snippets.

@kjetil1001
Created December 11, 2013 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjetil1001/7915748 to your computer and use it in GitHub Desktop.
Save kjetil1001/7915748 to your computer and use it in GitHub Desktop.
This is config.log after configuring octave (4.1+ from mercurial repo) as described.
This file has been truncated, but you can view the full file.
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 4.1.0+, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = kjetil-HP-Pavilion-dv4-Notebook-PC
uname -m = x86_64
uname -r = 3.11.0-15-generic
uname -s = Linux
uname -v = #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013
/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/lib/lightdm/lightdm
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
PATH: /usr/local/MATLAB/R2012a/bin
PATH: /usr/local/gcc4.8/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:4989: checking for a BSD-compatible install
configure:5057: result: /usr/bin/install -c
configure:5068: checking whether build environment is sane
configure:5123: result: yes
configure:5274: checking for a thread-safe mkdir -p
configure:5313: result: /bin/mkdir -p
configure:5320: checking for gawk
configure:5336: found /usr/bin/gawk
configure:5347: result: gawk
configure:5358: checking whether make sets $(MAKE)
configure:5380: result: yes
configure:5409: checking whether make supports nested variables
configure:5426: result: yes
configure:5515: checking whether UID '1000' is supported by ustar format
configure:5518: result: yes
configure:5525: checking whether GID '1000' is supported by ustar format
configure:5528: result: yes
configure:5536: checking how to create a ustar tar archive
configure:5547: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
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:5550: $? = 0
configure:5590: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:5593: $? = 0
configure:5597: tar -xf - <conftest.tar
configure:5600: $? = 0
configure:5602: cat conftest.dir/file
GrepMe
configure:5605: $? = 0
configure:5618: result: gnutar
configure:5640: checking whether make supports nested variables
configure:5657: result: yes
configure:5673: checking build system type
configure:5687: result: x86_64-unknown-linux-gnu
configure:5707: checking host system type
configure:5720: result: x86_64-unknown-linux-gnu
configure:5776: checking for style of include used by make
configure:5804: result: GNU
configure:5875: checking for gcc
configure:5891: found /usr/bin/gcc
configure:5902: result: gcc
configure:6131: checking for C compiler version
configure:6140: gcc --version >&5
gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
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:6151: $? = 0
configure:6140: 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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:6151: $? = 0
configure:6140: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6151: $? = 4
configure:6140: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6151: $? = 4
configure:6171: checking whether the C compiler works
configure:6193: gcc conftest.c >&5
configure:6197: $? = 0
configure:6245: result: yes
configure:6248: checking for C compiler default output file name
configure:6250: result: a.out
configure:6256: checking for suffix of executables
configure:6263: gcc -o conftest conftest.c >&5
configure:6267: $? = 0
configure:6289: result:
configure:6311: checking whether we are cross compiling
configure:6319: gcc -o conftest conftest.c >&5
configure:6323: $? = 0
configure:6330: ./conftest
configure:6334: $? = 0
configure:6349: result: no
configure:6354: checking for suffix of object files
configure:6376: gcc -c conftest.c >&5
configure:6380: $? = 0
configure:6401: result: o
configure:6405: checking whether we are using the GNU C compiler
configure:6424: gcc -c conftest.c >&5
configure:6424: $? = 0
configure:6433: result: yes
configure:6442: checking whether gcc accepts -g
configure:6462: gcc -c -g conftest.c >&5
configure:6462: $? = 0
configure:6503: result: yes
configure:6520: checking for gcc option to accept ISO C89
configure:6583: gcc -c -g -O2 conftest.c >&5
configure:6583: $? = 0
configure:6596: result: none needed
configure:6618: checking dependency style of gcc
configure:6729: result: gcc3
configure:6750: checking how to run the C preprocessor
configure:6781: gcc -E conftest.c
configure:6781: $? = 0
configure:6795: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.1.0+"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6820: result: gcc -E
configure:6840: gcc -E conftest.c
configure:6840: $? = 0
configure:6854: gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.1.0+"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6883: checking for grep that handles long lines and -e
configure:6941: result: /bin/grep
configure:6946: checking for egrep
configure:7008: result: /bin/grep -E
configure:7013: checking for ANSI C header files
configure:7033: gcc -c -g -O2 conftest.c >&5
configure:7033: $? = 0
configure:7106: gcc -o conftest -g -O2 conftest.c >&5
configure:7106: $? = 0
configure:7106: ./conftest
configure:7106: $? = 0
configure:7117: result: yes
configure:7130: checking for sys/types.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for sys/stat.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for stdlib.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for string.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for memory.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for strings.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for inttypes.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for stdint.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7130: checking for unistd.h
configure:7130: gcc -c -g -O2 conftest.c >&5
configure:7130: $? = 0
configure:7130: result: yes
configure:7143: checking minix/config.h usability
configure:7143: gcc -c -g -O2 conftest.c >&5
conftest.c:55:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:7143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:7143: result: no
configure:7143: checking minix/config.h presence
configure:7143: gcc -E conftest.c
conftest.c:22:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:7143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 <minix/config.h>
configure:7143: result: no
configure:7143: checking for minix/config.h
configure:7143: result: no
configure:7167: checking whether it is safe to define __EXTENSIONS__
configure:7185: gcc -c -g -O2 conftest.c >&5
configure:7185: $? = 0
configure:7192: result: yes
configure:7207: checking whether _XOPEN_SOURCE should be defined
configure:7226: gcc -c -g -O2 conftest.c >&5
configure:7226: $? = 0
configure:7250: result: no
configure:7266: result: defining octlibdir to be $(libdir)/octave/$(version)
configure:7272: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
configure:7278: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type)
configure:7284: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
configure:7290: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
configure:7296: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type)
configure:7302: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type)
configure:7308: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
configure:7314: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type)
configure:7320: result: defining octincludedir to be $(includedir)/octave-$(version)/octave
configure:7326: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m
configure:7332: result: defining localfcnfiledir to be $(datadir)/octave/site/m
configure:7338: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
configure:7344: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
configure:7350: result: defining octetcdir to be $(datadir)/octave/$(version)/etc
configure:7356: result: defining octlocaledir to be $(datadir)/octave/$(version)/locale
configure:7362: result: defining doc_cache_file to be $(octetcdir)/doc-cache
configure:7368: result: defining octtestsdir to be $(octetcdir)/tests
configure:7374: result: defining texi_macros_file to be $(octetcdir)/macros.texi
configure:7380: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib
configure:7386: result: defining man1dir to be $(mandir)/man1
configure:7392: result: defining man1ext to be .1
configure:7398: result: defining infofile to be $(infodir)/octave.info
configure:7456: checking for pkg-config
configure:7474: found /usr/bin/pkg-config
configure:7486: result: /usr/bin/pkg-config
configure:7511: checking pkg-config is at least version 0.9.0
configure:7514: result: yes
configure:7529: checking for gawk
configure:7556: result: gawk
configure:7567: checking for grep that handles long lines and -e
configure:7625: result: /bin/grep
configure:7635: checking for gfind
configure:7665: result: no
configure:7635: checking for find
configure:7651: found /usr/bin/find
configure:7662: result: find
configure:7675: checking for a usable sed
configure:7753: result: /bin/sed
configure:7759: checking for perl
configure:7775: found /usr/bin/perl
configure:7786: result: perl
configure:7801: checking for gperf
configure:7817: found /usr/bin/gperf
configure:7828: result: gperf
configure:7857: checking for flex
configure:7873: found /usr/bin/flex
configure:7884: result: flex
configure:7922: flex conftest.l
configure:7926: $? = 0
configure:7928: checking lex output file root
configure:7942: result: lex.yy
configure:7947: checking lex library
configure:7961: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccYzynrm.o: In function `input':
/home/kjetil/Software/gnuoctave/octave/lex.yy.c:1183: undefined reference to `yywrap'
/tmp/ccYzynrm.o: In function `yylex':
/home/kjetil/Software/gnuoctave/octave/lex.yy.c:882: undefined reference to `yywrap'
/tmp/ccYzynrm.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.l:18: undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:7961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| #line 3 "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 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #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 <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. 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 <inttypes.h>
| 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
|
| #endif /* ! C99 */
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned 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
|
| 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)
|
| /* 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_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| #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.
| */
| yy_size_t 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 = 0; /**< 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 = (char *) 0;
| 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 (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst 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 unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #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 yy_fatal_error (yyconst 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 = (size_t) (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 yyconst 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 yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t 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 yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst 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 yyconst 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 477 "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 <unistd.h>
| #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
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst 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, 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 = '*'; \
| size_t 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 = fread(buf, 1, 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 break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 666 "lex.yy.c"
|
| 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( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (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
| {
| register 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[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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 805 "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 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)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register 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), (size_t) 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_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t 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,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (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)
| {
| register yy_state_type yy_current_state;
| register 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 )
| {
| register 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[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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 )
| {
| register int yy_is_jam;
|
| register 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[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register 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. */
| register int number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register 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) = 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;
| }
|
| #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 = (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 EOF;
|
| 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(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 );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* 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)
| {
| int 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;
| (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. */
| int 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 0;
|
| 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 = 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 = 0;
| 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 (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,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 (yyconst 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 = _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 yy_fatal_error (yyconst char* msg )
| {
| (void) 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
| *
| */
| 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) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (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 = (FILE *) 0;
| yyout = (FILE *) 0;
| #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, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) 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 (void *) realloc( (char *) 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:7961: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:7961: $? = 0
configure:7971: result: -lfl
configure:7977: checking whether yytext is a pointer
configure:7994: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:7994: $? = 0
configure:8002: result: yes
configure:8022: result: defining LFLAGS to be -I
configure:8050: checking for bison
configure:8066: found /usr/bin/bison
configure:8077: result: bison -y
configure:8096: checking syntax of bison push/pull declaration
configure:8140: result: dash
configure:8180: checking for makeinfo
configure:8196: found /usr/bin/makeinfo
configure:8207: result: makeinfo
configure:8231: checking for texi2dvi
configure:8247: found /usr/bin/texi2dvi
configure:8258: result: texi2dvi
configure:8286: checking for texi2pdf
configure:8302: found /usr/bin/texi2pdf
configure:8313: result: texi2pdf
configure:8348: checking whether ln -s works
configure:8352: result: yes
configure:8368: checking for desktop-file-install
configure:8384: found /usr/bin/desktop-file-install
configure:8395: result: desktop-file-install
configure:8420: checking for gs
configure:8436: found /usr/bin/gs
configure:8447: result: gs
configure:8486: checking for gnuplot
configure:8502: found /usr/bin/gnuplot
configure:8513: result: gnuplot
configure:8559: checking for less
configure:8575: found /usr/bin/less
configure:8586: result: less
configure:8610: checking for python
configure:8626: found /usr/bin/python
configure:8637: result: python
configure:8960: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
configure:9026: checking for g++
configure:9042: found /usr/bin/g++
configure:9053: result: g++
configure:9080: checking for C++ compiler version
configure:9089: g++ --version >&5
g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
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:9100: $? = 0
configure:9089: 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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:9100: $? = 0
configure:9089: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:9100: $? = 4
configure:9089: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:9100: $? = 4
configure:9104: checking whether we are using the GNU C++ compiler
configure:9123: g++ -c conftest.cpp >&5
configure:9123: $? = 0
configure:9132: result: yes
configure:9141: checking whether g++ accepts -g
configure:9161: g++ -c -g conftest.cpp >&5
configure:9161: $? = 0
configure:9202: result: yes
configure:9227: checking dependency style of g++
configure:9338: result: gcc3
configure:9358: checking how to run the C++ preprocessor
configure:9385: g++ -E conftest.cpp
configure:9385: $? = 0
configure:9399: g++ -E conftest.cpp
conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <ac_nonexistent.h>
configure:9424: result: g++ -E
configure:9444: g++ -E conftest.cpp
configure:9444: $? = 0
configure:9458: g++ -E conftest.cpp
conftest.cpp:34:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:9458: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <ac_nonexistent.h>
configure:9584: checking for gcc
configure:9611: result: gcc
configure:9840: checking for C compiler version
configure:9849: gcc --version >&5
gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
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:9860: $? = 0
configure:9849: 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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:9860: $? = 0
configure:9849: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:9860: $? = 4
configure:9849: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:9860: $? = 4
configure:9864: checking whether we are using the GNU C compiler
configure:9892: result: yes
configure:9901: checking whether gcc accepts -g
configure:9962: result: yes
configure:9979: checking for gcc option to accept ISO C89
configure:10055: result: none needed
configure:10077: checking dependency style of gcc
configure:10188: result: gcc3
configure:10208: checking how to run the C preprocessor
configure:10278: result: gcc -E
configure:10298: gcc -E conftest.c
configure:10298: $? = 0
configure:10312: gcc -E conftest.c
conftest.c:34:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:10312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <ac_nonexistent.h>
configure:10341: checking whether gcc needs -traditional
configure:10375: result: no
configure:10416: checking for Minix Amsterdam compiler
configure:10440: result: no
configure:10492: checking for ar
configure:10508: found /usr/bin/ar
configure:10519: result: ar
configure:10599: checking for ranlib
configure:10615: found /usr/bin/ranlib
configure:10626: result: ranlib
configure:10658: checking for _LARGEFILE_SOURCE value needed for large files
configure:10677: gcc -o conftest -g -O2 conftest.c >&5
configure:10677: $? = 0
configure:10705: result: no
configure:10762: checking for special C compiler options needed for large files
configure:10807: result: no
configure:10813: checking for _FILE_OFFSET_BITS value needed for large files
configure:10838: gcc -c -g -O2 conftest.c >&5
configure:10838: $? = 0
configure:10870: result: no
configure:11167: checking C compiler version number
configure:11214: result: 4.8.1
configure:11224: checking C++ compiler version number
configure:11271: result: 4.8.1
configure:11278: checking whether stl_algo.h is broken
configure:11351: g++ -o conftest -g -O2 conftest.cpp >&5
configure:11351: $? = 0
configure:11351: ./conftest
configure:11351: $? = 0
configure:11368: result: no
configure:11623: checking for the pthreads library -lpthreads
configure:11661: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:11661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <pthread.h>
| 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:11670: result: no
configure:11568: checking whether pthreads work without any flags
configure:11661: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccU6WmmV.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:43: undefined reference to `pthread_create'
/home/kjetil/Software/gnuoctave/octave/conftest.c:44: undefined reference to `pthread_join'
/home/kjetil/Software/gnuoctave/octave/conftest.c:46: undefined reference to `__pthread_register_cancel'
/home/kjetil/Software/gnuoctave/octave/conftest.c:47: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:11661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <pthread.h>
| 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:11670: result: no
configure:11573: checking whether pthreads work with -Kthread
configure:11661: gcc -o conftest -g -O2 -Kthread conftest.c >&5
gcc: error: unrecognized command line option '-Kthread'
configure:11661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <pthread.h>
| 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:11670: result: no
configure:11573: checking whether pthreads work with -kthread
configure:11661: gcc -o conftest -g -O2 -kthread conftest.c >&5
gcc: error: unrecognized command line option '-kthread'
configure:11661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <pthread.h>
| 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:11670: result: no
configure:11623: checking for the pthreads library -llthread
configure:11661: gcc -o conftest -g -O2 conftest.c -llthread >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:11661: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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 <pthread.h>
| 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:11670: result: no
configure:11573: checking whether pthreads work with -pthread
configure:11661: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:11661: $? = 0
configure:11670: result: yes
configure:11689: checking for joinable pthread attribute
configure:11704: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:11704: $? = 0
configure:11710: result: PTHREAD_CREATE_JOINABLE
configure:11720: checking if more special flags are required for pthreads
configure:11734: result: no
configure:11740: checking for PTHREAD_PRIO_INHERIT
configure:11758: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:11758: $? = 0
configure:11767: result: yes
configure:12530: checking for sin in -lm
configure:12555: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:46:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char sin ();
^
configure:12555: $? = 0
configure:12564: result: yes
configure:12637: checking for gfortran
configure:12653: found /usr/bin/gfortran
configure:12664: result: gfortran
configure:12690: checking for Fortran 77 compiler version
configure:12699: gfortran --version >&5
GNU Fortran (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:12710: $? = 0
configure:12699: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
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/Linaro 4.8.1-10ubuntu9' --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 --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.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
configure:12710: $? = 0
configure:12699: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:12710: $? = 4
configure:12699: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:12710: $? = 4
configure:12719: checking whether we are using the GNU Fortran 77 compiler
configure:12732: gfortran -c -O conftest.F >&5
configure:12732: $? = 0
configure:12741: result: yes
configure:12747: checking whether gfortran accepts -g
configure:12758: gfortran -c -g conftest.f >&5
configure:12758: $? = 0
configure:12766: result: yes
configure:12800: checking how to get verbose linking output from gfortran
configure:12810: gfortran -c -O conftest.f >&5
configure:12810: $? = 0
configure:12828: gfortran -o conftest -O -v conftest.f -lm
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
/usr/lib/gcc/x86_64-linux-gnu/4.8/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.8/finclude -o /tmp/ccm6nJ4I.s
GNU Fortran (Ubuntu/Linaro 4.8.1-10ubuntu9) version 4.8.1 (x86_64-linux-gnu)
compiled by GNU C version 4.8.1, GMP version 5.1.2, MPFR version 3.1.1-p2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (Ubuntu/Linaro 4.8.1-10ubuntu9) version 4.8.1 (x86_64-linux-gnu)
compiled by GNU C version 4.8.1, GMP version 5.1.2, MPFR version 3.1.1-p2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -v --64 -o /tmp/ccvshG7n.o /tmp/ccm6nJ4I.s
GNU assembler version 2.23.52 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.23.52.20130913
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.spec
rename spec lib to liborig
/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. /tmp/ccvshG7n.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
configure:12911: result: -v
configure:12913: checking for Fortran 77 libraries of gfortran
configure:12936: gfortran -o conftest -O -v conftest.f -lm
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
/usr/lib/gcc/x86_64-linux-gnu/4.8/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -O -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.8/finclude -o /tmp/ccC6JkrK.s
GNU Fortran (Ubuntu/Linaro 4.8.1-10ubuntu9) version 4.8.1 (x86_64-linux-gnu)
compiled by GNU C version 4.8.1, GMP version 5.1.2, MPFR version 3.1.1-p2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (Ubuntu/Linaro 4.8.1-10ubuntu9) version 4.8.1 (x86_64-linux-gnu)
compiled by GNU C version 4.8.1, GMP version 5.1.2, MPFR version 3.1.1-p2, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -v --64 -o /tmp/cciPsDCp.o /tmp/ccC6JkrK.s
GNU assembler version 2.23.52 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.23.52.20130913
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.spec
rename spec lib to liborig
/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. /tmp/cciPsDCp.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
configure:13132: result: -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath
configure:13148: checking for dummy main to link with Fortran 77 libraries
configure:13182: gcc -o conftest -g -O2 -pthread conftest.c -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:13182: $? = 0
configure:13227: result: none
configure:13260: checking for Fortran 77 name-mangling scheme
configure:13273: gfortran -c -O conftest.f >&5
configure:13273: $? = 0
configure:13314: gcc -o conftest -g -O2 -pthread conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
/tmp/cc6ShXBA.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:59: undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:13314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| /* 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:13314: gcc -o conftest -g -O2 -pthread conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:13314: $? = 0
configure:13372: gcc -o conftest -g -O2 -pthread conftest.c cfortran_test.o -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:13372: $? = 0
configure:13414: result: lower case, underscore, no extra underscore
configure:13707: defining FFLAGS to be -O
configure:13720: checking whether gfortran has the intrinsic function ISNAN
configure:13745: gfortran -c -O conftest.f >&5
configure:13745: $? = 0
configure:13759: result: yes
configure:13771: checking whether gfortran generates correct size integers
configure:13795: gfortran -c -O conftest.f >&5
configure:13795: $? = 0
configure:13843: gcc -o conftest -g -O2 -pthread conftest.c fintsize.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:13843: $? = 0
configure:13843: ./conftest
configure:13843: $? = 0
configure:13877: result: yes
configure:14034: checking whether gfortran accepts -ffloat-store
configure:14052: gfortran -o conftest -O -ffloat-store conftest.f -lm >&5
configure:14052: $? = 0
configure:14070: result: yes
configure:14073: result: setting F77_FLOAT_STORE_FLAG to -ffloat-store
configure:14145: checking libqhull/libqhull.h usability
configure:14145: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:75:31: fatal error: libqhull/libqhull.h: No such file or directory
#include <libqhull/libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libqhull/libqhull.h>
configure:14145: result: no
configure:14145: checking libqhull/libqhull.h presence
configure:14145: gcc -E conftest.c
conftest.c:42:31: fatal error: libqhull/libqhull.h: No such file or directory
#include <libqhull/libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <libqhull/libqhull.h>
configure:14145: result: no
configure:14145: checking for libqhull/libqhull.h
configure:14145: result: no
configure:14145: checking qhull/libqhull.h usability
configure:14145: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:75:28: fatal error: qhull/libqhull.h: No such file or directory
#include <qhull/libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <qhull/libqhull.h>
configure:14145: result: no
configure:14145: checking qhull/libqhull.h presence
configure:14145: gcc -E conftest.c
conftest.c:42:28: fatal error: qhull/libqhull.h: No such file or directory
#include <qhull/libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <qhull/libqhull.h>
configure:14145: result: no
configure:14145: checking for qhull/libqhull.h
configure:14145: result: no
configure:14145: checking libqhull.h usability
configure:14145: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:75:22: fatal error: libqhull.h: No such file or directory
#include <libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libqhull.h>
configure:14145: result: no
configure:14145: checking libqhull.h presence
configure:14145: gcc -E conftest.c
conftest.c:42:22: fatal error: libqhull.h: No such file or directory
#include <libqhull.h>
^
compilation terminated.
configure:14145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <libqhull.h>
configure:14145: result: no
configure:14145: checking for libqhull.h
configure:14145: result: no
configure:14145: checking qhull/qhull.h usability
configure:14145: gcc -c -g -O2 -pthread conftest.c >&5
configure:14145: $? = 0
configure:14145: result: yes
configure:14145: checking qhull/qhull.h presence
configure:14145: gcc -E conftest.c
configure:14145: $? = 0
configure:14145: result: yes
configure:14145: checking for qhull/qhull.h
configure:14145: result: yes
configure:14156: checking for qh_qhull in -lqhull
configure:14187: gcc -o conftest -g -O2 -pthread conftest.c -lqhull -lm >&5
configure:14187: $? = 0
configure:14196: result: yes
configure:14201: checking for qh_version in -lqhull
configure:14256: gcc -o conftest -g -O2 -pthread conftest.c -lqhull -lm >&5
configure:14256: $? = 0
configure:14265: result: yes
configure:14274: checking whether the qhull library works
configure:14339: gcc -o conftest -g -O2 -pthread conftest.c -lqhull -lm >&5
configure:14339: $? = 0
configure:14339: ./conftest
configure:14339: $? = 0
configure:14350: result: yes
configure:14389: checking pcre.h usability
configure:14389: gcc -c -g -O2 -pthread conftest.c >&5
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking pcre.h presence
configure:14389: gcc -E conftest.c
configure:14389: $? = 0
configure:14389: result: yes
configure:14389: checking for pcre.h
configure:14389: result: yes
configure:14389: checking pcre/pcre.h usability
configure:14389: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:78:23: fatal error: pcre/pcre.h: No such file or directory
#include <pcre/pcre.h>
^
compilation terminated.
configure:14389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre/pcre.h>
configure:14389: result: no
configure:14389: checking pcre/pcre.h presence
configure:14389: gcc -E conftest.c
conftest.c:45:23: fatal error: pcre/pcre.h: No such file or directory
#include <pcre/pcre.h>
^
compilation terminated.
configure:14389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <pcre/pcre.h>
configure:14389: result: no
configure:14389: checking for pcre/pcre.h
configure:14389: result: no
configure:14400: checking whether pcre.h defines the macros we need
configure:14429: result: yes
configure:14436: checking for pcre-config
configure:14452: found /usr/bin/pcre-config
configure:14464: result: yes
configure:14482: checking for pcre_compile
configure:14482: gcc -o conftest -g -O2 -pthread conftest.c -lpcre -lm >&5
configure:14482: $? = 0
configure:14482: result: yes
configure:14558: checking zlib.h usability
configure:14558: gcc -c -g -O2 -pthread conftest.c >&5
configure:14558: $? = 0
configure:14558: result: yes
configure:14558: checking zlib.h presence
configure:14558: gcc -E conftest.c
configure:14558: $? = 0
configure:14558: result: yes
configure:14558: checking for zlib.h
configure:14558: result: yes
configure:14569: checking for gzclearerr in -lz
configure:14600: gcc -o conftest -g -O2 -pthread conftest.c -lz -lm >&5
configure:14600: $? = 0
configure:14609: result: yes
configure:14664: checking for llvm-config
configure:14680: found /usr/bin/llvm-config
configure:14691: result: llvm-config
configure:14713: checking whether gcc accepts -isystem .
configure:14745: gcc -o conftest -g -O2 -pthread -isystem . conftest.c -lm >&5
configure:14745: $? = 0
configure:14763: result: yes
configure:14767: using -isystem for LLVM headers
configure:14784: checking for LLVMBuildAdd in -lLLVM-3.2
configure:14817: gcc -o conftest -g -O2 -pthread -L/usr/lib/llvm-3.2/lib conftest.c -lLLVM-3.2 -lm >&5
configure:14817: $? = 0
configure:14827: result: yes
configure:14845: checking llvm/Support/TargetSelect.h usability
configure:14845: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:14845: $? = 0
configure:14845: result: yes
configure:14845: checking llvm/Support/TargetSelect.h presence
configure:14845: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
configure:14845: $? = 0
configure:14845: result: yes
configure:14845: checking for llvm/Support/TargetSelect.h
configure:14845: result: yes
configure:14856: checking llvm/IR/Function.h usability
configure:14856: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
conftest.cpp:82:30: fatal error: llvm/IR/Function.h: No such file or directory
#include <llvm/IR/Function.h>
^
compilation terminated.
configure:14856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llvm/IR/Function.h>
configure:14856: result: no
configure:14856: checking llvm/IR/Function.h presence
configure:14856: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
conftest.cpp:49:30: fatal error: llvm/IR/Function.h: No such file or directory
#include <llvm/IR/Function.h>
^
compilation terminated.
configure:14856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| /* end confdefs.h. */
| #include <llvm/IR/Function.h>
configure:14856: result: no
configure:14856: checking for llvm/IR/Function.h
configure:14856: result: no
configure:14856: checking llvm/Function.h usability
configure:14856: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:14856: $? = 0
configure:14856: result: yes
configure:14856: checking llvm/Function.h presence
configure:14856: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
configure:14856: $? = 0
configure:14856: result: yes
configure:14856: checking for llvm/Function.h
configure:14856: result: yes
configure:14874: checking llvm/Support/IRBuilder.h usability
configure:14874: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
conftest.cpp:83:36: fatal error: llvm/Support/IRBuilder.h: No such file or directory
#include <llvm/Support/IRBuilder.h>
^
compilation terminated.
configure:14874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llvm/Support/IRBuilder.h>
configure:14874: result: no
configure:14874: checking llvm/Support/IRBuilder.h presence
configure:14874: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
conftest.cpp:50:36: fatal error: llvm/Support/IRBuilder.h: No such file or directory
#include <llvm/Support/IRBuilder.h>
^
compilation terminated.
configure:14874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| /* end confdefs.h. */
| #include <llvm/Support/IRBuilder.h>
configure:14874: result: no
configure:14874: checking for llvm/Support/IRBuilder.h
configure:14874: result: no
configure:14874: checking llvm/IR/IRBuilder.h usability
configure:14874: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
conftest.cpp:83:31: fatal error: llvm/IR/IRBuilder.h: No such file or directory
#include <llvm/IR/IRBuilder.h>
^
compilation terminated.
configure:14874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llvm/IR/IRBuilder.h>
configure:14874: result: no
configure:14874: checking llvm/IR/IRBuilder.h presence
configure:14874: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
conftest.cpp:50:31: fatal error: llvm/IR/IRBuilder.h: No such file or directory
#include <llvm/IR/IRBuilder.h>
^
compilation terminated.
configure:14874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| /* end confdefs.h. */
| #include <llvm/IR/IRBuilder.h>
configure:14874: result: no
configure:14874: checking for llvm/IR/IRBuilder.h
configure:14874: result: no
configure:14874: checking llvm/IRBuilder.h usability
configure:14874: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:14874: $? = 0
configure:14874: result: yes
configure:14874: checking llvm/IRBuilder.h presence
configure:14874: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
configure:14874: $? = 0
configure:14874: result: yes
configure:14874: checking for llvm/IRBuilder.h
configure:14874: result: yes
configure:14892: checking llvm/Target/TargetData.h usability
configure:14892: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
conftest.cpp:84:36: fatal error: llvm/Target/TargetData.h: No such file or directory
#include <llvm/Target/TargetData.h>
^
compilation terminated.
configure:14892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llvm/Target/TargetData.h>
configure:14892: result: no
configure:14892: checking llvm/Target/TargetData.h presence
configure:14892: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
conftest.cpp:51:36: fatal error: llvm/Target/TargetData.h: No such file or directory
#include <llvm/Target/TargetData.h>
^
compilation terminated.
configure:14892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| /* end confdefs.h. */
| #include <llvm/Target/TargetData.h>
configure:14892: result: no
configure:14892: checking for llvm/Target/TargetData.h
configure:14892: result: no
configure:14892: checking llvm/IR/DataLayout.h usability
configure:14892: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
conftest.cpp:84:32: fatal error: llvm/IR/DataLayout.h: No such file or directory
#include <llvm/IR/DataLayout.h>
^
compilation terminated.
configure:14892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llvm/IR/DataLayout.h>
configure:14892: result: no
configure:14892: checking llvm/IR/DataLayout.h presence
configure:14892: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
conftest.cpp:51:32: fatal error: llvm/IR/DataLayout.h: No such file or directory
#include <llvm/IR/DataLayout.h>
^
compilation terminated.
configure:14892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| /* end confdefs.h. */
| #include <llvm/IR/DataLayout.h>
configure:14892: result: no
configure:14892: checking for llvm/IR/DataLayout.h
configure:14892: result: no
configure:14892: checking llvm/DataLayout.h usability
configure:14892: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:14892: $? = 0
configure:14892: result: yes
configure:14892: checking llvm/DataLayout.h presence
configure:14892: g++ -E -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp
configure:14892: $? = 0
configure:14892: result: yes
configure:14892: checking for llvm/DataLayout.h
configure:14892: result: yes
configure:14907: checking check llvm::Function::addAttribute arg type is llvm::Attributes
configure:14953: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:14953: $? = 0
configure:14967: result: yes
configure:14976: checking check LLVM::Function::addFnAttr arg type is llvm::Attributes
configure:15017: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:15017: $? = 0
configure:15031: result: yes
configure:15040: checking check LLVM::CallInst::addAttribute arg type is llvm::Attributes
configure:15084: g++ -c -g -O2 -pthread -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -isystem /usr/lib/llvm-3.2/include conftest.cpp >&5
configure:15084: $? = 0
configure:15098: result: yes
configure:15203: checking hdf5.h usability
configure:15203: gcc -c -g -O2 -pthread conftest.c >&5
configure:15203: $? = 0
configure:15203: result: yes
configure:15203: checking hdf5.h presence
configure:15203: gcc -E conftest.c
configure:15203: $? = 0
configure:15203: result: yes
configure:15203: checking for hdf5.h
configure:15203: result: yes
configure:15214: checking for H5Gget_num_objs in -lhdf5
configure:15245: gcc -o conftest -g -O2 -pthread conftest.c -lhdf5 -lz -lm >&5
configure:15245: $? = 0
configure:15254: result: yes
configure:15259: checking whether HDF5 library has enforced version 1.6 API
configure:15287: gcc -o conftest -g -O2 -pthread conftest.c -lhdf5 -lz -lm >&5
conftest.c: In function 'main':
conftest.c:72:7: error: too few arguments to function 'H5Eset_auto2'
H5Eset_auto (0, 0);
^
In file included from /usr/include/hdf5.h:28:0,
from conftest.c:58:
/usr/include/H5Epublic.h:174:15: note: declared here
H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
^
configure:15287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| /* end confdefs.h. */
|
| #include <hdf5.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| H5Eset_auto (0, 0);
|
| ;
| return 0;
| }
configure:15296: result: no
configure:15474: checking fftw3.h usability
configure:15474: gcc -c -g -O2 -pthread conftest.c >&5
configure:15474: $? = 0
configure:15474: result: yes
configure:15474: checking fftw3.h presence
configure:15474: gcc -E conftest.c
configure:15474: $? = 0
configure:15474: result: yes
configure:15474: checking for fftw3.h
configure:15474: result: yes
configure:15485: checking for fftw_plan_dft_1d in -lfftw3
configure:15516: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3 -lm >&5
configure:15516: $? = 0
configure:15525: result: yes
configure:15608: checking for fftw3.h
configure:15608: result: yes
configure:15619: checking for fftwf_plan_dft_1d in -lfftw3f
configure:15650: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3f -lm >&5
configure:15650: $? = 0
configure:15659: result: yes
configure:15704: checking for fftw3 multi-threading support
configure:15732: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3 -lm >&5
/tmp/cctz9slp.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:78: undefined reference to `fftw_plan_with_nthreads'
collect2: error: ld returned 1 exit status
configure:15732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| /* end confdefs.h. */
|
| #include <fftw3.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| fftw_plan_with_nthreads (2);
|
| ;
| return 0;
| }
configure:15759: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3_threads -lfftw3 -lm >&5
configure:15759: $? = 0
configure:15772: result: -lfftw3_threads
configure:15801: checking for fftw3f multi-threading support
configure:15829: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3f -lm >&5
/tmp/ccjF39Yw.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:79: undefined reference to `fftwf_plan_with_nthreads'
collect2: error: ld returned 1 exit status
configure:15829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| /* end confdefs.h. */
|
| #include <fftw3.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| fftwf_plan_with_nthreads (2);
|
| ;
| return 0;
| }
configure:15856: gcc -o conftest -g -O2 -pthread conftest.c -lfftw3f_threads -lfftw3f -lm >&5
configure:15856: $? = 0
configure:15869: result: -lfftw3f_threads
configure:15979: checking glpk/glpk.h usability
configure:15979: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:99:23: fatal error: glpk/glpk.h: No such file or directory
#include <glpk/glpk.h>
^
compilation terminated.
configure:15979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <glpk/glpk.h>
configure:15979: result: no
configure:15979: checking glpk/glpk.h presence
configure:15979: gcc -E conftest.c
conftest.c:66:23: fatal error: glpk/glpk.h: No such file or directory
#include <glpk/glpk.h>
^
compilation terminated.
configure:15979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| /* end confdefs.h. */
| #include <glpk/glpk.h>
configure:15979: result: no
configure:15979: checking for glpk/glpk.h
configure:15979: result: no
configure:15979: checking glpk.h usability
configure:15979: gcc -c -g -O2 -pthread conftest.c >&5
configure:15979: $? = 0
configure:15979: result: yes
configure:15979: checking glpk.h presence
configure:15979: gcc -E conftest.c
configure:15979: $? = 0
configure:15979: result: yes
configure:15979: checking for glpk.h
configure:15979: result: yes
configure:15990: checking for glp_simplex in -lglpk
configure:16021: gcc -o conftest -g -O2 -pthread conftest.c -lglpk -lz -lm >&5
configure:16021: $? = 0
configure:16030: result: yes
configure:16035: checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)
configure:16079: g++ -o conftest -g -O2 -pthread conftest.cpp -lglpk -lz -lm >&5
configure:16079: $? = 0
configure:16094: result: yes
configure:16189: checking curl/curl.h usability
configure:16189: gcc -c -g -O2 -pthread conftest.c >&5
configure:16189: $? = 0
configure:16189: result: yes
configure:16189: checking curl/curl.h presence
configure:16189: gcc -E conftest.c
configure:16189: $? = 0
configure:16189: result: yes
configure:16189: checking for curl/curl.h
configure:16189: result: yes
configure:16200: checking for curl_easy_escape in -lcurl
configure:16231: gcc -o conftest -g -O2 -pthread conftest.c -lcurl -lz -lm >&5
configure:16231: $? = 0
configure:16240: result: yes
configure:16267: checking for CURLOPT_DIRLISTONLY in curl/curl.h
configure:16295: gcc -c -g -O2 -pthread conftest.c >&5
configure:16295: $? = 0
configure:16303: result: yes
configure:16332: $PKG_CONFIG --exists --print-errors "$magick++"
configure:16335: $? = 0
configure:16358: checking Magick++.h usability
configure:16358: g++ -c -g -O2 -pthread -I/usr/include/GraphicsMagick conftest.cpp >&5
configure:16358: $? = 0
configure:16358: result: yes
configure:16358: checking Magick++.h presence
configure:16358: g++ -E -I/usr/include/GraphicsMagick conftest.cpp
configure:16358: $? = 0
configure:16358: result: yes
configure:16358: checking for Magick++.h
configure:16358: result: yes
configure:16361: checking for Magick::ColorRGB in Magick++.h
configure:16372: g++ -E -I/usr/include/GraphicsMagick conftest.cpp
configure:16372: $? = 0
configure:16380: result: yes
configure:16400: checking for setlocale
configure:16400: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:16400: $? = 0
configure:16400: result: yes
configure:16429: checking for X
configure:16576: gcc -o conftest -g -O2 -pthread conftest.c -lX11 -lm >&5
configure:16576: $? = 0
configure:16626: result: libraries , headers
configure:16641: checking for XrmInitialize in -lX11
configure:16674: gcc -o conftest -g -O2 -pthread conftest.c -lX11 -lm >&5
configure:16674: $? = 0
configure:16683: result: yes
configure:16748: checking whether ld accepts -framework Carbon
configure:16780: g++ -o conftest -g -O2 -pthread -framework Carbon conftest.cpp -lm >&5
g++: error: Carbon: No such file or directory
g++: error: unrecognized command line option '-framework'
configure:16780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| /* end confdefs.h. */
| #include <Carbon/Carbon.h>
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| CGMainDisplayID ()
| ;
| return 0;
| }
configure:16817: result: no
configure:16864: checking whether ld accepts -framework OpenGL
configure:16901: g++ -o conftest -g -O2 -pthread -framework OpenGL conftest.cpp -lm >&5
g++: error: OpenGL: No such file or directory
g++: error: unrecognized command line option '-framework'
configure:16901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| /* end confdefs.h. */
|
| #include <OpenGL/gl.h>
| #include <OpenGL/glu.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| GLint par; glGetIntegerv (GL_VIEWPORT, &par);
|
| ;
| return 0;
| }
configure:16938: result: no
configure:17034: checking for GL/gl.h
configure:17034: gcc -c -g -O2 -pthread conftest.c >&5
configure:17034: $? = 0
configure:17034: result: yes
configure:17047: checking for GL/glu.h
configure:17047: gcc -c -g -O2 -pthread conftest.c >&5
configure:17047: $? = 0
configure:17047: result: yes
configure:17123: checking for glEnable in -lGL
configure:17156: gcc -o conftest -g -O2 -pthread conftest.c -lGL -lm >&5
configure:17156: $? = 0
configure:17165: result: yes
configure:17203: checking for FT2
configure:17211: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17214: $? = 0
configure:17229: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17232: $? = 0
configure:17287: result: yes
configure:17291: checking for FreeType2 version >= 9.03
configure:17296: result: yes
configure:17305: checking for FT_Reference_Face
configure:17305: gcc -o conftest -g -O2 -pthread conftest.c -lfreetype -lm >&5
configure:17305: $? = 0
configure:17305: result: yes
configure:17337: checking for FONTCONFIG
configure:17345: $PKG_CONFIG --exists --print-errors "fontconfig"
configure:17348: $? = 0
configure:17363: $PKG_CONFIG --exists --print-errors "fontconfig"
configure:17366: $? = 0
configure:17404: result: yes
configure:17429: checking for XFT
configure:17437: $PKG_CONFIG --exists --print-errors "xft"
configure:17440: $? = 0
configure:17455: $PKG_CONFIG --exists --print-errors "xft"
configure:17458: $? = 0
configure:17494: result: yes
configure:17547: checking for fltk-config
configure:17565: found /usr/bin/fltk-config
configure:17578: result: /usr/bin/fltk-config
configure:17608: checking for OpenGL support in FLTK
configure:17638: gcc -c -g -O2 -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DCP936 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT conftest.c >&5
In file included from /usr/include/FL/gl.h:45:0,
from conftest.c:81:
/usr/include/FL/Enumerations.H:521:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUND_UP_BOX();
^
/usr/include/FL/Enumerations.H:524:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_SHADOW_BOX();
^
/usr/include/FL/Enumerations.H:527:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUNDED_BOX();
^
/usr/include/FL/Enumerations.H:530:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_RFLAT_BOX();
^
/usr/include/FL/Enumerations.H:532:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_RSHADOW_BOX();
^
/usr/include/FL/Enumerations.H:534:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_DIAMOND_BOX();
^
/usr/include/FL/Enumerations.H:537:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_OVAL_BOX();
^
/usr/include/FL/Enumerations.H:543:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX();
^
/usr/include/FL/Enumerations.H:553:1: error: unknown type name 'Fl_Boxtype'
extern FL_EXPORT Fl_Boxtype fl_define_FL_GTK_UP_BOX();
^
/usr/include/FL/Enumerations.H:571:1: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_box(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:571:26: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_box(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:579:1: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_down(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:579:27: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_down(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:587:1: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_frame(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:587:28: error: unknown type name 'Fl_Boxtype'
inline Fl_Boxtype fl_frame(Fl_Boxtype b) {
^
/usr/include/FL/Enumerations.H:629:1: error: unknown type name 'Fl_Labeltype'
extern Fl_Labeltype FL_EXPORT fl_define_FL_SHADOW_LABEL();
^
/usr/include/FL/Enumerations.H:631:1: error: unknown type name 'Fl_Labeltype'
extern Fl_Labeltype FL_EXPORT fl_define_FL_ENGRAVED_LABEL();
^
/usr/include/FL/Enumerations.H:633:1: error: unknown type name 'Fl_Labeltype'
extern Fl_Labeltype FL_EXPORT fl_define_FL_EMBOSSED_LABEL();
^
/usr/include/FL/Enumerations.H:698:1: error: initializer element is not constant
const Fl_Align FL_ALIGN_TOP_LEFT = FL_ALIGN_TOP | FL_ALIGN_LEFT;
^
/usr/include/FL/Enumerations.H:699:1: error: initializer element is not constant
const Fl_Align FL_ALIGN_TOP_RIGHT = FL_ALIGN_TOP | FL_ALIGN_RIGHT;
^
/usr/include/FL/Enumerations.H:700:1: error: initializer element is not constant
const Fl_Align FL_ALIGN_BOTTOM_LEFT = FL_ALIGN_BOTTOM | FL_ALIGN_LEFT;
^
/usr/include/FL/Enumerations.H:701:1: error: initializer element is not constant
const Fl_Align FL_ALIGN_BOTTOM_RIGHT = FL_ALIGN_BOTTOM | FL_ALIGN_RIGHT;
^
/usr/include/FL/Enumerations.H:843:17: error: conflicting types for 'fl_rgb_color'
inline Fl_Color fl_rgb_color(uchar g) {
^
/usr/include/FL/Enumerations.H:837:17: note: previous definition of 'fl_rgb_color' was here
inline Fl_Color fl_rgb_color(uchar r, uchar g, uchar b) {
^
In file included from conftest.c:81:0:
/usr/include/FL/gl.h:68:13: error: conflicting types for 'gl_color'
inline void gl_color(int c) {gl_color((Fl_Color)c);}
^
/usr/include/FL/gl.h:66:16: note: previous declaration of 'gl_color' was here
FL_EXPORT void gl_color(Fl_Color i);
^
/usr/include/FL/gl.h:81:18: error: conflicting types for 'gl_width'
FL_EXPORT double gl_width(const char *, int n);
^
/usr/include/FL/gl.h:80:18: note: previous declaration of 'gl_width' was here
FL_EXPORT double gl_width(const char *);
^
/usr/include/FL/gl.h:82:18: error: conflicting types for 'gl_width'
FL_EXPORT double gl_width(uchar);
^
/usr/include/FL/gl.h:80:18: note: previous declaration of 'gl_width' was here
FL_EXPORT double gl_width(const char *);
^
/usr/include/FL/gl.h:85:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, int n);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:86:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, int x, int y);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:87:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, float x, float y);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:88:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, int n, int x, int y);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:89:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, int n, float x, float y);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:90:16: error: conflicting types for 'gl_draw'
FL_EXPORT void gl_draw(const char*, int x, int y, int w, int h, Fl_Align);
^
/usr/include/FL/gl.h:84:16: note: previous declaration of 'gl_draw' was here
FL_EXPORT void gl_draw(const char*);
^
/usr/include/FL/gl.h:91:43: error: expected ';', ',' or ')' before '&' token
FL_EXPORT void gl_measure(const char*, int& x, int& y);
^
/usr/include/FL/gl.h:97:75: error: expected ';', ',' or ')' before '=' token
FL_EXPORT void gl_draw_image(const uchar *, int x,int y,int w,int h, int d=3, int ld=0);
^
configure:17638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| /* end confdefs.h. */
|
| #include <FL/gl.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| int nothing = 0;
|
| ;
| return 0;
| }
configure:17647: result: yes
configure:17678: checking gl2ps.h usability
configure:17678: gcc -c -g -O2 -pthread conftest.c >&5
configure:17678: $? = 0
configure:17678: result: yes
configure:17678: checking gl2ps.h presence
configure:17678: gcc -E conftest.c
configure:17678: $? = 0
configure:17678: result: yes
configure:17678: checking for gl2ps.h
configure:17678: result: yes
configure:17774: checking how to print strings
configure:17801: result: printf
configure:17822: checking for a sed that does not truncate output
configure:17886: result: /bin/sed
configure:17904: checking for fgrep
configure:17966: result: /bin/grep -F
configure:18001: checking for ld used by gcc
configure:18068: result: /usr/bin/ld
configure:18075: checking if the linker (/usr/bin/ld) is GNU ld
configure:18090: result: yes
configure:18102: checking for BSD- or MS-compatible name lister (nm)
configure:18151: result: /usr/bin/nm -B
configure:18281: checking the name lister (/usr/bin/nm -B) interface
configure:18288: gcc -c -g -O2 -pthread conftest.c >&5
configure:18291: /usr/bin/nm -B "conftest.o"
configure:18294: output
0000000000000000 B some_variable
configure:18301: result: BSD nm
configure:18305: checking the maximum length of command line arguments
configure:18436: result: 1572864
configure:18453: checking whether the shell understands some XSI constructs
configure:18463: result: yes
configure:18467: checking whether the shell understands "+="
configure:18473: result: yes
configure:18508: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:18548: result: func_convert_file_noop
configure:18555: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:18575: result: func_convert_file_noop
configure:18582: checking for /usr/bin/ld option to reload object files
configure:18589: result: -r
configure:18663: checking for objdump
configure:18679: found /usr/bin/objdump
configure:18690: result: objdump
configure:18719: checking how to recognize dependent libraries
configure:18917: result: pass_all
configure:19002: checking for dlltool
configure:19032: result: no
configure:19059: checking how to associate runtime and link libraries
configure:19086: result: printf %s\n
configure:19210: checking for archiver @FILE support
configure:19235: gcc -c -g -O2 -pthread conftest.c >&5
configure:19235: $? = 0
configure:19238: ar cru libconftest.a @conftest.lst >&5
configure:19241: $? = 0
configure:19246: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:19249: $? = 1
configure:19261: result: @
configure:19319: checking for strip
configure:19335: found /usr/bin/strip
configure:19346: result: strip
configure:19418: checking for ranlib
configure:19445: result: ranlib
configure:19547: checking command to parse /usr/bin/nm -B output from gcc object
configure:19667: gcc -c -g -O2 -pthread conftest.c >&5
configure:19670: $? = 0
configure:19674: /usr/bin/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:19677: $? = 0
configure:19743: gcc -o conftest -g -O2 -pthread conftest.c conftstm.o >&5
configure:19746: $? = 0
configure:19784: result: ok
configure:19821: checking for sysroot
configure:19851: result: no
configure:19928: gcc -c -g -O2 -pthread conftest.c >&5
configure:19931: $? = 0
configure:20122: checking for mt
configure:20138: found /bin/mt
configure:20149: result: mt
configure:20172: checking if mt is a manifest tool
configure:20178: mt '-?'
configure:20186: result: no
configure:20833: checking for dlfcn.h
configure:20833: gcc -c -g -O2 -pthread conftest.c >&5
configure:20833: $? = 0
configure:20833: result: yes
configure:21345: checking for objdir
configure:21360: result: .libs
configure:21631: checking if gcc supports -fno-rtti -fno-exceptions
configure:21649: gcc -c -g -O2 -pthread -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:21653: $? = 0
configure:21666: result: no
configure:21993: checking for gcc option to produce PIC
configure:22000: result: -fPIC -DPIC
configure:22008: checking if gcc PIC flag -fPIC -DPIC works
configure:22026: gcc -c -g -O2 -pthread -fPIC -DPIC -DPIC conftest.c >&5
configure:22030: $? = 0
configure:22043: result: yes
configure:22072: checking if gcc static flag -static works
configure:22100: result: yes
configure:22115: checking if gcc supports -c -o file.o
configure:22136: gcc -c -g -O2 -pthread -o out/conftest2.o conftest.c >&5
configure:22140: $? = 0
configure:22162: result: yes
configure:22170: checking if gcc supports -c -o file.o
configure:22217: result: yes
configure:22250: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:23423: result: yes
configure:23460: checking whether -lc should be explicitly linked in
configure:23468: gcc -c -g -O2 -pthread conftest.c >&5
configure:23471: $? = 0
configure:23486: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:23489: $? = 0
configure:23503: result: no
configure:23663: checking dynamic linker characteristics
configure:24171: gcc -o conftest -g -O2 -pthread -Wl,-rpath -Wl,/foo conftest.c -lm >&5
configure:24171: $? = 0
configure:24405: result: GNU/Linux ld.so
configure:24512: checking how to hardcode library paths into programs
configure:24537: result: immediate
configure:24639: checking for shl_load
configure:24639: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/cciUzifC.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:126: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:24639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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:24639: result: no
configure:24643: checking for shl_load in -ldld
configure:24676: gcc -o conftest -g -O2 -pthread conftest.c -ldld -lm >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:24676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 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:24685: result: no
configure:24690: checking for dlopen
configure:24690: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/cc7O7QdS.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:126: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:24690: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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:24690: result: no
configure:24694: checking for dlopen in -ldl
configure:24727: gcc -o conftest -g -O2 -pthread conftest.c -ldl -lm >&5
configure:24727: $? = 0
configure:24736: result: yes
configure:24871: checking whether a program can dlopen itself
configure:24951: gcc -o conftest -g -O2 -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl -lm >&5
configure:24954: $? = 0
configure:24972: result: yes
configure:24977: checking whether a statically linked program can dlopen itself
configure:25057: gcc -o conftest -g -O2 -pthread -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl -lm >&5
/tmp/ccxhZFFa.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/configure:25036: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
collect2: error: ld returned 1 exit status
configure:25060: $? = 1
configure:25078: result: no
configure:25117: checking whether stripping libraries is possible
configure:25122: result: yes
configure:25157: checking if libtool supports shared libraries
configure:25159: result: yes
configure:25162: checking whether to build shared libraries
configure:25183: result: yes
configure:25186: checking whether to build static libraries
configure:25190: result: no
configure:25213: checking how to run the C++ preprocessor
configure:25279: result: g++ -E
configure:25299: g++ -E conftest.cpp
configure:25299: $? = 0
configure:25313: g++ -E conftest.cpp
conftest.cpp:84:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:25313: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:25482: checking for ld used by g++
configure:25549: result: /usr/bin/ld -m elf_x86_64
configure:25556: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:25571: result: yes
configure:25626: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:26644: result: yes
configure:26680: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:26683: $? = 0
configure:27203: checking for g++ option to produce PIC
configure:27210: result: -fPIC -DPIC
configure:27218: checking if g++ PIC flag -fPIC -DPIC works
configure:27236: g++ -c -g -O2 -pthread -fPIC -DPIC -DPIC conftest.cpp >&5
configure:27240: $? = 0
configure:27253: result: yes
configure:27276: checking if g++ static flag -static works
configure:27304: result: yes
configure:27316: checking if g++ supports -c -o file.o
configure:27337: g++ -c -g -O2 -pthread -o out/conftest2.o conftest.cpp >&5
configure:27341: $? = 0
configure:27363: result: yes
configure:27368: checking if g++ supports -c -o file.o
configure:27415: result: yes
configure:27445: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:27484: result: yes
configure:27625: checking dynamic linker characteristics
configure:28301: result: GNU/Linux ld.so
configure:28354: checking how to hardcode library paths into programs
configure:28379: result: immediate
configure:28527: checking if libtool supports shared libraries
configure:28529: result: yes
configure:28532: checking whether to build shared libraries
configure:28552: result: yes
configure:28555: checking whether to build static libraries
configure:28559: result: no
configure:28880: checking for gfortran option to produce PIC
configure:28887: result: -fPIC
configure:28895: checking if gfortran PIC flag -fPIC works
configure:28913: gfortran -c -O -fPIC conftest.f >&5
configure:28917: $? = 0
configure:28930: result: yes
configure:28953: checking if gfortran static flag -static works
configure:28981: result: yes
configure:28993: checking if gfortran supports -c -o file.o
configure:29014: gfortran -c -O -o out/conftest2.o conftest.f >&5
configure:29018: $? = 0
configure:29040: result: yes
configure:29045: checking if gfortran supports -c -o file.o
configure:29092: result: yes
configure:29122: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:30229: result: yes
configure:30370: checking dynamic linker characteristics
configure:31032: result: GNU/Linux ld.so
configure:31085: checking how to hardcode library paths into programs
configure:31110: result: immediate
configure:31299: checking if sgemm_ is being linked in already
configure:31327: gcc -o conftest -g -O2 -pthread conftest.c -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
/tmp/cc9qPTrn.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:103: undefined reference to `sgemm_'
collect2: error: ld returned 1 exit status
configure:31327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 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:31332: result: no
configure:31339: checking for ATL_xerbla in -latlas
configure:31372: gcc -o conftest -g -O2 -pthread conftest.c -latlas -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:31372: $? = 0
configure:31381: result: yes
configure:31385: checking for sgemm_ in -lf77blas
configure:31418: gcc -o conftest -g -O2 -pthread conftest.c -lf77blas -latlas -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:31418: $? = 0
configure:31428: result: yes
configure:31431: checking for cblas_dgemm in -lcblas
configure:31464: gcc -o conftest -g -O2 -pthread conftest.c -lcblas -lf77blas -latlas -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
configure:31464: $? = 0
configure:31473: result: yes
configure:32244: checking whether LSAME is called correctly from Fortran
configure:32267: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32267: $? = 0
configure:32267: ./conftest
configure:32267: $? = 0
configure:32276: result: yes
configure:32279: checking whether ISAMAX is called correctly from Fortran
configure:32300: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32300: $? = 0
configure:32300: ./conftest
configure:32300: $? = 0
configure:32309: result: yes
configure:32312: checking whether SDOT is called correctly from Fortran
configure:32332: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32332: $? = 0
configure:32332: ./conftest
configure:32332: $? = 0
configure:32341: result: yes
configure:32344: checking whether DDOT is called correctly from Fortran
configure:32364: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32364: $? = 0
configure:32364: ./conftest
configure:32364: $? = 0
configure:32373: result: yes
configure:32376: checking whether CDOTU is called correctly from Fortran
configure:32396: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32396: $? = 0
configure:32396: ./conftest
configure:32396: $? = 0
configure:32405: result: yes
configure:32408: checking whether ZDOTU is called correctly from Fortran
configure:32428: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32428: $? = 0
configure:32428: ./conftest
configure:32428: $? = 0
configure:32437: result: yes
configure:32441: checking whether the integer size is correct
configure:32475: gfortran -o conftest -O conftest.f -lcblas -lf77blas -latlas -lm >&5
configure:32475: $? = 0
configure:32475: ./conftest
configure:32475: $? = 0
configure:32484: result: yes
configure:32609: checking for cheev_
configure:32609: gcc -o conftest -g -O2 -pthread conftest.c -lm -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath >&5
/tmp/ccpYH8Ur.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:126: undefined reference to `cheev_'
collect2: error: ld returned 1 exit status
configure:32609: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define cheev_ innocuous_cheev_
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char cheev_ (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef cheev_
|
| /* 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 cheev_ ();
| /* 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_cheev_ || defined __stub___cheev_
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return cheev_ ();
| ;
| return 0;
| }
configure:32609: result: no
configure:32622: checking for cheev_ in -llapack
configure:32655: gcc -o conftest -g -O2 -pthread conftest.c -llapack -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lcblas -lf77blas -latlas -lm >&5
configure:32655: $? = 0
configure:32665: result: yes
configure:35834: checking for sqr1up in -lqrupdate
configure:35844: gfortran -o conftest -O conftest.f -lqrupdate -llapack -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
configure:35844: $? = 0
configure:35853: result: yes
configure:35885: checking for slup1up in -lqrupdate
configure:35901: gfortran -o conftest -O conftest.f -llapack -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm -lqrupdate >&5
configure:35901: $? = 0
configure:35916: result: yes
configure:35996: checking suitesparse/amd.h usability
configure:35996: gcc -c -g -O2 -pthread conftest.c >&5
configure:35996: $? = 0
configure:35996: result: yes
configure:35996: checking suitesparse/amd.h presence
configure:35996: gcc -E conftest.c
configure:35996: $? = 0
configure:35996: result: yes
configure:35996: checking for suitesparse/amd.h
configure:35996: result: yes
configure:36007: checking for amd_postorder in -lamd
configure:36038: gcc -o conftest -g -O2 -pthread conftest.c -lamd -lm >&5
configure:36038: $? = 0
configure:36047: result: yes
configure:36133: checking suitesparse/camd.h usability
configure:36133: gcc -c -g -O2 -pthread conftest.c >&5
configure:36133: $? = 0
configure:36133: result: yes
configure:36133: checking suitesparse/camd.h presence
configure:36133: gcc -E conftest.c
configure:36133: $? = 0
configure:36133: result: yes
configure:36133: checking for suitesparse/camd.h
configure:36133: result: yes
configure:36144: checking for camd_postorder in -lcamd
configure:36175: gcc -o conftest -g -O2 -pthread conftest.c -lcamd -lm >&5
configure:36175: $? = 0
configure:36184: result: yes
configure:36270: checking suitesparse/colamd.h usability
configure:36270: gcc -c -g -O2 -pthread conftest.c >&5
configure:36270: $? = 0
configure:36270: result: yes
configure:36270: checking suitesparse/colamd.h presence
configure:36270: gcc -E conftest.c
configure:36270: $? = 0
configure:36270: result: yes
configure:36270: checking for suitesparse/colamd.h
configure:36270: result: yes
configure:36281: checking for colamd in -lcolamd
configure:36312: gcc -o conftest -g -O2 -pthread conftest.c -lcolamd -lm >&5
configure:36312: $? = 0
configure:36321: result: yes
configure:36407: checking suitesparse/ccolamd.h usability
configure:36407: gcc -c -g -O2 -pthread conftest.c >&5
configure:36407: $? = 0
configure:36407: result: yes
configure:36407: checking suitesparse/ccolamd.h presence
configure:36407: gcc -E conftest.c
configure:36407: $? = 0
configure:36407: result: yes
configure:36407: checking for suitesparse/ccolamd.h
configure:36407: result: yes
configure:36418: checking for ccolamd in -lccolamd
configure:36449: gcc -o conftest -g -O2 -pthread conftest.c -lccolamd -lm >&5
configure:36449: $? = 0
configure:36458: result: yes
configure:36548: checking suitesparse/cholmod.h usability
configure:36548: gcc -c -g -O2 -pthread conftest.c >&5
configure:36548: $? = 0
configure:36548: result: yes
configure:36548: checking suitesparse/cholmod.h presence
configure:36548: gcc -E conftest.c
configure:36548: $? = 0
configure:36548: result: yes
configure:36548: checking for suitesparse/cholmod.h
configure:36548: result: yes
configure:36559: checking for cholmod_start in -lcholmod
configure:36590: gcc -o conftest -g -O2 -pthread conftest.c -lcholmod -lcolamd -lamd -llapack -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
configure:36590: $? = 0
configure:36599: result: yes
configure:36691: checking suitesparse/cs.h usability
configure:36691: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:36691: $? = 0
configure:36691: result: yes
configure:36691: checking suitesparse/cs.h presence
configure:36691: g++ -E conftest.cpp
configure:36691: $? = 0
configure:36691: result: yes
configure:36691: checking for suitesparse/cs.h
configure:36691: result: yes
configure:36702: checking for cs_di_sqr in -lcxsparse
configure:36733: g++ -o conftest -g -O2 -pthread conftest.cpp -lcxsparse -lm >&5
configure:36733: $? = 0
configure:36742: result: yes
configure:36837: checking suitesparse/umfpack.h usability
configure:36837: gcc -c -g -O2 -pthread conftest.c >&5
configure:36837: $? = 0
configure:36837: result: yes
configure:36837: checking suitesparse/umfpack.h presence
configure:36837: gcc -E conftest.c
configure:36837: $? = 0
configure:36837: result: yes
configure:36837: checking for suitesparse/umfpack.h
configure:36837: result: yes
configure:36848: checking for umfpack_zi_get_determinant in -lumfpack
configure:36879: gcc -o conftest -g -O2 -pthread conftest.c -lumfpack -lamd -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_free_factor'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_transpose'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_analyze'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_start'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_analyze'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_free_sparse'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_finish'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_print_common'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_free_sparse'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_start'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_free_factor'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_transpose'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_finish'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_print_common'
collect2: error: ld returned 1 exit status
configure:36879: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 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 umfpack_zi_get_determinant ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return umfpack_zi_get_determinant ();
| ;
| return 0;
| }
configure:36888: result: no
configure:36908: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices.
configure:36980: checking for suitesparse/umfpack.h
configure:36980: result: yes
configure:36991: checking for umfpack_zi_get_determinant in -lumfpack
configure:37022: gcc -o conftest -g -O2 -pthread conftest.c -lumfpack -lcblas -lamd -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_free_factor'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_transpose'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_analyze'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_start'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_analyze'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_free_sparse'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_finish'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_print_common'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_free_sparse'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_start'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_free_factor'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_transpose'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_l_finish'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libumfpack.so: undefined reference to `cholmod_print_common'
collect2: error: ld returned 1 exit status
configure:37022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 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 umfpack_zi_get_determinant ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return umfpack_zi_get_determinant ();
| ;
| return 0;
| }
configure:37031: result: no
configure:37051: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices.
configure:37418: checking for dseupd in -larpack
configure:37428: gfortran -o conftest -O conftest.f -larpack -llapack -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
configure:37428: $? = 0
configure:37437: result: yes
configure:37442: checking whether the arpack library works
configure:37647: g++ -o conftest -g -O2 -pthread conftest.cpp -larpack -llapack -lcblas -lf77blas -latlas -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath -lm >&5
configure:37647: $? = 0
configure:37647: ./conftest
configure:37647: $? = 0
configure:37663: result: yes
configure:37703: checking for library containing tputs
configure:37742: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/cc1lhNFi.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:120: undefined reference to `tputs'
collect2: error: ld returned 1 exit status
configure:37742: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 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 tputs ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return tputs ();
| ;
| return 0;
| }
configure:37742: gcc -o conftest -g -O2 -pthread conftest.c -lncurses -lm >&5
configure:37742: $? = 0
configure:37759: result: -lncurses
configure:37797: checking for rl_set_keyboard_input_timeout in -lreadline
configure:37830: gcc -o conftest -g -O2 -pthread conftest.c -lreadline -lncurses >&5
configure:37830: $? = 0
configure:37839: result: yes
configure:38110: defining FPICFLAG to be -fPIC
configure:38112: defining CPICFLAG to be -fPIC
configure:38114: defining CXXPICFLAG to be -fPIC
configure:38116: defining SHLEXT to be so
configure:38118: defining SHLLIB to be $(SHLEXT)
configure:38120: defining SHLBIN to be
configure:38122: defining SHLEXT_VER to be $(SHLEXT).$(version)
configure:38124: defining SHLLIB_VER to be $(SHLLIB).$(version)
configure:38126: defining SHLBIN_VER to be $(SHLBIN).$(version)
configure:38128: defining SHLLINKEXT to be
configure:38130: defining LIBPRE to be lib
configure:38132: defining SHLPRE to be lib
configure:38134: defining SHLLIBPRE to be lib
configure:38136: defining SHLBINPRE to be lib
configure:38138: defining SH_LD to be $(CXX)
configure:38140: defining SH_LDFLAGS to be -shared
configure:38142: defining DL_LD to be $(SH_LD)
configure:38144: defining DL_LDFLAGS to be $(SH_LDFLAGS)
configure:38146: defining MKOCTFILE_DL_LDFLAGS to be -shared -Wl,-Bsymbolic
configure:38148: defining SONAME_FLAGS to be -Wl,-soname -Wl,$@
configure:38150: defining NO_OCT_FILE_STRIP to be false
configure:38152: defining TEMPLATE_AR to be $(AR)
configure:38154: defining TEMPLATE_ARFLAGS to be cru
configure:38156: defining CRUFT_DLL_DEFS to be
configure:38158: defining OCTAVE_DLL_DEFS to be
configure:38160: defining OCTINTERP_DLL_DEFS to be
configure:38162: defining OCTGUI_DLL_DEFS to be
configure:38164: defining OCTGRAPHICS_DLL_DEFS to be
configure:38166: defining library_path_var to be LD_LIBRARY_PATH
configure:38260: checking whether g++ accepts -rdynamic
configure:38292: g++ -o conftest -g -O2 -pthread -rdynamic conftest.cpp -lm >&5
configure:38292: $? = 0
configure:38310: result: yes
configure:38406: defining CROSS_TOOL_PREFIX to be
configure:38408: defining MKOCTFILE_AR to be ar
configure:38410: defining MKOCTFILE_CC to be gcc
configure:38412: defining MKOCTFILE_CXX to be g++
configure:38414: defining MKOCTFILE_DL_LD to be $(SH_LD)
configure:38416: defining MKOCTFILE_F77 to be gfortran
configure:38418: defining MKOCTFILE_LD_CXX to be $(CXX)
configure:38420: defining MKOCTFILE_RANLIB to be ranlib
configure:38558: checking for library containing tputs
configure:38614: result: -lncurses
configure:38643: checking for dirent.h that defines DIR
configure:38670: gcc -c -g -O2 -pthread conftest.c >&5
configure:38670: $? = 0
configure:38678: result: yes
configure:38691: checking for library containing opendir
configure:38730: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:38730: $? = 0
configure:38747: result: none required
configure:38822: checking for sys/wait.h that is POSIX.1 compatible
configure:38856: gcc -c -g -O2 -pthread conftest.c >&5
configure:38856: $? = 0
configure:38863: result: yes
configure:38877: checking curses.h usability
configure:38877: gcc -c -g -O2 -pthread conftest.c >&5
configure:38877: $? = 0
configure:38877: result: yes
configure:38877: checking curses.h presence
configure:38877: gcc -E conftest.c
configure:38877: $? = 0
configure:38877: result: yes
configure:38877: checking for curses.h
configure:38877: result: yes
configure:38877: checking direct.h usability
configure:38877: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:140:20: fatal error: direct.h: No such file or directory
#include <direct.h>
^
compilation terminated.
configure:38877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:38877: result: no
configure:38877: checking direct.h presence
configure:38877: gcc -E conftest.c
conftest.c:107:20: fatal error: direct.h: No such file or directory
#include <direct.h>
^
compilation terminated.
configure:38877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:38877: result: no
configure:38877: checking for direct.h
configure:38877: result: no
configure:38877: checking for dlfcn.h
configure:38877: result: yes
configure:38877: checking floatingpoint.h usability
configure:38877: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:141:27: fatal error: floatingpoint.h: No such file or directory
#include <floatingpoint.h>
^
compilation terminated.
configure:38877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <floatingpoint.h>
configure:38877: result: no
configure:38877: checking floatingpoint.h presence
configure:38877: gcc -E conftest.c
conftest.c:108:27: fatal error: floatingpoint.h: No such file or directory
#include <floatingpoint.h>
^
compilation terminated.
configure:38877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <floatingpoint.h>
configure:38877: result: no
configure:38877: checking for floatingpoint.h
configure:38877: result: no
configure:38877: checking fpu_control.h usability
configure:38877: gcc -c -g -O2 -pthread conftest.c >&5
configure:38877: $? = 0
configure:38877: result: yes
configure:38877: checking fpu_control.h presence
configure:38877: gcc -E conftest.c
configure:38877: $? = 0
configure:38877: result: yes
configure:38877: checking for fpu_control.h
configure:38877: result: yes
configure:38890: checking grp.h usability
configure:38890: gcc -c -g -O2 -pthread conftest.c >&5
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking grp.h presence
configure:38890: gcc -E conftest.c
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking for grp.h
configure:38890: result: yes
configure:38890: checking ieeefp.h usability
configure:38890: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:143:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:38890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:38890: result: no
configure:38890: checking ieeefp.h presence
configure:38890: gcc -E conftest.c
conftest.c:110:20: fatal error: ieeefp.h: No such file or directory
#include <ieeefp.h>
^
compilation terminated.
configure:38890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:38890: result: no
configure:38890: checking for ieeefp.h
configure:38890: result: no
configure:38890: checking for inttypes.h
configure:38890: result: yes
configure:38890: checking locale.h usability
configure:38890: gcc -c -g -O2 -pthread conftest.c >&5
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking locale.h presence
configure:38890: gcc -E conftest.c
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking for locale.h
configure:38890: result: yes
configure:38890: checking for memory.h
configure:38890: result: yes
configure:38890: checking ncurses.h usability
configure:38890: gcc -c -g -O2 -pthread conftest.c >&5
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking ncurses.h presence
configure:38890: gcc -E conftest.c
configure:38890: $? = 0
configure:38890: result: yes
configure:38890: checking for ncurses.h
configure:38890: result: yes
configure:38903: checking poll.h usability
configure:38903: gcc -c -g -O2 -pthread conftest.c >&5
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking poll.h presence
configure:38903: gcc -E conftest.c
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking for poll.h
configure:38903: result: yes
configure:38903: checking pthread.h usability
configure:38903: gcc -c -g -O2 -pthread conftest.c >&5
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking pthread.h presence
configure:38903: gcc -E conftest.c
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking for pthread.h
configure:38903: result: yes
configure:38903: checking pwd.h usability
configure:38903: gcc -c -g -O2 -pthread conftest.c >&5
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking pwd.h presence
configure:38903: gcc -E conftest.c
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking for pwd.h
configure:38903: result: yes
configure:38903: checking sunmath.h usability
configure:38903: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:150:21: fatal error: sunmath.h: No such file or directory
#include <sunmath.h>
^
compilation terminated.
configure:38903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sunmath.h>
configure:38903: result: no
configure:38903: checking sunmath.h presence
configure:38903: gcc -E conftest.c
conftest.c:117:21: fatal error: sunmath.h: No such file or directory
#include <sunmath.h>
^
compilation terminated.
configure:38903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h. */
| #include <sunmath.h>
configure:38903: result: no
configure:38903: checking for sunmath.h
configure:38903: result: no
configure:38903: checking sys/ioctl.h usability
configure:38903: gcc -c -g -O2 -pthread conftest.c >&5
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking sys/ioctl.h presence
configure:38903: gcc -E conftest.c
configure:38903: $? = 0
configure:38903: result: yes
configure:38903: checking for sys/ioctl.h
configure:38903: result: yes
configure:38916: checking sys/param.h usability
configure:38916: gcc -c -g -O2 -pthread conftest.c >&5
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking sys/param.h presence
configure:38916: gcc -E conftest.c
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking for sys/param.h
configure:38916: result: yes
configure:38916: checking sys/poll.h usability
configure:38916: gcc -c -g -O2 -pthread conftest.c >&5
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking sys/poll.h presence
configure:38916: gcc -E conftest.c
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking for sys/poll.h
configure:38916: result: yes
configure:38916: checking sys/resource.h usability
configure:38916: gcc -c -g -O2 -pthread conftest.c >&5
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking sys/resource.h presence
configure:38916: gcc -E conftest.c
configure:38916: $? = 0
configure:38916: result: yes
configure:38916: checking for sys/resource.h
configure:38916: result: yes
configure:38929: checking sys/select.h usability
configure:38929: gcc -c -g -O2 -pthread conftest.c >&5
configure:38929: $? = 0
configure:38929: result: yes
configure:38929: checking sys/select.h presence
configure:38929: gcc -E conftest.c
configure:38929: $? = 0
configure:38929: result: yes
configure:38929: checking for sys/select.h
configure:38929: result: yes
configure:38929: checking termcap.h usability
configure:38929: gcc -c -g -O2 -pthread conftest.c >&5
configure:38929: $? = 0
configure:38929: result: yes
configure:38929: checking termcap.h presence
configure:38929: gcc -E conftest.c
configure:38929: $? = 0
configure:38929: result: yes
configure:38929: checking for termcap.h
configure:38929: result: yes
configure:38951: checking sstream usability
configure:38951: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:38951: $? = 0
configure:38951: result: yes
configure:38951: checking sstream presence
configure:38951: g++ -E conftest.cpp
configure:38951: $? = 0
configure:38951: result: yes
configure:38951: checking for sstream
configure:38951: result: yes
configure:38964: checking unordered_map usability
configure:38964: g++ -c -g -O2 -pthread conftest.cpp >&5
In file included from /usr/include/c++/4.8/unordered_map:35:0,
from conftest.cpp:157:
/usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
configure:38964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <unordered_map>
configure:38964: result: no
configure:38964: checking unordered_map presence
configure:38964: g++ -E conftest.cpp
In file included from /usr/include/c++/4.8/unordered_map:35:0,
from conftest.cpp:124:
/usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
configure:38964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| /* end confdefs.h. */
| #include <unordered_map>
configure:38964: result: no
configure:38964: checking for unordered_map
configure:38964: result: no
configure:38973: checking tr1/unordered_map usability
configure:38973: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:38973: $? = 0
configure:38973: result: yes
configure:38973: checking tr1/unordered_map presence
configure:38973: g++ -E conftest.cpp
configure:38973: $? = 0
configure:38973: result: yes
configure:38973: checking for tr1/unordered_map
configure:38973: result: yes
configure:38987: checking whether unordered_map requires tr1 namespace
configure:39042: result: yes
configure:39062: checking termios.h usability
configure:39062: gcc -c -g -O2 -pthread conftest.c >&5
configure:39062: $? = 0
configure:39062: result: yes
configure:39062: checking termios.h presence
configure:39062: gcc -E conftest.c
configure:39062: $? = 0
configure:39062: result: yes
configure:39062: checking for termios.h
configure:39062: result: yes
configure:39076: checking termio.h usability
configure:39076: gcc -c -g -O2 -pthread conftest.c >&5
configure:39076: $? = 0
configure:39076: result: yes
configure:39076: checking termio.h presence
configure:39076: gcc -E conftest.c
configure:39076: $? = 0
configure:39076: result: yes
configure:39076: checking for termio.h
configure:39076: result: yes
configure:39090: checking sgtty.h usability
configure:39090: gcc -c -g -O2 -pthread conftest.c >&5
configure:39090: $? = 0
configure:39090: result: yes
configure:39090: checking sgtty.h presence
configure:39090: gcc -E conftest.c
configure:39090: $? = 0
configure:39090: result: yes
configure:39090: checking for sgtty.h
configure:39090: result: yes
configure:39104: checking fnmatch.h usability
configure:39104: gcc -c -g -O2 -pthread conftest.c >&5
configure:39104: $? = 0
configure:39104: result: yes
configure:39104: checking fnmatch.h presence
configure:39104: gcc -E conftest.c
configure:39104: $? = 0
configure:39104: result: yes
configure:39104: checking for fnmatch.h
configure:39104: result: yes
configure:39118: checking conio.h usability
configure:39118: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:163:19: fatal error: conio.h: No such file or directory
#include <conio.h>
^
compilation terminated.
configure:39118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <conio.h>
configure:39118: result: no
configure:39118: checking conio.h presence
configure:39118: gcc -E conftest.c
conftest.c:130:19: fatal error: conio.h: No such file or directory
#include <conio.h>
^
compilation terminated.
configure:39118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <conio.h>
configure:39118: result: no
configure:39118: checking for conio.h
configure:39118: result: no
configure:39147: checking for int64_t
configure:39147: gcc -c -g -O2 -pthread conftest.c >&5
configure:39147: $? = 0
configure:39147: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:176:53: warning: integer overflow in expression [-Woverflow]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:175:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:39147: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:39147: result: yes
configure:39158: checking for mode_t
configure:39158: gcc -c -g -O2 -pthread conftest.c >&5
configure:39158: $? = 0
configure:39158: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:39158: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:39158: result: yes
configure:39169: checking for off_t
configure:39169: gcc -c -g -O2 -pthread conftest.c >&5
configure:39169: $? = 0
configure:39169: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:39169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:39169: result: yes
configure:39180: checking for pid_t
configure:39180: gcc -c -g -O2 -pthread conftest.c >&5
configure:39180: $? = 0
configure:39180: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:39180: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:39180: result: yes
configure:39191: checking for size_t
configure:39191: gcc -c -g -O2 -pthread conftest.c >&5
configure:39191: $? = 0
configure:39191: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:39191: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:39191: result: yes
configure:39202: checking for ssize_t
configure:39202: gcc -c -g -O2 -pthread conftest.c >&5
configure:39202: $? = 0
configure:39202: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:39202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:39202: result: yes
configure:39213: checking for uid_t in sys/types.h
configure:39232: result: yes
configure:39243: checking for uint64_t
configure:39243: gcc -c -g -O2 -pthread conftest.c >&5
configure:39243: $? = 0
configure:39243: result: yes
configure:39257: checking for dev_t
configure:39257: gcc -c -g -O2 -pthread conftest.c >&5
configure:39257: $? = 0
configure:39257: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:174:20: error: expected expression before ')' token
if (sizeof ((dev_t)))
^
configure:39257: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((dev_t)))
| return 0;
| ;
| return 0;
| }
configure:39257: result: yes
configure:39266: checking for ino_t
configure:39266: gcc -c -g -O2 -pthread conftest.c >&5
configure:39266: $? = 0
configure:39266: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:175:20: error: expected expression before ')' token
if (sizeof ((ino_t)))
^
configure:39266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((ino_t)))
| return 0;
| ;
| return 0;
| }
configure:39266: result: yes
configure:39276: checking for long long int
configure:39276: gcc -c -g -O2 -pthread conftest.c >&5
configure:39276: $? = 0
configure:39276: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:176:28: error: expected expression before ')' token
if (sizeof ((long long int)))
^
configure:39276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((long long int)))
| return 0;
| ;
| return 0;
| }
configure:39276: result: yes
configure:39285: checking for unsigned long long int
configure:39285: gcc -c -g -O2 -pthread conftest.c >&5
configure:39285: $? = 0
configure:39285: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:37: error: expected expression before ')' token
if (sizeof ((unsigned long long int)))
^
configure:39285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((unsigned long long int)))
| return 0;
| ;
| return 0;
| }
configure:39285: result: yes
configure:39295: checking for ptrdiff_t
configure:39295: gcc -c -g -O2 -pthread conftest.c >&5
configure:39295: $? = 0
configure:39295: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:178:24: error: expected expression before ')' token
if (sizeof ((ptrdiff_t)))
^
configure:39295: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:39295: result: yes
configure:39313: checking size of short
configure:39318: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39318: $? = 0
configure:39318: ./conftest
configure:39318: $? = 0
configure:39332: result: 2
configure:39346: checking size of int
configure:39351: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39351: $? = 0
configure:39351: ./conftest
configure:39351: $? = 0
configure:39365: result: 4
configure:39379: checking size of long
configure:39384: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39384: $? = 0
configure:39384: ./conftest
configure:39384: $? = 0
configure:39398: result: 8
configure:39412: checking size of long long
configure:39417: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39417: $? = 0
configure:39417: ./conftest
configure:39417: $? = 0
configure:39431: result: 8
configure:39446: checking size of long double
configure:39451: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39451: $? = 0
configure:39451: ./conftest
configure:39451: $? = 0
configure:39465: result: 16
configure:39478: checking for struct stat.st_blksize
configure:39478: gcc -c -g -O2 -pthread conftest.c >&5
configure:39478: $? = 0
configure:39478: result: yes
configure:39487: checking for struct stat.st_blocks
configure:39487: gcc -c -g -O2 -pthread conftest.c >&5
configure:39487: $? = 0
configure:39487: result: yes
configure:39496: checking for struct stat.st_rdev
configure:39496: gcc -c -g -O2 -pthread conftest.c >&5
configure:39496: $? = 0
configure:39496: result: yes
configure:39506: checking for struct group.gr_passwd
configure:39506: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:187:21: error: storage size of 'ac_aggr' isn't known
static struct group ac_aggr;
^
configure:39506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| static struct group ac_aggr;
| if (ac_aggr.gr_passwd)
| return 0;
| ;
| return 0;
| }
configure:39506: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:187:21: error: storage size of 'ac_aggr' isn't known
static struct group ac_aggr;
^
configure:39506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| static struct group ac_aggr;
| if (sizeof ac_aggr.gr_passwd)
| return 0;
| ;
| return 0;
| }
configure:39506: result: no
configure:39517: checking whether struct tm is in sys/time.h or time.h
configure:39545: gcc -c -g -O2 -pthread conftest.c >&5
configure:39545: $? = 0
configure:39552: result: time.h
configure:39560: checking for struct tm.tm_zone
configure:39560: gcc -c -g -O2 -pthread conftest.c >&5
configure:39560: $? = 0
configure:39560: result: yes
configure:39641: checking for C++ support for new friend template declaration
configure:39689: g++ -o conftest -g -O2 -pthread conftest.cpp -lm >&5
/tmp/cc5J17cT.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.cpp:161: undefined reference to `operator==(A const&, A const&)'
collect2: error: ld returned 1 exit status
configure:39689: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
|
| #include "conftest.h"
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| A a (1);
| return a == A(1);
|
| ;
| return 0;
| }
configure:39705: result: yes
configure:39716: checking for broken C++ reinterpret_cast
configure:39752: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:39752: $? = 0
configure:39766: result: no
configure:39777: checking whether <new> defines placement delete operator
configure:39811: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:39811: $? = 0
configure:39825: result: yes
configure:39836: checking whether C++ supports dynamic auto arrays
configure:39871: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:39871: $? = 0
configure:39885: result: yes
configure:39896: checking for IEEE 754 data format
configure:39919: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:39919: $? = 0
configure:39919: ./conftest
configure:39919: $? = 0
configure:39935: result: yes
configure:39955: checking if C++ library is ISO compliant
configure:40004: g++ -o conftest -g -O2 -pthread conftest.cpp -lm >&5
In file included from /usr/include/c++/4.8/backward/strstream:51:0,
from conftest.h:46,
from conftest.cpp:150:
/usr/include/c++/4.8/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
#warning \
^
configure:40004: $? = 0
configure:40020: result: yes
configure:40031: checking whether bit_and, bit_or, bit_xor are defined in the C++ library
configure:40069: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:40069: $? = 0
configure:40083: result: yes
configure:40094: checking whether complex class can set components independently
configure:40130: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:40130: $? = 0
configure:40144: result: yes
configure:40155: checking whether complex class can reference components independently
configure:40191: g++ -c -g -O2 -pthread conftest.cpp >&5
configure:40191: $? = 0
configure:40205: result: yes
configure:40216: checking whether fast integer arithmetics is usable
configure:40293: g++ -o conftest -g -O2 -pthread conftest.cpp -lm >&5
configure:40293: $? = 0
configure:40293: ./conftest
configure:40293: $? = 0
configure:40310: result: yes
configure:40322: checking for working alloca.h
configure:40347: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40347: $? = 0
configure:40355: result: yes
configure:40363: checking for alloca
configure:40408: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40408: $? = 0
configure:40416: result: yes
configure:40525: checking whether gcc and cc understand -c and -o together
configure:40564: gcc -c conftest.c -o conftest2.o >&5
configure:40568: $? = 0
configure:40574: gcc -c conftest.c -o conftest2.o >&5
configure:40578: $? = 0
configure:40589: cc -c conftest.c >&5
configure:40593: $? = 0
configure:40601: cc -c conftest.c -o conftest2.o >&5
configure:40605: $? = 0
configure:40611: cc -c conftest.c -o conftest2.o >&5
configure:40615: $? = 0
configure:40633: result: yes
configure:40671: checking for C/C++ restrict keyword
configure:40704: gcc -c -g -O2 -pthread conftest.c >&5
configure:40704: $? = 0
configure:40712: result: __restrict
configure:40731: checking for canonicalize_file_name
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for realpath
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for getcwd
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for readlink
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for _set_invalid_parameter_handler
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccQPFrFE.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:203: undefined reference to `_set_invalid_parameter_handler'
collect2: error: ld returned 1 exit status
configure:40731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| /* end confdefs.h. */
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _set_invalid_parameter_handler (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _set_invalid_parameter_handler
|
| /* 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 _set_invalid_parameter_handler ();
| /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return _set_invalid_parameter_handler ();
| ;
| return 0;
| }
configure:40731: result: no
configure:40731: checking for fchdir
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for fcntl
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for symlink
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for fdopendir
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mempcpy
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:188:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
char mempcpy ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for btowc
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for isblank
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:190:6: warning: conflicting types for built-in function 'isblank' [enabled by default]
char isblank ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for iswctype
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mbsrtowcs
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for wmemchr
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for wmemcpy
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for wmempcpy
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for fpurge
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccVR9N6F.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:215: undefined reference to `fpurge'
collect2: error: ld returned 1 exit status
configure:40731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| /* end confdefs.h. */
| /* Define fpurge to an innocuous variant, in case <limits.h> declares fpurge.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpurge innocuous_fpurge
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpurge (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpurge
|
| /* 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 fpurge ();
| /* 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_fpurge || defined __stub___fpurge
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return fpurge ();
| ;
| return 0;
| }
configure:40731: result: no
configure:40731: checking for __fpurge
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for __freading
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for fstatat
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for getdtablesize
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for getlogin_r
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for gettimeofday
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for getpwnam_r
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for link
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for lstat
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mbsinit
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mbrtowc
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mprotect
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mkfifo
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for mkostemp
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for openat
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for pathconf
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for secure_getenv
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for sigaction
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for sigaltstack
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for siginterrupt
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for sleep
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for strdup
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:217:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for tzset
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for strndup
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:219:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
char strndup ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for strptime
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for localtime_r
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for times
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for pipe
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for vasnprintf
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccvork73.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:243: undefined reference to `vasnprintf'
collect2: error: ld returned 1 exit status
configure:40731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* 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 vasnprintf ();
| /* 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_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:40731: result: no
configure:40731: checking for snprintf
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:224:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
char snprintf ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40731: checking for iswcntrl
configure:40731: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:225:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default]
char iswcntrl ();
^
configure:40731: $? = 0
configure:40731: result: yes
configure:40744: checking whether // is distinct from /
configure:40773: result: no
configure:40785: checking whether realpath works
configure:40963: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:40963: $? = 0
configure:40963: ./conftest
configure:40963: $? = 0
configure:40975: result: yes
configure:41073: checking for sys/param.h
configure:41073: result: yes
configure:41073: checking for unistd.h
configure:41073: result: yes
configure:41073: checking for sys/socket.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for dirent.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for wctype.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/stat.h
configure:41073: result: yes
configure:41073: checking for netdb.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for getopt.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/time.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/cdefs.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for math.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/mman.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/select.h
configure:41073: result: yes
configure:41073: checking for wchar.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for stdint.h
configure:41073: result: yes
configure:41073: checking for strings.h
configure:41073: result: yes
configure:41073: checking for sys/times.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/uio.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for sys/utsname.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41073: checking for features.h
configure:41073: gcc -c -g -O2 -pthread conftest.c >&5
configure:41073: $? = 0
configure:41073: result: yes
configure:41520: checking whether byte ordering is bigendian
configure:41535: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:225:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:225:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:225:15: error: unknown type name 'universal'
configure:41535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:41588: gcc -c -g -O2 -pthread conftest.c >&5
configure:41588: $? = 0
configure:41614: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:239:4: error: unknown type name 'not'
not big endian
^
conftest.c:239:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:41614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:41774: result: no
configure:41795: checking whether the preprocessor supports include_next
configure:41833: gcc -c -g -O2 -pthread -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:41833: $? = 0
configure:41854: result: yes
configure:41875: checking whether system header files limit the line length
configure:41898: result: no
configure:41920: checking if environ is properly declared
configure:41951: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:230:39: error: conflicting types for 'environ'
extern struct { int foo; } environ;
^
In file included from conftest.c:225:0:
/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here
extern char **environ;
^
configure:41951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h. */
| #if HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
| #include <stdlib.h>
|
| extern struct { int foo; } environ;
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| environ.foo = 1;
| ;
| return 0;
| }
configure:41959: result: yes
configure:41974: checking for complete errno.h
configure:42047: result: yes
configure:42344: checking whether strerror_r is declared
configure:42344: gcc -c -g -O2 -pthread conftest.c >&5
configure:42344: $? = 0
configure:42344: result: yes
configure:42357: checking for strerror_r
configure:42357: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:42357: $? = 0
configure:42357: result: yes
configure:42366: checking whether strerror_r returns char *
configure:42398: gcc -c -g -O2 -pthread conftest.c >&5
configure:42398: $? = 0
configure:42444: result: yes
configure:42458: checking whether fchdir is declared
configure:42458: gcc -c -g -O2 -pthread conftest.c >&5
configure:42458: $? = 0
configure:42458: result: yes
configure:42592: checking for working fcntl.h
configure:42703: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:42703: $? = 0
configure:42703: ./conftest
configure:42703: $? = 0
configure:42718: result: yes
configure:42743: checking for st_dm_mode in struct stat
configure:42769: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:245:17: error: 'struct stat' has no member named 'st_dm_mode'
struct stat s; s.st_dm_mode;
^
configure:42769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
| ;
| return 0;
| }
configure:42776: result: no
configure:42786: checking whether strmode is declared
configure:42786: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:279:10: error: 'strmode' undeclared (first use in this function)
(void) strmode;
^
conftest.c:279:10: note: each undeclared identifier is reported only once for each function it appears in
configure:42786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #ifndef strmode
| #ifdef __cplusplus
| (void) strmode;
| #else
| (void) strmode;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:42786: result: no
configure:42801: checking for mbstate_t
configure:42833: gcc -c -g -O2 -pthread conftest.c >&5
configure:42833: $? = 0
configure:42840: result: yes
configure:42875: checking whether frexp() can be used without linking with libm
configure:42901: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:42901: $? = 0
configure:42910: result: yes
configure:42913: checking whether alarm is declared
configure:42913: gcc -c -g -O2 -pthread conftest.c >&5
configure:42913: $? = 0
configure:42913: result: yes
configure:42925: checking whether stdin defaults to large file offsets
configure:42957: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:42957: $? = 0
configure:42965: result: yes
configure:43105: checking whether fseeko is declared
configure:43105: gcc -c -g -O2 -pthread conftest.c >&5
configure:43105: $? = 0
configure:43105: result: yes
configure:43124: checking for fseeko
configure:43150: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:43150: $? = 0
configure:43159: result: yes
configure:43179: checking whether fflush works on input streams
configure:43249: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:43249: $? = 0
configure:43249: ./conftest
configure:43249: $? = 7
configure: program exited with status 7
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <io.h>
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
| char buffer[10];
| int fd;
| int c;
| if (f == NULL)
| return 1;
| fd = fileno (f);
| if (fd < 0 || fread (buffer, 1, 5, f) != 5)
| return 2;
| /* For deterministic results, ensure f read a bigger buffer. */
| if (lseek (fd, 0, SEEK_CUR) == 5)
| return 3;
| /* POSIX requires fflush-fseek to set file offset of fd. This fails
| on BSD systems and on mingw. */
| if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
| return 4;
| if (lseek (fd, 0, SEEK_CUR) != 5)
| return 5;
| /* Verify behaviour of fflush after ungetc. See
| <http://www.opengroup.org/austin/aardvark/latest/xshbug3.txt> */
| /* Verify behaviour of fflush after a backup ungetc. This fails on
| mingw. */
| c = fgetc (f);
| ungetc (c, f);
| fflush (f);
| if (fgetc (f) != c)
| return 6;
| /* Verify behaviour of fflush after a non-backup ungetc. This fails
| on glibc 2.8 and on BSD systems. */
| c = fgetc (f);
| ungetc ('@', f);
| fflush (f);
| if (fgetc (f) != c)
| return 7;
| return 0;
|
| ;
| return 0;
| }
configure:43261: result: no
configure:43315: checking whether stat file-mode macros are broken
configure:43342: gcc -c -g -O2 -pthread conftest.c >&5
configure:43342: $? = 0
configure:43349: result: no
configure:43451: checking for nlink_t
configure:43451: gcc -c -g -O2 -pthread conftest.c >&5
configure:43451: $? = 0
configure:43451: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:250:22: error: expected expression before ')' token
if (sizeof ((nlink_t)))
^
configure:43451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:43451: result: yes
configure:43466: checking whether fchmodat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether fstat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether fstatat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether futimens is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether lchmod is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether lstat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether mkdirat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether mkfifo is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether mkfifoat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether mknod is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether mknodat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether stat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43466: checking whether utimensat is declared without a macro
configure:43492: gcc -c -g -O2 -pthread conftest.c >&5
configure:43492: $? = 0
configure:43500: result: yes
configure:43513: checking whether lstat correctly handles trailing slash
configure:43554: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:43554: $? = 0
configure:43554: ./conftest
configure:43554: $? = 0
configure:43571: result: yes
configure:43585: checking whether ftello is declared
configure:43585: gcc -c -g -O2 -pthread conftest.c >&5
configure:43585: $? = 0
configure:43585: result: yes
configure:43609: checking for ftello
configure:43634: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:263:8: warning: ignoring return value of 'ftello', declared with attribute warn_unused_result [-Wunused-result]
ftello (stdin);
^
configure:43634: $? = 0
configure:43643: result: yes
configure:43656: checking whether ftello works
configure:43732: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:43732: $? = 0
configure:43732: ./conftest
configure:43732: $? = 0
configure:43743: result: yes
configure:43759: checking whether getcwd (NULL, 0) allocates memory for result
configure:43822: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:43822: $? = 0
configure:43822: ./conftest
configure:43822: $? = 0
configure:43832: result: yes
configure:43836: checking for getcwd with POSIX signature
configure:43866: gcc -c -g -O2 -pthread conftest.c >&5
configure:43866: $? = 0
configure:43874: result: yes
configure:43877: checking whether getcwd is declared
configure:43877: gcc -c -g -O2 -pthread conftest.c >&5
configure:43877: $? = 0
configure:43877: result: yes
configure:43892: checking whether getlogin_r is declared
configure:43892: gcc -c -g -O2 -pthread conftest.c >&5
configure:43892: $? = 0
configure:43892: result: yes
configure:43905: checking whether getlogin is declared
configure:43905: gcc -c -g -O2 -pthread conftest.c >&5
configure:43905: $? = 0
configure:43905: result: yes
configure:44008: checking for getopt.h
configure:44008: result: yes
configure:44025: checking for getopt_long_only
configure:44025: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44025: $? = 0
configure:44025: result: yes
configure:44039: checking whether getopt is POSIX compatible
configure:44081: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44081: $? = 0
configure:44081: ./conftest
configure:44081: $? = 0
configure:44140: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44140: $? = 0
configure:44140: ./conftest
configure:44140: $? = 0
configure:44182: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44182: $? = 0
configure:44182: ./conftest
program: option requires an argument -- 'b'
configure:44182: $? = 0
configure:44200: result: yes
configure:44208: checking for working GNU getopt function
configure:44437: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44437: $? = 0
configure:44437: ./conftest
configure:44437: $? = 0
configure:44453: result: yes
configure:44458: checking for working GNU getopt_long function
configure:44511: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:44511: $? = 0
configure:44511: ./conftest
configure:44511: $? = 0
configure:44522: result: yes
configure:44551: checking whether getenv is declared
configure:44551: gcc -c -g -O2 -pthread conftest.c >&5
configure:44551: $? = 0
configure:44551: result: yes
configure:44682: checking for struct timeval
configure:44713: gcc -c -g -O2 -pthread conftest.c >&5
configure:44713: $? = 0
configure:44721: result: yes
configure:44726: checking for wide-enough struct timeval.tv_sec member
configure:44761: gcc -c -g -O2 -pthread conftest.c >&5
configure:44761: $? = 0
configure:44769: result: yes
configure:44779: checking whether gettimeofday is declared without a macro
configure:44809: gcc -c -g -O2 -pthread conftest.c >&5
configure:44809: $? = 0
configure:44817: result: yes
configure:44839: checking where to find the exponent in a 'double'
configure:45201: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:45201: $? = 0
configure:45201: ./conftest
configure:45201: $? = 0
configure:45213: result: word 1 bit 20
configure:45233: checking where to find the exponent in a 'float'
configure:45310: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:45310: $? = 0
configure:45310: ./conftest
configure:45310: $? = 0
configure:45322: result: word 0 bit 23
configure:45342: checking whether long double and double are the same
configure:45371: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:274:13: error: size of array 'check' is negative
typedef int check[sizeof (long double) == sizeof (double)
^
configure:45371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| /* end confdefs.h. */
| #include <float.h>
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| typedef int check[sizeof (long double) == sizeof (double)
| && LDBL_MANT_DIG == DBL_MANT_DIG
| && LDBL_MAX_EXP == DBL_MAX_EXP
| && LDBL_MIN_EXP == DBL_MIN_EXP
| ? 1 : -1];
|
| ;
| return 0;
| }
configure:45379: result: no
configure:45394: checking for nl_langinfo and CODESET
configure:45418: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:45418: $? = 0
configure:45427: result: yes
configure:45435: checking whether getc_unlocked is declared
configure:45435: gcc -c -g -O2 -pthread conftest.c >&5
configure:45435: $? = 0
configure:45435: result: yes
configure:45447: checking whether we are using the GNU C Library >= 2.1 or uClibc
configure:45477: result: yes
configure:45486: checking whether malloc, realloc, calloc are POSIX compliant
configure:45514: gcc -c -g -O2 -pthread conftest.c >&5
configure:45514: $? = 0
configure:45522: result: yes
configure:45529: checking for stdlib.h
configure:45529: result: yes
configure:45539: checking for GNU libc compatible malloc
configure:45580: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:45580: $? = 0
configure:45580: ./conftest
configure:45580: $? = 0
configure:45591: result: yes
configure:45606: checking for unsigned long long int
configure:45662: result: yes
configure:45672: checking for long long int
configure:45730: result: yes
configure:45840: checking for a traditional japanese locale
configure:45910: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:45913: $? = 0
configure:45971: result: none
configure:45979: checking for a transitional chinese locale
configure:46050: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46053: $? = 0
configure:46104: result: none
configure:46111: checking for a french Unicode locale
configure:46183: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46186: $? = 0
configure:46232: result: none
configure:46240: checking for a traditional french locale
configure:46308: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46311: $? = 0
configure:46367: result: none
configure:46458: checking for mmap
configure:46458: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46458: $? = 0
configure:46458: result: yes
configure:46469: checking for MAP_ANONYMOUS
configure:46506: result: yes
configure:46528: checking whether memchr works
configure:46599: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46599: $? = 0
configure:46599: ./conftest
configure:46599: $? = 0
configure:46609: result: yes
configure:46616: checking whether memrchr is declared
configure:46616: gcc -c -g -O2 -pthread conftest.c >&5
configure:46616: $? = 0
configure:46616: result: yes
configure:46656: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:271:10: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:271:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:271:16: error: unknown type name 'universal'
configure:46656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:46700: checking whether <sys/select.h> is self-contained
configure:46725: gcc -c -g -O2 -pthread conftest.c >&5
configure:46725: $? = 0
configure:46752: gcc -c -g -O2 -pthread conftest.c >&5
configure:46752: $? = 0
configure:46790: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:46790: $? = 0
configure:46803: result: yes
configure:46916: checking whether pselect is declared without a macro
configure:46948: gcc -c -g -O2 -pthread conftest.c >&5
configure:46948: $? = 0
configure:46956: result: yes
configure:46916: checking whether select is declared without a macro
configure:46948: gcc -c -g -O2 -pthread conftest.c >&5
configure:46948: $? = 0
configure:46956: result: yes
configure:46968: checking for inline
configure:46984: gcc -c -g -O2 -pthread conftest.c >&5
configure:46984: $? = 0
configure:46992: result: inline
configure:47092: checking for library containing setsockopt
configure:47122: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:47122: $? = 0
configure:47227: result: none needed
configure:47249: checking whether select supports a 0 argument
configure:47281: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:47281: $? = 0
configure:47281: ./conftest
configure:47281: $? = 0
configure:47292: result: yes
configure:47299: checking whether select detects invalid fds
configure:47352: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:47352: $? = 0
configure:47352: ./conftest
configure:47352: $? = 0
configure:47363: result: yes
configure:47401: checking for promoted mode_t type
configure:47426: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:284:13: error: size of array 'array' is negative
typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
^
configure:47426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| ;
| return 0;
| }
configure:47434: result: mode_t
configure:47465: checking for sigset_t
configure:47465: gcc -c -g -O2 -pthread conftest.c >&5
configure:47465: $? = 0
configure:47465: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:290:23: error: expected expression before ')' token
if (sizeof ((sigset_t)))
^
configure:47465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| /* end confdefs.h. */
|
| #include <signal.h>
| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
| #include <sys/types.h>
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:47465: result: yes
configure:47486: checking for long file names
configure:47518: result: yes
configure:47554: checking for stdbool.h that conforms to C99
configure:47629: gcc -c -g -O2 -pthread conftest.c >&5
configure:47629: $? = 0
configure:47636: result: yes
configure:47638: checking for _Bool
configure:47638: gcc -c -g -O2 -pthread conftest.c >&5
configure:47638: $? = 0
configure:47638: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:319:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:47638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:47638: result: yes
configure:47654: checking for wchar_t
configure:47679: gcc -c -g -O2 -pthread conftest.c >&5
configure:47679: $? = 0
configure:47686: result: yes
configure:47819: checking whether stdint.h conforms to C99
configure:47996: gcc -c -g -O2 -pthread conftest.c >&5
configure:47996: $? = 0
configure:48084: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:48084: $? = 0
configure:48084: ./conftest
configure:48084: $? = 0
configure:48096: result: yes
configure:48471: checking whether strdup is declared
configure:48471: gcc -c -g -O2 -pthread conftest.c >&5
configure:48471: $? = 0
configure:48471: result: yes
configure:48484: checking whether strerror(0) succeeds
configure:48527: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:48527: $? = 0
configure:48527: ./conftest
configure:48527: $? = 0
configure:48538: result: yes
configure:48551: checking for struct tm.tm_gmtoff
configure:48551: gcc -c -g -O2 -pthread conftest.c >&5
configure:48551: $? = 0
configure:48551: result: yes
configure:48636: checking whether ffsl is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether ffsll is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether memmem is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether mempcpy is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether memrchr is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether rawmemchr is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether stpcpy is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether stpncpy is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strchrnul is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strdup is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strncat is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strndup is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strnlen is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strpbrk is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strsep is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strcasestr is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strtok_r is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strerror_r is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strsignal is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48636: checking whether strverscmp is declared without a macro
configure:48662: gcc -c -g -O2 -pthread conftest.c >&5
configure:48662: $? = 0
configure:48670: result: yes
configure:48771: checking whether ffs is declared without a macro
configure:48801: gcc -c -g -O2 -pthread conftest.c >&5
configure:48801: $? = 0
configure:48809: result: yes
configure:48771: checking whether strcasecmp is declared without a macro
configure:48801: gcc -c -g -O2 -pthread conftest.c >&5
configure:48801: $? = 0
configure:48809: result: yes
configure:48771: checking whether strncasecmp is declared without a macro
configure:48801: gcc -c -g -O2 -pthread conftest.c >&5
configure:48801: $? = 0
configure:48809: result: yes
configure:48821: checking whether strndup is declared
configure:48821: result: yes
configure:48834: checking whether strnlen is declared
configure:48834: result: yes
configure:48889: checking for struct timespec in <time.h>
configure:48914: gcc -c -g -O2 -pthread conftest.c >&5
configure:48914: $? = 0
configure:48921: result: yes
configure:49091: checking for wint_t
configure:49124: gcc -c -g -O2 -pthread conftest.c >&5
configure:49124: $? = 0
configure:49131: result: yes
configure:49151: checking for inttypes.h
configure:49178: gcc -c -g -O2 -pthread conftest.c >&5
configure:49178: $? = 0
configure:49185: result: yes
configure:49196: checking for stdint.h
configure:49221: gcc -c -g -O2 -pthread conftest.c >&5
configure:49221: $? = 0
configure:49228: result: yes
configure:49241: checking for intmax_t
configure:49274: gcc -c -g -O2 -pthread conftest.c >&5
configure:49274: $? = 0
configure:49281: result: yes
configure:49307: checking whether snprintf returns a byte count as in C99
configure:49377: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49377: $? = 0
configure:49377: ./conftest
configure:49377: $? = 0
configure:49388: result: yes
configure:49399: checking for snprintf
configure:49399: result: yes
configure:49399: checking for strnlen
configure:49399: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49399: $? = 0
configure:49399: result: yes
configure:49399: checking for wcslen
configure:49399: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49399: $? = 0
configure:49399: result: yes
configure:49399: checking for wcsnlen
configure:49399: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49399: $? = 0
configure:49399: result: yes
configure:49399: checking for mbrtowc
configure:49399: result: yes
configure:49399: checking for wcrtomb
configure:49399: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49399: $? = 0
configure:49399: result: yes
configure:49408: checking whether _snprintf is declared
configure:49408: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:331:10: error: '_snprintf' undeclared (first use in this function)
(void) _snprintf;
^
conftest.c:331:10: note: each undeclared identifier is reported only once for each function it appears in
configure:49408: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #ifndef _snprintf
| #ifdef __cplusplus
| (void) _snprintf;
| #else
| (void) _snprintf;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:49408: result: no
configure:49431: checking whether <wchar.h> uses 'inline' correctly
configure:49453: gcc -c -g -O2 -pthread conftest.c >&5
configure:49456: $? = 0
configure:49474: gcc -c -g -O2 -pthread conftest.c >&5
configure:49477: $? = 0
configure:49490: result: yes
configure:49548: checking for alloca as a compiler built-in
configure:49572: result: yes
configure:49741: checking whether this system has an arbitrary file name length limit
configure:49782: result: yes
configure:49888: checking for closedir
configure:49888: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:49888: $? = 0
configure:49888: result: yes
configure:49991: checking whether copysign can be used without linking with libm
configure:50028: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50028: $? = 0
configure:50037: result: yes
configure:50144: checking whether copysignf can be used without linking with libm
configure:50186: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50186: $? = 0
configure:50195: result: yes
configure:50266: checking whether copysignf is declared
configure:50266: gcc -c -g -O2 -pthread conftest.c >&5
configure:50266: $? = 0
configure:50266: result: yes
configure:50312: checking for d_ino member in directory struct
configure:50361: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50361: $? = 0
configure:50361: ./conftest
configure:50361: $? = 0
configure:50371: result: yes
configure:50382: checking for d_type member in directory struct
configure:50409: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50409: $? = 0
configure:50419: result: yes
configure:50515: checking whether alphasort is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether closedir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether dirfd is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether fdopendir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether opendir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether readdir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether rewinddir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50515: checking whether scandir is declared without a macro
configure:50541: gcc -c -g -O2 -pthread conftest.c >&5
configure:50541: $? = 0
configure:50549: result: yes
configure:50568: checking for dirfd
configure:50568: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50568: $? = 0
configure:50568: result: yes
configure:50577: checking whether dirfd is declared
configure:50577: result: yes
configure:50594: checking whether dirfd is a macro
configure:50617: result: no
configure:50728: checking whether // is distinct from /
configure:50757: result: no
configure:50821: checking whether dup2 works
configure:50888: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:50888: $? = 0
configure:50888: ./conftest
configure:50888: $? = 0
configure:50899: result: yes
configure:50980: checking for error_at_line
configure:51004: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:51004: $? = 0
configure:51012: result: yes
configure:51141: checking whether fflush works on input streams
configure:51223: result: no
configure:51288: checking whether fcntl handles F_DUPFD correctly
configure:51326: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:51326: $? = 0
configure:51326: ./conftest
configure:51326: $? = 0
configure:51336: result: yes
configure:51354: checking whether fcntl understands F_DUPFD_CLOEXEC
configure:51383: gcc -c -g -O2 -pthread conftest.c >&5
configure:51383: $? = 0
configure:51409: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:355:1: error: unknown type name 'choke'
choke me
^
conftest.c:366:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
int
^
configure:51409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| /* end confdefs.h. */
|
| #ifdef __linux__
| /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
| it to support the semantics on older kernels that failed with EINVAL. */
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:51420: result: needs runtime check
configure:51560: checking whether fcntl is declared without a macro
configure:51586: gcc -c -g -O2 -pthread conftest.c >&5
configure:51586: $? = 0
configure:51594: result: yes
configure:51560: checking whether openat is declared without a macro
configure:51586: gcc -c -g -O2 -pthread conftest.c >&5
configure:51586: $? = 0
configure:51594: result: yes
configure:51611: checking whether fdopendir is declared
configure:51611: result: yes
configure:51634: checking whether fdopendir works
configure:51683: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:51683: $? = 0
configure:51683: ./conftest
configure:51683: $? = 0
configure:51693: result: yes
configure:51741: checking whether fflush works on input streams
configure:51823: result: no
configure:51933: checking whether conversion from 'int' to 'long double' works
configure:51974: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:51974: $? = 0
configure:51974: ./conftest
configure:51974: $? = 0
configure:51985: result: yes
configure:52133: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:52133: $? = 0
configure:52218: checking whether floorf is declared
configure:52218: gcc -c -g -O2 -pthread conftest.c >&5
configure:52218: $? = 0
configure:52218: result: yes
configure:52264: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:52264: $? = 0
configure:52359: checking for working POSIX fnmatch
configure:52468: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:52468: $? = 0
configure:52468: ./conftest
configure:52468: $? = 0
configure:52480: result: yes
configure:52541: checking whether fopen recognizes a trailing slash
configure:52567: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:52567: $? = 0
configure:52567: ./conftest
configure:52567: $? = 0
configure:52579: result: yes
configure:52624: checking whether fpurge is declared
configure:52624: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:381:10: error: 'fpurge' undeclared (first use in this function)
(void) fpurge;
^
conftest.c:381:10: note: each undeclared identifier is reported only once for each function it appears in
configure:52624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #ifndef fpurge
| #ifdef __cplusplus
| (void) fpurge;
| #else
| (void) fpurge;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:52624: result: no
configure:52790: checking whether frexp works
configure:52870: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:425:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default]
if (memcmp (&y, &x, sizeof x))
^
In file included from conftest.c:369:0:
/usr/include/string.h:65:12: note: expected 'const void *' but argument is of type 'volatile double *'
extern int memcmp (const void *__s1, const void *__s2, size_t __n)
^
configure:52870: $? = 0
configure:52870: ./conftest
configure:52870: $? = 0
configure:52881: result: yes
configure:52937: checking whether frexpf can be used without linking with libm
configure:52974: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:52974: $? = 0
configure:52983: result: yes
configure:53052: checking whether frexpf works
configure:53109: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:404:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default]
if (memcmp (&y, &x, sizeof x))
^
In file included from conftest.c:371:0:
/usr/include/string.h:65:12: note: expected 'const void *' but argument is of type 'volatile float *'
extern int memcmp (const void *__s1, const void *__s2, size_t __n)
^
configure:53109: $? = 0
configure:53109: ./conftest
configure:53109: $? = 0
configure:53120: result: yes
configure:53205: checking for fseeko
configure:53240: result: yes
configure:53260: checking whether fflush works on input streams
configure:53342: result: no
configure:53375: checking for _fseeki64
configure:53375: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccbmIHPY.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:413: undefined reference to `_fseeki64'
collect2: error: ld returned 1 exit status
configure:53375: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| /* end confdefs.h. */
| /* Define _fseeki64 to an innocuous variant, in case <limits.h> declares _fseeki64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _fseeki64 innocuous__fseeki64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _fseeki64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _fseeki64
|
| /* 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 _fseeki64 ();
| /* 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__fseeki64 || defined __stub____fseeki64
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return _fseeki64 ();
| ;
| return 0;
| }
configure:53375: result: no
configure:53469: checking whether fstatat (..., 0) works
configure:53494: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:53494: $? = 0
configure:53494: ./conftest
configure:53494: $? = 0
configure:53505: result: yes
configure:53596: checking for ftello
configure:53630: result: yes
configure:53643: checking whether ftello works
configure:53730: result: yes
configure:53800: checking whether getcwd handles long file names properly
configure:53999: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:53999: $? = 0
configure:53999: ./conftest
configure:53999: $? = 0
configure:54014: result: yes
configure:54025: checking for getpagesize
configure:54025: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:54025: $? = 0
configure:54025: result: yes
configure:54034: checking whether getcwd aborts when 4k < cwd_length < 16k
configure:54163: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:460:22: error: 'errno' undeclared (first use in this function)
if (! (errno == ERANGE || errno == ENAMETOOLONG
^
conftest.c:460:22: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:460:31: error: 'ERANGE' undeclared (first use in this function)
if (! (errno == ERANGE || errno == ENAMETOOLONG
^
conftest.c:460:50: error: 'ENAMETOOLONG' undeclared (first use in this function)
if (! (errno == ERANGE || errno == ENAMETOOLONG
^
conftest.c:461:34: error: 'ENOENT' undeclared (first use in this function)
|| errno == ENOENT))
^
configure:54163: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <direct.h>
| #endif
| #include <string.h>
| #include <sys/stat.h>
|
|
| /* Arrange to define PATH_MAX, like "pathmax.h" does. */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
| #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
| # include <sys/param.h>
| #endif
| #if !defined PATH_MAX && defined MAXPATHLEN
| # define PATH_MAX MAXPATHLEN
| #endif
| #ifdef __hpux
| # undef PATH_MAX
| # define PATH_MAX 1024
| #endif
| #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # undef PATH_MAX
| # define PATH_MAX 260
| #endif
|
|
| /* Don't get link errors because mkdir is redefined to rpl_mkdir. */
| #undef mkdir
|
| #ifndef S_IRWXU
| # define S_IRWXU 0700
| #endif
|
| /* FIXME: skip the run-test altogether on systems without getpagesize. */
| #if ! HAVE_GETPAGESIZE
| # define getpagesize() 0
| #endif
|
| /* This size is chosen to be larger than PATH_MAX (4k), yet smaller than
| the 16kB pagesize on ia64 linux. Those conditions make the code below
| trigger a bug in glibc's getcwd implementation before 2.4.90-10. */
| #define TARGET_LEN (5 * 1024)
|
| int
| main ()
| {
| char *cwd;
| size_t initial_cwd_len;
| int fail = 0;
|
| /* The bug is triggered when PATH_MAX < getpagesize (), so skip
| this relatively expensive and invasive test if that's not true. */
| #ifdef PATH_MAX
| int bug_possible = PATH_MAX < getpagesize ();
| #else
| int bug_possible = 0;
| #endif
| if (! bug_possible)
| return 0;
|
| cwd = getcwd (NULL, 0);
| if (cwd == NULL)
| return 2;
|
| initial_cwd_len = strlen (cwd);
| free (cwd);
|
| if (1)
| {
| static char const dir_name[] = "confdir-14B---";
| size_t desired_depth = ((TARGET_LEN - 1 - initial_cwd_len)
| / sizeof dir_name);
| size_t d;
| for (d = 0; d < desired_depth; d++)
| {
| if (mkdir (dir_name, S_IRWXU) < 0 || chdir (dir_name) < 0)
| {
| if (! (errno == ERANGE || errno == ENAMETOOLONG
| || errno == ENOENT))
| fail = 3; /* Unable to construct deep hierarchy. */
| break;
| }
| }
|
| /* If libc has the bug in question, this invocation of getcwd
| results in a failed assertion. */
| cwd = getcwd (NULL, 0);
| if (cwd == NULL)
| fail = 4; /* getcwd didn't assert, but it failed for a long name
| where the answer could have been learned. */
| free (cwd);
|
| /* Call rmdir first, in case the above chdir failed. */
| rmdir (dir_name);
| while (0 < d--)
| {
| if (chdir ("..") < 0)
| {
| fail = 5;
| break;
| }
| rmdir (dir_name);
| }
| }
|
| return fail;
| }
|
configure:54179: result: no
configure:54298: checking whether getdtablesize works
configure:54335: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:54335: $? = 0
configure:54335: ./conftest
configure:54335: $? = 0
configure:54346: result: yes
configure:54417: checking for gethostname
configure:54417: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:54417: $? = 0
configure:54417: result: yes
configure:54484: checking for HOST_NAME_MAX
configure:54533: result: yes
configure:54602: checking whether getlogin_r works with small buffers
configure:54642: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:54642: $? = 0
configure:54642: ./conftest
configure:54642: $? = 0
configure:54656: result: yes
configure:54793: checking whether gettimeofday clobbers localtime buffer
configure:54840: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:54840: $? = 0
configure:54840: ./conftest
configure:54840: $? = 0
configure:54850: result: no
configure:54870: checking for gettimeofday with POSIX signature
configure:54906: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:388:19: error: conflicting types for 'gettimeofday'
int gettimeofday (struct timeval *restrict, void *restrict);
^
In file included from conftest.c:386:0:
/usr/include/x86_64-linux-gnu/sys/time.h:72:12: note: previous declaration of 'gettimeofday' was here
extern int gettimeofday (struct timeval *__restrict __tv,
^
configure:54906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| /* end confdefs.h. */
| #include <sys/time.h>
| struct timeval c;
| int gettimeofday (struct timeval *restrict, void *restrict);
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
| if _GNU_SOURCE is defined. However, since the only portable
| use of gettimeofday uses NULL as the second parameter, and
| since the glibc definition is actually more typesafe, it is
| not worth wrapping this to get a compliant signature. */
| int (*f) (struct timeval *restrict, void *restrict)
| = gettimeofday;
| int x = f (&c, 0);
| return !(x | c.tv_sec | c.tv_usec);
|
| ;
| return 0;
| }
configure:54930: gcc -c -g -O2 -pthread conftest.c >&5
configure:54930: $? = 0
configure:54939: result: almost
configure:55012: checking glob.h usability
configure:55012: gcc -c -g -O2 -pthread conftest.c >&5
configure:55012: $? = 0
configure:55012: result: yes
configure:55012: checking glob.h presence
configure:55012: gcc -E conftest.c
configure:55012: $? = 0
configure:55012: result: yes
configure:55012: checking for glob.h
configure:55012: result: yes
configure:55026: checking for GNU glob interface version 1
configure:55036: gcc -c -g -O2 -pthread conftest.c >&5
configure:55036: $? = 0
configure:55043: result: yes
configure:55052: checking whether glob lists broken symlinks
configure:55091: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55091: $? = 0
configure:55091: ./conftest
configure:55091: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| /* end confdefs.h. */
|
| #include <stddef.h>
| #include <glob.h>
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| glob_t found;
| if (glob ("conf*-globtest", 0, NULL, &found) == GLOB_NOMATCH) return 1;
| ;
| return 0;
| }
configure:55102: result: no
configure:55178: checking whether isnan(double) can be used without linking with libm
configure:55211: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55211: $? = 0
configure:55220: result: yes
configure:55247: checking whether isnan(float) can be used without linking with libm
configure:55280: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55280: $? = 0
configure:55289: result: yes
configure:55296: checking whether isnan(float) works
configure:55364: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55364: $? = 0
configure:55364: ./conftest
configure:55364: $? = 0
configure:55375: result: yes
configure:55518: checking whether isnan(long double) can be used without linking with libm
configure:55551: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55551: $? = 0
configure:55560: result: yes
configure:55569: checking whether isnanl works
configure:55707: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55707: $? = 0
configure:55707: ./conftest
configure:55707: $? = 64
configure: program exited with status 64
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| /* end confdefs.h. */
|
| #include <float.h>
| #include <limits.h>
| #include <math.h>
| #if __GNUC__ >= 4
| # undef isnanl
| # define isnanl(x) __builtin_isnanl ((long double)(x))
| #elif defined isnan
| # undef isnanl
| # define isnanl(x) isnan ((long double)(x))
| #endif
| #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
| typedef union { unsigned int word[NWORDS]; long double value; }
| memory_long_double;
| /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the
| runtime type conversion. */
| #ifdef __sgi
| static long double NaNl ()
| {
| double zero = 0.0;
| return zero / zero;
| }
| #else
| # define NaNl() (0.0L / 0.0L)
| #endif
| int main ()
| {
| int result = 0;
|
| if (!isnanl (NaNl ()))
| result |= 1;
|
| {
| memory_long_double m;
| unsigned int i;
|
| /* The isnanl function should be immune against changes in the sign bit and
| in the mantissa bits. The xor operation twiddles a bit that can only be
| a sign bit or a mantissa bit (since the exponent never extends to
| bit 31). */
| m.value = NaNl ();
| m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
| for (i = 0; i < NWORDS; i++)
| m.word[i] |= 1;
| if (!isnanl (m.value))
| result |= 1;
| }
|
| #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
| /* Representation of an 80-bit 'long double' as an initializer for a sequence
| of 'unsigned int' words. */
| # ifdef WORDS_BIGENDIAN
| # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 }
| # else
| # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent }
| # endif
| { /* Quiet NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
| if (!isnanl (x.value))
| result |= 2;
| }
| {
| /* Signalling NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
| if (!isnanl (x.value))
| result |= 2;
| }
| /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
| Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
| Intel IA-64 Architecture Software Developer's Manual, Volume 1:
| Application Architecture.
| Table 5-2 "Floating-Point Register Encodings"
| Figure 5-6 "Memory to Floating-Point Register Data Translation"
| */
| { /* Pseudo-NaN. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
| if (!isnanl (x.value))
| result |= 4;
| }
| { /* Pseudo-Infinity. */
| static memory_long_double x =
| { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
| if (!isnanl (x.value))
| result |= 8;
| }
| { /* Pseudo-Zero. */
| static memory_long_double x =
| { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
| if (!isnanl (x.value))
| result |= 16;
| }
| { /* Unnormalized number. */
| static memory_long_double x =
| { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
| if (!isnanl (x.value))
| result |= 32;
| }
| { /* Pseudo-Denormal. */
| static memory_long_double x =
| { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
| if (!isnanl (x.value))
| result |= 64;
| }
| #endif
|
| return result;
| }
configure:55718: result: no
configure:55746: checking where to find the exponent in a 'long double'
configure:55826: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55826: $? = 0
configure:55826: ./conftest
configure:55826: $? = 0
configure:55838: result: word 2 bit 0
configure:55867: checking whether link obeys POSIX
configure:55918: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:55918: $? = 0
configure:55918: ./conftest
configure:55918: $? = 0
configure:55929: result: yes
configure:55982: checking whether lseek detects pipes
configure:56023: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:56023: $? = 0
configure:56058: result: yes
configure:56146: checking for stdlib.h
configure:56146: result: yes
configure:56156: checking for GNU libc compatible malloc
configure:56208: result: yes
configure:56360: checking whether NAN macro works
configure:56391: gcc -c -g -O2 -pthread conftest.c >&5
configure:56391: $? = 0
configure:56398: result: yes
configure:56403: checking whether HUGE_VAL works
configure:56429: gcc -c -g -O2 -pthread conftest.c >&5
configure:56429: $? = 0
configure:56436: result: yes
configure:56445: checking whether acosf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether acosl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether asinf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether asinl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether atanf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether atanl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether cbrt is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether cbrtf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether cbrtl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ceilf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ceill is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether copysign is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether copysignf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether copysignl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether cosf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether cosl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether coshf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether expf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether expl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether exp2 is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether exp2f is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether exp2l is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether expm1 is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether expm1f is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether expm1l is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fabsf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fabsl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether floorf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether floorl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fma is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fmaf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fmal is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fmod is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fmodf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether fmodl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether frexpf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether frexpl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether hypotf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether hypotl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ilogb is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ilogbf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ilogbl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ldexpf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether ldexpl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether logf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether logl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log10 is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log10f is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log10l is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log1p is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log1pf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log1pl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log2 is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log2f is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether log2l is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether logb is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether logbf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether logbl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether modf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether modff is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether modfl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether powf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether remainder is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether remainderf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether remainderl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether rint is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether rintf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether rintl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether round is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether roundf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether roundl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether sinf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether sinl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether sinhf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether sqrtf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether sqrtl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether tanf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether tanl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether tanhf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether trunc is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether truncf is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56445: checking whether truncl is declared without a macro
configure:56470: gcc -c -g -O2 -pthread conftest.c >&5
configure:56470: $? = 0
configure:56478: result: yes
configure:56504: checking whether mbrtowc handles incomplete characters
configure:56561: result: guessing yes
configure:56567: checking whether mbrtowc works as well as mbtowc
configure:56628: result: guessing yes
configure:56679: checking whether mbrtowc handles a NULL pwc argument
configure:56750: result: guessing yes
configure:56756: checking whether mbrtowc handles a NULL string argument
configure:56815: result: guessing yes
configure:56823: checking whether mbrtowc has a correct return value
configure:56953: result: guessing yes
configure:56959: checking whether mbrtowc returns 0 when parsing a NUL character
configure:57015: result: guessing yes
configure:57098: checking whether mbrtowc handles incomplete characters
configure:57155: result: guessing yes
configure:57161: checking whether mbrtowc works as well as mbtowc
configure:57222: result: guessing yes
configure:57320: checking whether mbrtowc handles incomplete characters
configure:57377: result: guessing yes
configure:57383: checking whether mbrtowc works as well as mbtowc
configure:57444: result: guessing yes
configure:57498: checking whether mbsrtowcs works
configure:57602: result: guessing yes
configure:57702: checking for mempcpy
configure:57702: result: yes
configure:57756: checking for memrchr
configure:57756: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:57756: $? = 0
configure:57756: result: yes
configure:57796: checking whether mkdir handles trailing slash
configure:57833: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:57833: $? = 0
configure:57833: ./conftest
configure:57833: $? = 0
configure:57846: result: yes
configure:57855: checking whether mkdir handles trailing dot
configure:57892: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:57892: $? = 0
configure:57892: ./conftest
configure:57892: $? = 0
configure:57905: result: yes
configure:57936: checking whether mkfifo rejects trailing slashes
configure:57982: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:57982: $? = 0
configure:57982: ./conftest
configure:57982: $? = 0
configure:57993: result: yes
configure:58091: checking for working mktime
configure:58299: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58299: $? = 0
configure:58299: ./conftest
configure:58299: $? = 0
configure:58310: result: yes
configure:58401: checking for library containing nanosleep
configure:58440: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58440: $? = 0
configure:58457: result: none required
configure:58477: checking for working nanosleep
configure:58545: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58545: $? = 0
configure:58545: ./conftest
configure:58545: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| /* end confdefs.h. */
|
| #include <errno.h>
| #include <limits.h>
| #include <signal.h>
| #if HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <time.h>
| #include <unistd.h>
| #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
| #define TYPE_MAXIMUM(t) ((t) (! TYPE_SIGNED (t) ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
|
| static void
| check_for_SIGALRM (int sig)
| {
| if (sig != SIGALRM)
| _exit (1);
| }
|
| int
| main ()
| {
| static struct timespec ts_sleep;
| static struct timespec ts_remaining;
| static struct sigaction act;
| /* Test for major problems first. */
| if (! nanosleep)
| return 2;
| act.sa_handler = check_for_SIGALRM;
| sigemptyset (&act.sa_mask);
| sigaction (SIGALRM, &act, NULL);
| ts_sleep.tv_sec = 0;
| ts_sleep.tv_nsec = 1;
| alarm (1);
| if (nanosleep (&ts_sleep, NULL) != 0)
| return 3;
| /* Test for a minor problem: the handling of large arguments. */
| ts_sleep.tv_sec = TYPE_MAXIMUM (time_t);
| ts_sleep.tv_nsec = 999999999;
| alarm (1);
| if (nanosleep (&ts_sleep, &ts_remaining) != -1)
| return 4;
| if (errno != EINTR)
| return 5;
| if (ts_remaining.tv_sec <= TYPE_MAXIMUM (time_t) - 10)
| return 6;
| return 0;
| }
configure:58557: result: no (mishandles large arguments)
configure:58626: checking for sys/pstat.h
configure:58626: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:533:23: fatal error: sys/pstat.h: No such file or directory
#include <sys/pstat.h>
^
compilation terminated.
configure:58626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/pstat.h>
configure:58626: result: no
configure:58626: checking for sys/sysmp.h
configure:58626: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c:533:23: fatal error: sys/sysmp.h: No such file or directory
#include <sys/sysmp.h>
^
compilation terminated.
configure:58626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/sysmp.h>
configure:58626: result: no
configure:58626: checking for sys/param.h
configure:58626: result: yes
configure:58639: checking for sys/sysctl.h
configure:58639: gcc -c -g -O2 -pthread conftest.c >&5
configure:58639: $? = 0
configure:58639: result: yes
configure:58659: checking for sched_getaffinity
configure:58659: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58659: $? = 0
configure:58659: result: yes
configure:58659: checking for sched_getaffinity_np
configure:58659: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccc7JfO3.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:544: undefined reference to `sched_getaffinity_np'
collect2: error: ld returned 1 exit status
configure:58659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define sched_getaffinity_np to an innocuous variant, in case <limits.h> declares sched_getaffinity_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_getaffinity_np innocuous_sched_getaffinity_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_getaffinity_np (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_getaffinity_np
|
| /* 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 sched_getaffinity_np ();
| /* 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_sched_getaffinity_np || defined __stub___sched_getaffinity_np
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sched_getaffinity_np ();
| ;
| return 0;
| }
configure:58659: result: no
configure:58659: checking for pstat_getdynamic
configure:58659: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/cchS51ba.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:544: undefined reference to `pstat_getdynamic'
collect2: error: ld returned 1 exit status
configure:58659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat_getdynamic innocuous_pstat_getdynamic
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getdynamic (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getdynamic
|
| /* 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 pstat_getdynamic ();
| /* 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_pstat_getdynamic || defined __stub___pstat_getdynamic
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return pstat_getdynamic ();
| ;
| return 0;
| }
configure:58659: result: no
configure:58659: checking for sysmp
configure:58659: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
/tmp/ccLoupza.o: In function `main':
/home/kjetil/Software/gnuoctave/octave/conftest.c:544: undefined reference to `sysmp'
collect2: error: ld returned 1 exit status
configure:58659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysmp innocuous_sysmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysmp
|
| /* 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 sysmp ();
| /* 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_sysmp || defined __stub___sysmp
| choke me
| #endif
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sysmp ();
| ;
| return 0;
| }
configure:58659: result: no
configure:58659: checking for sysctl
configure:58659: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58659: $? = 0
configure:58659: result: yes
configure:58670: checking for glibc compatible sched_getaffinity
configure:58694: gcc -c -g -O2 -pthread conftest.c >&5
configure:58694: $? = 0
configure:58702: result: yes
configure:58720: checking whether open recognizes a trailing slash
configure:58759: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58759: $? = 0
configure:58759: ./conftest
configure:58759: $? = 0
configure:58771: result: yes
configure:58890: checking for opendir
configure:58890: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:58890: $? = 0
configure:58890: result: yes
configure:58947: checking whether program_invocation_name is declared
configure:58947: gcc -c -g -O2 -pthread conftest.c >&5
configure:58947: $? = 0
configure:58947: result: yes
configure:58959: checking whether program_invocation_short_name is declared
configure:58959: gcc -c -g -O2 -pthread conftest.c >&5
configure:58959: $? = 0
configure:58959: result: yes
configure:58973: checking for putenv compatible with GNU and SVID
configure:59020: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59020: $? = 0
configure:59020: ./conftest
configure:59020: $? = 0
configure:59031: result: yes
configure:59086: checking for raise
configure:59086: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59086: $? = 0
configure:59086: result: yes
configure:59106: checking for sigprocmask
configure:59106: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59106: $? = 0
configure:59106: result: yes
configure:59155: checking for readdir
configure:59155: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59155: $? = 0
configure:59155: result: yes
configure:59201: checking whether readlink signature is correct
configure:59227: gcc -c -g -O2 -pthread conftest.c >&5
configure:59227: $? = 0
configure:59234: result: yes
configure:59236: checking whether readlink handles trailing slash correctly
configure:59274: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59274: $? = 0
configure:59274: ./conftest
configure:59274: $? = 0
configure:59285: result: yes
configure:59337: checking for stdlib.h
configure:59337: result: yes
configure:59347: checking for GNU libc compatible realloc
configure:59388: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59388: $? = 0
configure:59388: ./conftest
configure:59388: $? = 0
configure:59399: result: yes
configure:59475: checking whether rename honors trailing slash on destination
configure:59528: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59528: $? = 0
configure:59528: ./conftest
configure:59528: $? = 0
configure:59540: result: yes
configure:59552: checking whether rename honors trailing slash on source
configure:59605: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59605: $? = 0
configure:59605: ./conftest
configure:59605: $? = 0
configure:59617: result: yes
configure:59630: checking whether rename manages hard links correctly
configure:59681: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59681: $? = 0
configure:59681: ./conftest
configure:59681: $? = 0
configure:59699: result: yes
configure:59711: checking whether rename manages existing destinations correctly
configure:59756: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59756: $? = 0
configure:59756: ./conftest
configure:59756: $? = 0
configure:59768: result: yes
configure:59812: checking for rewinddir
configure:59812: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59812: $? = 0
configure:59812: result: yes
configure:59855: checking whether rmdir works
configure:59905: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59905: $? = 0
configure:59905: ./conftest
configure:59905: $? = 0
configure:59916: result: yes
configure:59993: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:59993: $? = 0
configure:60004: checking whether round is declared
configure:60004: result: yes
configure:60023: checking whether round works
configure:60067: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:551:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (x < 0.5 && round (x) != 0.0);
^
configure:60067: $? = 0
configure:60067: ./conftest
configure:60067: $? = 0
configure:60079: result: yes
configure:60325: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:60325: $? = 0
configure:60336: checking whether roundf is declared
configure:60336: result: yes
configure:60355: checking whether roundf works
configure:60396: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:550:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (x < 0.5f && roundf (x) != 0.0f);
^
configure:60396: $? = 0
configure:60396: ./conftest
configure:60396: $? = 0
configure:60408: result: yes
configure:60728: checking whether select supports a 0 argument
configure:60771: result: yes
configure:60778: checking whether select detects invalid fds
configure:60842: result: yes
configure:60909: checking for struct sigaction.sa_sigaction
configure:60909: gcc -c -g -O2 -pthread conftest.c >&5
configure:60909: $? = 0
configure:60909: result: yes
configure:61050: checking for volatile sig_atomic_t
configure:61050: gcc -c -g -O2 -pthread conftest.c >&5
configure:61050: $? = 0
configure:61050: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:549:36: error: expected expression before ')' token
if (sizeof ((volatile sig_atomic_t)))
^
configure:61050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:61050: result: yes
configure:61066: checking for sighandler_t
configure:61066: gcc -c -g -O2 -pthread conftest.c >&5
configure:61066: $? = 0
configure:61066: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:549:27: error: expected expression before ')' token
if (sizeof ((sighandler_t)))
^
configure:61066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| return 0;
| ;
| return 0;
| }
configure:61066: result: yes
configure:61080: checking whether pthread_sigmask is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigaction is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigaddset is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigdelset is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigemptyset is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigfillset is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigismember is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigpending is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61080: checking whether sigprocmask is declared without a macro
configure:61106: gcc -c -g -O2 -pthread conftest.c >&5
configure:61106: $? = 0
configure:61114: result: yes
configure:61128: checking for signbit macro
configure:61233: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:61233: $? = 0
configure:61233: ./conftest
configure:61233: $? = 0
configure:61244: result: yes
configure:61246: checking for signbit compiler built-ins
configure:61348: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:61348: $? = 0
configure:61348: ./conftest
configure:61348: $? = 0
configure:61359: result: yes
configure:61912: checking for sigprocmask
configure:61912: result: yes
configure:61953: checking for stdint.h
configure:61953: result: yes
configure:61963: checking for SIZE_MAX
configure:62042: result: yes
configure:62055: checking whether sleep is declared
configure:62055: gcc -c -g -O2 -pthread conftest.c >&5
configure:62055: $? = 0
configure:62055: result: yes
configure:62071: checking for working sleep
configure:62127: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:62127: $? = 0
configure:62127: ./conftest
configure:62127: $? = 0
configure:62137: result: yes
configure:62256: checking for library containing setsockopt
configure:62391: result: none needed
configure:62406: checking for socklen_t
configure:62406: gcc -c -g -O2 -pthread conftest.c >&5
configure:62406: $? = 0
configure:62406: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:571:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:62406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| /* end confdefs.h. */
|
| /* <sys/types.h> is not needed according to POSIX, but the
| <sys/socket.h> in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:62406: result: yes
configure:62478: checking for ssize_t
configure:62503: gcc -c -g -O2 -pthread conftest.c >&5
configure:62503: $? = 0
configure:62510: result: yes
configure:62521: checking whether stat handles trailing slashes on directories
configure:62552: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:62552: $? = 0
configure:62552: ./conftest
configure:62552: $? = 0
configure:62562: result: yes
configure:62564: checking whether stat handles trailing slashes on files
configure:62612: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:62612: $? = 0
configure:62612: ./conftest
configure:62612: $? = 0
configure:62623: result: yes
configure:62667: checking for working stdalign.h
configure:62716: gcc -c -g -O2 -pthread conftest.c >&5
configure:62716: $? = 0
configure:62723: result: yes
configure:62777: checking whether NULL can be used in arbitrary expressions
configure:62803: gcc -c -g -O2 -pthread conftest.c >&5
configure:62803: $? = 0
configure:62810: result: yes
configure:63005: checking whether dprintf is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether fpurge is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:566:10: error: 'fpurge' undeclared (first use in this function)
(void) fpurge;
^
conftest.c:566:10: note: each undeclared identifier is reported only once for each function it appears in
configure:63031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_TEST_STAT 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #undef fpurge
| (void) fpurge;
| ;
| return 0;
| }
configure:63039: result: no
configure:63005: checking whether fseeko is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether ftello is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether getdelim is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether getline is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether gets is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:570:10: error: 'gets' undeclared (first use in this function)
(void) gets;
^
conftest.c:570:10: note: each undeclared identifier is reported only once for each function it appears in
configure:63031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_TEST_STAT 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #undef gets
| (void) gets;
| ;
| return 0;
| }
configure:63039: result: no
configure:63005: checking whether pclose is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether popen is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether renameat is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether snprintf is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether tmpfile is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether vdprintf is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63005: checking whether vsnprintf is declared without a macro
configure:63031: gcc -c -g -O2 -pthread conftest.c >&5
configure:63031: $? = 0
configure:63039: result: yes
configure:63124: checking whether _Exit is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether atoll is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether canonicalize_file_name is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether getloadavg is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether getsubopt is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether grantpt is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether initstate is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether initstate_r is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether mkdtemp is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether mkostemp is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether mkostemps is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether mkstemp is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether mkstemps is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether posix_openpt is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether ptsname is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether ptsname_r is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether random is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether random_r is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether realpath is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether rpmatch is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether secure_getenv is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether setenv is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether setstate is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether setstate_r is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether srandom is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether srandom_r is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether strtod is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether strtoll is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether strtoull is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether unlockpt is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63124: checking whether unsetenv is declared without a macro
configure:63156: gcc -c -g -O2 -pthread conftest.c >&5
configure:63156: $? = 0
configure:63164: result: yes
configure:63181: checking for strcasecmp
configure:63181: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:617:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:63181: $? = 0
configure:63181: result: yes
configure:63198: checking for strncasecmp
configure:63198: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
conftest.c:618:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:63198: $? = 0
configure:63198: result: yes
configure:63212: checking whether strncasecmp is declared
configure:63212: result: yes
configure:63306: checking for working strerror function
configure:63340: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:63340: $? = 0
configure:63340: ./conftest
configure:63340: $? = 0
configure:63351: result: yes
configure:63472: checking for working strndup
configure:63518: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:63518: $? = 0
configure:63518: ./conftest
configure:63518: $? = 0
configure:63528: result: yes
configure:63574: checking for working strnlen
configure:63620: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:63620: $? = 0
configure:63620: ./conftest
configure:63620: $? = 0
configure:63630: result: yes
configure:63713: checking whether symlink handles trailing slash correctly
configure:63755: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:63755: $? = 0
configure:63755: ./conftest
configure:63755: $? = 0
configure:63766: result: yes
configure:63806: checking whether <sys/select.h> is self-contained
configure:63909: result: yes
configure:64022: checking whether pselect is declared without a macro
configure:64062: result: yes
configure:64022: checking whether select is declared without a macro
configure:64062: result: yes
configure:64087: checking whether <sys/socket.h> is self-contained
configure:64112: gcc -c -g -O2 -pthread conftest.c >&5
configure:64112: $? = 0
configure:64120: result: yes
configure:64125: checking for shutdown
configure:64125: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
configure:64125: $? = 0
configure:64125: result: yes
configure:64135: checking whether <sys/socket.h> defines the SHUT_* macros
configure:64160: gcc -c -g -O2 -pthread conftest.c >&5
configure:64160: $? = 0
configure:64168: result: yes
configure:64266: checking for struct sockaddr_storage
configure:64266: gcc -c -g -O2 -pthread conftest.c >&5
configure:64266: $? = 0
configure:64266: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:632:38: error: expected expression before ')' token
if (sizeof ((struct sockaddr_storage)))
^
configure:64266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_TEST_STAT 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define GNULIB_TEST_STRPTIME 1
| #define GNULIB_TEST_SYMLINK 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:64266: result: yes
configure:64287: checking for sa_family_t
configure:64287: gcc -c -g -O2 -pthread conftest.c >&5
configure:64287: $? = 0
configure:64287: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:633:26: error: expected expression before ')' token
if (sizeof ((sa_family_t)))
^
configure:64287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_TEST_STAT 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define my_strftime nstrftime
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define GNULIB_TEST_STRPTIME 1
| #define GNULIB_TEST_SYMLINK 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:64287: result: yes
configure:64316: checking for struct sockaddr_storage.ss_family
configure:64316: gcc -c -g -O2 -pthread conftest.c >&5
configure:64316: $? = 0
configure:64316: result: yes
configure:64372: checking whether socket is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether connect is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether accept is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether bind is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether getpeername is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether getsockname is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether getsockopt is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether listen is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether recv is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether send is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether recvfrom is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether sendto is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether setsockopt is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether shutdown is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64372: checking whether accept4 is declared without a macro
configure:64401: gcc -c -g -O2 -pthread conftest.c >&5
configure:64401: $? = 0
configure:64409: result: yes
configure:64514: checking for nlink_t
configure:64514: result: yes
configure:64529: checking whether fchmodat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether fstat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether fstatat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether futimens is declared without a macro
configure:64563: result: yes
configure:64529: checking whether lchmod is declared without a macro
configure:64563: result: yes
configure:64529: checking whether lstat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether mkdirat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether mkfifo is declared without a macro
configure:64563: result: yes
configure:64529: checking whether mkfifoat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether mknod is declared without a macro
configure:64563: result: yes
configure:64529: checking whether mknodat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether stat is declared without a macro
configure:64563: result: yes
configure:64529: checking whether utimensat is declared without a macro
configure:64563: result: yes
configure:64659: checking for struct tms
configure:64659: gcc -c -g -O2 -pthread conftest.c >&5
configure:64659: $? = 0
configure:64659: gcc -c -g -O2 -pthread conftest.c >&5
conftest.c: In function 'main':
conftest.c:654:25: error: expected expression before ')' token
if (sizeof ((struct tms)))
^
configure:64659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.1.0+"
| #define PACKAGE_STRING "GNU Octave 4.1.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.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 _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 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
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_QHULL_QHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_LLVM_FUNCTION_H 1
| #define HAVE_LLVM_IRBUILDER_H 1
| #define HAVE_LLVM_DATALAYOUT_H 1
| #define FUNCTION_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define FUNCTION_ADDFNATTR_ARG_IS_ATTRIBUTES 1
| #define CALLINST_ADDATTRIBUTE_ARG_IS_ATTRIBUTES 1
| #define HAVE_LLVM 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_FFTW 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_XFT 1
| #define HAVE_FLTK 1
| #define HAVE_GL2PS_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_SUITESPARSE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_SUITESPARSE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_SUITESPARSE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_SUITESPARSE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_SUITESPARSE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_SUITESPARSE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define USE_UNORDERED_MAP_WITH_TR1 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define HAVE_PLACEMENT_DELETE 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define HAVE_CXX_COMPLEX_REFERENCE_ACCESSORS 1
| #define HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_FSTATAT 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_OPENAT 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define GNULIB_TEST_LINK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC_GNU 1
| #define GNULIB_REALLOC_GNU 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RENAME 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
| #define HAVE_RAW_DECL_SIGACTION 1
| #define HAVE_RAW_DECL_SIGADDSET 1
| #define HAVE_RAW_DECL_SIGDELSET 1
| #define HAVE_RAW_DECL_SIGEMPTYSET 1
| #define HAVE_RAW_DECL_SIGFILLSET 1
| #define HAVE_RAW_DECL_SIGISMEMBER 1
| #define HAVE_RAW_DECL_SIGPENDING 1
| #define HAVE_RAW_DECL_SIGPROCMASK 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_TEST_STAT 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment