Skip to content

Instantly share code, notes, and snippets.

@rheyns
Created April 18, 2012 07:14
Show Gist options
  • Save rheyns/2411695 to your computer and use it in GitHub Desktop.
Save rheyns/2411695 to your computer and use it in GitHub Desktop.
Output log files for attempt at 64-bit Octave compilation.
al:~ rheyns$ brew --config
HOMEBREW_VERSION: 0.9
HEAD: 03b4898bba52b6d18ee26cb6fbded1241a9db500
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.6.8
Kernel Architecture: i386
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
Clang: 2.1 build 163
MacPorts or Fink? false
X11: /usr/X11
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
al:~ rheyns$
al:~ rheyns$ brew doctor
Warning: The following libiconv files were detected in /usr/local:
include/iconv.h
Homebrew doesn't provide a libiconv formula, and expects to link against
the system version in /usr/lib.
If you have an alternate libiconv, many formulae will fail to compile or
link, especially if it wasn't compiled with the proper architectures.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libntfs-3g.80.dylib /usr/local/lib/libntfs.9.0.0.dylib /usr/local/lib/libublio.1.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libntfs-3g.la /usr/local/lib/libntfs.la /usr/local/lib/libublio.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/libntfs-3g.pc /usr/local/lib/pkgconfig/libublio.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libntfs-3g.a /usr/local/lib/libntfs.a /usr/local/lib/libublio.a
al:~ rheyns$
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 3.6.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.1 --enable-64 --with-blas=-ldotwrp -framework Accelerate
## --------- ##
## Platform. ##
## --------- ##
hostname = al
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 85 tasks, 331 threads, 2 processors
Load average: 1.27, Mach factor: 1.00
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/X11/bin
PATH: /usr/local/Cellar/readline/6.2.2/bin
PATH: /usr/local/Cellar/texinfo/4.13a/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/cuda/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/git/bin
PATH: /home/rheyns/abinit-5.8.4/bin
PATH: /Developer/usr/bin/
PATH: /Users/rheyns/.ec2/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:4555: checking for a BSD-compatible install
configure:4623: result: /usr/bin/install -c
configure:4634: checking whether build environment is sane
configure:4684: result: yes
configure:4825: checking for a thread-safe mkdir -p
configure:4864: result: build-aux/install-sh -c -d
configure:4878: checking for gawk
configure:4908: result: no
configure:4878: checking for mawk
configure:4908: result: no
configure:4878: checking for nawk
configure:4908: result: no
configure:4878: checking for awk
configure:4894: found /usr/bin/awk
configure:4905: result: awk
configure:4916: checking whether make sets $(MAKE)
configure:4938: result: yes
configure:5013: checking how to create a ustar tar archive
configure:5026: tar --version
bsdtar 2.6.2 - libarchive 2.6.2
configure:5029: $? = 0
configure:5069: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:5072: $? = 0
configure:5076: tar -xf - <conftest.tar
configure:5079: $? = 0
configure:5092: result: gnutar
configure:5104: checking build system type
configure:5118: result: x86_64-apple-darwin10.8.0
configure:5138: checking host system type
configure:5151: result: x86_64-apple-darwin10.8.0
configure:5216: checking for style of include used by make
configure:5244: result: GNU
configure:5314: checking for gcc
configure:5341: result: /usr/bin/llvm-gcc
configure:5570: checking for C compiler version
configure:5579: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 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:5590: $? = 0
configure:5579: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:5590: $? = 0
configure:5579: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:5590: $? = 1
configure:5579: /usr/bin/llvm-gcc -qversion >&5
i686-apple-darwin10-llvm-gcc-4.2: no input files
configure:5590: $? = 1
configure:5610: checking whether the C compiler works
configure:5632: /usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:5636: $? = 0
configure:5684: result: yes
configure:5687: checking for C compiler default output file name
configure:5689: result: a.out
configure:5695: checking for suffix of executables
configure:5702: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:5706: $? = 0
configure:5728: result:
configure:5750: checking whether we are cross compiling
configure:5758: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:5762: $? = 0
configure:5769: ./conftest
configure:5773: $? = 0
configure:5788: result: no
configure:5793: checking for suffix of object files
configure:5815: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:5819: $? = 0
configure:5840: result: o
configure:5844: checking whether we are using the GNU C compiler
configure:5863: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:5863: $? = 0
configure:5872: result: yes
configure:5881: checking whether /usr/bin/llvm-gcc accepts -g
configure:5901: /usr/bin/llvm-gcc -c -g -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:5901: $? = 0
configure:5942: result: yes
configure:5959: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:6023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6023: $? = 0
configure:6036: result: none needed
configure:6058: checking dependency style of /usr/bin/llvm-gcc
configure:6168: result: none
configure:6189: checking how to run the C preprocessor
configure:6220: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
configure:6220: $? = 0
configure:6234: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:6234: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6259: result: /usr/bin/llvm-gcc -E
configure:6279: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
configure:6279: $? = 0
configure:6293: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:6293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6322: checking for grep that handles long lines and -e
configure:6380: result: /usr/bin/grep
configure:6385: checking for egrep
configure:6447: result: /usr/bin/grep -E
configure:6452: checking for ANSI C header files
configure:6472: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6472: $? = 0
configure:6545: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:6545: $? = 0
configure:6545: ./conftest
configure:6545: $? = 0
configure:6556: result: yes
configure:6569: checking for sys/types.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for sys/stat.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for stdlib.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for string.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for memory.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for strings.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for inttypes.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for stdint.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6569: checking for unistd.h
configure:6569: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6569: $? = 0
configure:6569: result: yes
configure:6584: checking minix/config.h usability
configure:6584: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:55:26: error: minix/config.h: No such file or directory
configure:6584: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #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:6584: result: no
configure:6584: checking minix/config.h presence
configure:6584: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:22:26: error: minix/config.h: No such file or directory
configure:6584: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #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:6584: result: no
configure:6584: checking for minix/config.h
configure:6584: result: no
configure:6613: checking whether it is safe to define __EXTENSIONS__
configure:6631: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:6631: $? = 0
configure:6638: result: yes
configure:6721: result: defining man1dir to be $(mandir)/man1
configure:6725: result: defining man1ext to be .1
configure:6729: result: defining doc_cache_file to be $(octetcdir)/doc-cache
configure:6733: result: defining infofile to be $(infodir)/octave.info
configure:6737: result: defining octincludedir to be $(includedir)/octave-$(version)/octave
configure:6741: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m
configure:6745: result: defining localfcnfiledir to be $(datadir)/octave/site/m
configure:6749: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
configure:6753: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
configure:6757: result: defining octetcdir to be $(datadir)/octave/$(version)/etc
configure:6761: result: defining octlibdir to be $(libdir)/octave/$(version)
configure:6765: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
configure:6769: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type)
configure:6773: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
configure:6777: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
configure:6781: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type)
configure:6785: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type)
configure:6789: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
configure:6793: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type)
configure:6797: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib
configure:6852: checking for pkg-config
configure:6870: found /usr/local/bin/pkg-config
configure:6882: result: /usr/local/bin/pkg-config
configure:6907: checking pkg-config is at least version 0.9.0
configure:6910: result: yes
configure:7002: checking size of void *
configure:7007: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:7007: $? = 0
configure:7007: ./conftest
configure:7007: $? = 0
configure:7021: result: 8
configure:7035: checking size of int
configure:7040: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:7040: $? = 0
configure:7040: ./conftest
configure:7040: $? = 0
configure:7054: result: 4
configure:7068: checking size of long
configure:7073: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:7073: $? = 0
configure:7073: ./conftest
configure:7073: $? = 0
configure:7087: result: 8
configure:7135: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
configure:7255: checking for C++ compiler version
configure:7264: /usr/bin/llvm-g++ --version >&5
i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 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:7275: $? = 0
configure:7264: /usr/bin/llvm-g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:7275: $? = 0
configure:7264: /usr/bin/llvm-g++ -V >&5
llvm-g++-4.2: argument to `-V' is missing
configure:7275: $? = 1
configure:7264: /usr/bin/llvm-g++ -qversion >&5
i686-apple-darwin10-llvm-g++-4.2: no input files
configure:7275: $? = 1
configure:7279: checking whether we are using the GNU C++ compiler
configure:7298: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp >&5
configure:7298: $? = 0
configure:7307: result: yes
configure:7316: checking whether /usr/bin/llvm-g++ accepts -g
configure:7336: /usr/bin/llvm-g++ -c -g -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp >&5
configure:7336: $? = 0
configure:7377: result: yes
configure:7402: checking dependency style of /usr/bin/llvm-g++
configure:7512: result: none
configure:7532: checking how to run the C++ preprocessor
configure:7559: /usr/bin/llvm-g++ -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp
configure:7559: $? = 0
configure:7573: /usr/bin/llvm-g++ -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp
conftest.cpp:37:28: error: ac_nonexistent.h: No such file or directory
configure:7573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7598: result: /usr/bin/llvm-g++ -E
configure:7618: /usr/bin/llvm-g++ -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp
configure:7618: $? = 0
configure:7632: /usr/bin/llvm-g++ -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp
conftest.cpp:37:28: error: ac_nonexistent.h: No such file or directory
configure:7632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7682: checking for C++ support for new friend template declaration
configure:7719: /usr/bin/llvm-g++ -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.cpp >&5
Undefined symbols for architecture x86_64:
"operator==(A const&, A const&)", referenced from:
_main in ccQQ4Fis.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include "conftest.h"
| int
| main ()
| {
| A a (1);
| return a == A(1);
| ;
| return 0;
| }
configure:7735: result: yes
configure:7745: checking if C++ library is ISO compliant
configure:7783: /usr/bin/llvm-g++ -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.cpp >&5
configure:7783: $? = 0
configure:7799: result: yes
configure:7815: checking for broken C++ reinterpret_cast
configure:7836: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.cpp >&5
configure:7836: $? = 0
configure:7843: result: no
configure:7907: checking for gcc
configure:7934: result: /usr/bin/llvm-gcc
configure:8163: checking for C compiler version
configure:8172: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 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:8183: $? = 0
configure:8172: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~4/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:8183: $? = 0
configure:8172: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:8183: $? = 1
configure:8172: /usr/bin/llvm-gcc -qversion >&5
i686-apple-darwin10-llvm-gcc-4.2: no input files
configure:8183: $? = 1
configure:8187: checking whether we are using the GNU C compiler
configure:8215: result: yes
configure:8224: checking whether /usr/bin/llvm-gcc accepts -g
configure:8285: result: yes
configure:8302: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:8379: result: none needed
configure:8401: checking dependency style of /usr/bin/llvm-gcc
configure:8511: result: none
configure:8531: checking how to run the C preprocessor
configure:8601: result: /usr/bin/llvm-gcc -E
configure:8621: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
configure:8621: $? = 0
configure:8635: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:39:28: error: ac_nonexistent.h: No such file or directory
configure:8635: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8664: checking whether /usr/bin/llvm-gcc needs -traditional
conftest.c:39:20: error: termio.h: No such file or directory
configure:8698: result: no
configure:8710: checking for Minix Amsterdam compiler
configure:8734: result: no
configure:8786: checking for ar
configure:8802: found /usr/bin/ar
configure:8813: result: ar
configure:8893: checking for ranlib
configure:8909: found /usr/bin/ranlib
configure:8920: result: ranlib
configure:8952: checking for _LARGEFILE_SOURCE value needed for large files
configure:8971: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:8971: $? = 0
configure:8999: result: no
configure:9054: checking for special C compiler options needed for large files
configure:9099: result: no
configure:9105: checking for _FILE_OFFSET_BITS value needed for large files
configure:9130: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9130: $? = 0
configure:9162: result: no
configure:9432: checking for size_t
configure:9432: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9432: $? = 0
configure:9432: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:76: error: expected expression before ')' token
configure:9432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:9432: result: yes
configure:9445: checking for working alloca.h
configure:9462: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9462: $? = 0
configure:9470: result: yes
configure:9478: checking for alloca
configure:9515: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9515: $? = 0
configure:9523: result: yes
configure:9711: checking for canonicalize_file_name
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_canonicalize_file_name", referenced from:
_main in ccH5C0Cl.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define canonicalize_file_name innocuous_canonicalize_file_name
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char canonicalize_file_name (); 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 canonicalize_file_name
|
| /* 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 canonicalize_file_name ();
| /* 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_canonicalize_file_name || defined __stub___canonicalize_file_name
| choke me
| #endif
|
| int
| main ()
| {
| return canonicalize_file_name ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for getcwd
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for readlink
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for realpath
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for _set_invalid_parameter_handler
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"__set_invalid_parameter_handler", referenced from:
_main in ccnIogav.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 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
|
| int
| main ()
| {
| return _set_invalid_parameter_handler ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for fchdir
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for fcntl
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for symlink
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for fdopendir
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_fdopendir", referenced from:
_main in ccYqWyQZ.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| /* end confdefs.h. */
| /* Define fdopendir to an innocuous variant, in case <limits.h> declares fdopendir.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fdopendir innocuous_fdopendir
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fdopendir (); 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 fdopendir
|
| /* 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 fdopendir ();
| /* 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_fdopendir || defined __stub___fdopendir
| choke me
| #endif
|
| int
| main ()
| {
| return fdopendir ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for mempcpy
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_mempcpy", referenced from:
_main in ccWOc8WR.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| /* end confdefs.h. */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mempcpy innocuous_mempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mempcpy (); 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 mempcpy
|
| /* 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 mempcpy ();
| /* 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_mempcpy || defined __stub___mempcpy
| choke me
| #endif
|
| int
| main ()
| {
| return mempcpy ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for btowc
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for isblank
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for iswctype
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mbsrtowcs
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for wmemchr
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for wmemcpy
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for wmempcpy
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_wmempcpy", referenced from:
_main in ccts39BQ.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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
| /* end confdefs.h. */
| /* Define wmempcpy to an innocuous variant, in case <limits.h> declares wmempcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define wmempcpy innocuous_wmempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char wmempcpy (); 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 wmempcpy
|
| /* 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 wmempcpy ();
| /* 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_wmempcpy || defined __stub___wmempcpy
| choke me
| #endif
|
| int
| main ()
| {
| return wmempcpy ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for fpurge
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for __fpurge
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"___fpurge", referenced from:
_main in ccVhysxn.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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
|
| int
| main ()
| {
| return __fpurge ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for __freading
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"___freading", referenced from:
_main in cc5B4Je4.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 1
| /* end confdefs.h. */
| /* Define __freading to an innocuous variant, in case <limits.h> declares __freading.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __freading innocuous___freading
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __freading (); 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 __freading
|
| /* 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 __freading ();
| /* 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___freading || defined __stub_____freading
| choke me
| #endif
|
| int
| main ()
| {
| return __freading ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for fstatat
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_fstatat", referenced from:
_main in ccx7typo.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 1
| /* end confdefs.h. */
| /* Define fstatat to an innocuous variant, in case <limits.h> declares fstatat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fstatat innocuous_fstatat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fstatat (); 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 fstatat
|
| /* 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 fstatat ();
| /* 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_fstatat || defined __stub___fstatat
| choke me
| #endif
|
| int
| main ()
| {
| return fstatat ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for getdtablesize
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for getlogin_r
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for gettimeofday
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for getpwnam_r
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for link
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for lstat
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mbsinit
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mbrtowc
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mprotect
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mkfifo
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for mkostemp
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_mkostemp", referenced from:
_main in ccCfPBN8.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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
| /* end confdefs.h. */
| /* Define mkostemp to an innocuous variant, in case <limits.h> declares mkostemp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mkostemp innocuous_mkostemp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mkostemp (); 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 mkostemp
|
| /* 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 mkostemp ();
| /* 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_mkostemp || defined __stub___mkostemp
| choke me
| #endif
|
| int
| main ()
| {
| return mkostemp ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for mkstemp
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for alarm
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for openat
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_openat", referenced from:
_main in ccqEsYsn.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define openat to an innocuous variant, in case <limits.h> declares openat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define openat innocuous_openat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openat (); 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 openat
|
| /* 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 openat ();
| /* 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_openat || defined __stub___openat
| choke me
| #endif
|
| int
| main ()
| {
| return openat ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for sigaction
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for sigaltstack
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for siginterrupt
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for sleep
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for strdup
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for tzset
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for strptime
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for localtime_r
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for times
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for pipe
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for vasnprintf
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_vasnprintf", referenced from:
_main in ccq1NvJt.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:9711: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_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
|
| int
| main ()
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:9711: result: no
configure:9711: checking for snprintf
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9711: checking for iswcntrl
configure:9711: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9711: $? = 0
configure:9711: result: yes
configure:9728: checking whether // is distinct from /
configure:9757: result: no
configure:9769: checking whether realpath works
configure:9933: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:9933: $? = 0
configure:9933: ./conftest
configure:9933: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 1
| /* end confdefs.h. */
|
|
|
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on MacOS X. */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens. */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
| EXC_BAD_ACCESS. */
| static void *
| mach_exception_thread (void *arg)
| {
| /* Buffer for a message to be received. */
| struct {
| mach_msg_header_t head;
| mach_msg_body_t msgh_body;
| char data[1024];
| } msg;
| mach_msg_return_t retval;
| /* Wait for a message on the exception port. */
| retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
| our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
| if (retval != MACH_MSG_SUCCESS)
| abort ();
| exit (1);
| }
| static void
| nocrash_init (void)
| {
| mach_port_t self = mach_task_self ();
| /* Allocate a port on which the thread shall listen for exceptions. */
| if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
| == KERN_SUCCESS) {
| /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
| if (mach_port_insert_right (self, our_exception_port, our_exception_port,
| MACH_MSG_TYPE_MAKE_SEND)
| == KERN_SUCCESS) {
| /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
| for us. */
| exception_mask_t mask = EXC_MASK_BAD_ACCESS;
| /* Create the thread listening on the exception port. */
| pthread_attr_t attr;
| pthread_t thread;
| if (pthread_attr_init (&attr) == 0
| && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
| && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
| pthread_attr_destroy (&attr);
| /* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
| task_set_exception_ports (self, mask, our_exception_port,
| EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
| }
| }
| }
| }
| #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| /* Avoid a crash on native Windows. */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
| switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
| {
| case EXCEPTION_ACCESS_VIOLATION:
| case EXCEPTION_IN_PAGE_ERROR:
| case EXCEPTION_STACK_OVERFLOW:
| case EXCEPTION_GUARD_PAGE:
| case EXCEPTION_PRIV_INSTRUCTION:
| case EXCEPTION_ILLEGAL_INSTRUCTION:
| case EXCEPTION_DATATYPE_MISALIGNMENT:
| case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
| case EXCEPTION_NONCONTINUABLE_EXCEPTION:
| exit (1);
| }
| return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
| SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems. */
| #include <signal.h>
| /* A POSIX signal handler. */
| static void
| exception_handler (int sig)
| {
| exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
| signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
| signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
|
| #include <stdlib.h>
| #include <string.h>
|
| int
| main ()
| {
|
| int result = 0;
| {
| char *name = realpath ("conftest.a", NULL);
| if (!(name && *name == '/'))
| result |= 1;
| }
| {
| char *name = realpath ("conftest.b/../conftest.a", NULL);
| if (name != NULL)
| result |= 2;
| }
| {
| char *name = realpath ("conftest.a/", NULL);
| if (name != NULL)
| result |= 4;
| }
| {
| char *name1 = realpath (".", NULL);
| char *name2 = realpath ("conftest.d//./..", NULL);
| if (strcmp (name1, name2) != 0)
| result |= 8;
| }
| return result;
|
| ;
| return 0;
| }
|
configure:9945: result: no
configure:9959: checking for sys/param.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for unistd.h
configure:9959: result: yes
configure:9959: checking for sys/socket.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for dirent.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for wctype.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for netdb.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for getopt.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for sys/time.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for sys/cdefs.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for math.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for sys/mman.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for sys/select.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for wchar.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for stdint.h
configure:9959: result: yes
configure:9959: checking for strings.h
configure:9959: result: yes
configure:9959: checking for sys/stat.h
configure:9959: result: yes
configure:9959: checking for sys/times.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for sys/uio.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:9959: $? = 0
configure:9959: result: yes
configure:9959: checking for features.h
configure:9959: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:131:22: error: features.h: No such file or directory
configure:9959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_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 <features.h>
configure:9959: result: no
configure:10106: checking for inline
configure:10122: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:10122: $? = 0
configure:10130: result: inline
configure:10342: checking whether byte ordering is bigendian
configure:10357: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:10357: $? = 0
configure:10402: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:10402: $? = 0
configure:10420: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:104: error: 'not' undeclared (first use in this function)
conftest.c:104: error: (Each undeclared identifier is reported only once
conftest.c:104: error: for each function it appears in.)
conftest.c:104: error: expected ';' before 'big'
configure:10420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:10548: result: no
configure:10569: checking whether the preprocessor supports include_next
configure:10607: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:10607: $? = 0
configure:10628: result: yes
configure:10649: checking whether system header files limit the line length
configure:10672: result: no
configure:10685: checking for complete errno.h
configure:10746: result: yes
configure:11043: checking whether strerror_r is declared
configure:11043: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11043: $? = 0
configure:11043: result: yes
configure:11056: checking for strerror_r
configure:11056: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11056: $? = 0
configure:11056: result: yes
configure:11065: checking whether strerror_r returns char *
configure:11089: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:137: error: invalid type argument of 'unary *'
configure:11089: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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
| int
| main ()
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:11127: result: no
configure:11138: checking whether fchdir is declared
configure:11138: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11138: $? = 0
configure:11138: result: yes
configure:11273: checking for working fcntl.h
configure:11365: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11365: $? = 0
configure:11365: ./conftest
configure:11365: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <io.h>
| # include <stdlib.h>
| # defined sleep(n) _sleep ((n) * 1000)
| #endif
| #include <fcntl.h>
| #ifndef O_NOATIME
| #define O_NOATIME 0
| #endif
| #ifndef O_NOFOLLOW
| #define O_NOFOLLOW 0
| #endif
| static int const constants[] =
| {
| O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
| O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
| };
|
| int
| main ()
| {
|
| int result = !constants;
| #if HAVE_SYMLINK
| {
| static char const sym[] = "conftest.sym";
| if (symlink (".", sym) != 0)
| result |= 2;
| else
| {
| int fd = open (sym, O_RDONLY | O_NOFOLLOW);
| if (fd >= 0)
| {
| close (fd);
| result |= 4;
| }
| }
| unlink (sym);
| }
| #endif
| {
| static char const file[] = "confdefs.h";
| int fd = open (file, O_RDONLY | O_NOATIME);
| if (fd < 0)
| result |= 8;
| else
| {
| struct stat st0;
| if (fstat (fd, &st0) != 0)
| result |= 16;
| else
| {
| char c;
| sleep (1);
| if (read (fd, &c, 1) != 1)
| result |= 24;
| else
| {
| if (close (fd) != 0)
| result |= 32;
| else
| {
| struct stat st1;
| if (stat (file, &st1) != 0)
| result |= 40;
| else
| if (st0.st_atime != st1.st_atime)
| result |= 64;
| }
| }
| }
| }
| }
| return result;
| ;
| return 0;
| }
configure:11380: result: no (bad O_NOATIME)
configure:11403: checking for pid_t
configure:11403: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11403: $? = 0
configure:11403: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:138: error: expected expression before ')' token
configure:11403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:11403: result: yes
configure:11414: checking for mode_t
configure:11414: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11414: $? = 0
configure:11414: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:138: error: expected expression before ')' token
configure:11414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #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
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:11414: result: yes
configure:11427: checking for st_dm_mode in struct stat
configure:11445: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:108: error: 'struct stat' has no member named 'st_dm_mode'
configure:11445: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
| ;
| return 0;
| }
configure:11452: result: no
configure:11462: checking whether strmode is declared
configure:11462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11462: $? = 0
configure:11462: result: yes
configure:11477: checking for mbstate_t
configure:11501: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11501: $? = 0
configure:11508: result: yes
configure:11543: checking whether stdin defaults to large file offsets
configure:11567: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11567: $? = 0
configure:11575: result: yes
configure:11578: checking whether fseeko is declared
configure:11578: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11578: $? = 0
configure:11578: result: yes
configure:11596: checking for fseeko
configure:11614: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11614: $? = 0
configure:11623: result: yes
configure:11640: checking whether fflush works on input streams
configure:11702: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11702: $? = 0
configure:11702: ./conftest
configure:11702: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 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
|
| 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:11714: result: no
configure:11759: checking whether lstat correctly handles trailing slash
configure:11790: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11790: $? = 0
configure:11790: ./conftest
configure:11790: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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
| int
| main ()
| {
| struct stat sbuf;
| /* Linux will dereference the symlink and fail, as required by
| POSIX. That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| return lstat ("conftest.sym/", &sbuf) == 0;
|
| ;
| return 0;
| }
configure:11807: result: no
configure:11818: checking whether ftello is declared
configure:11818: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:11818: $? = 0
configure:11818: result: yes
configure:11841: checking for ftello
configure:11858: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11858: $? = 0
configure:11867: result: yes
configure:11876: checking whether ftello works
configure:11952: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:11952: $? = 0
configure:11952: ./conftest
configure:11952: $? = 0
configure:11963: result: yes
configure:11979: checking whether getcwd (NULL, 0) allocates memory for result
configure:12035: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:12035: $? = 0
configure:12035: ./conftest
configure:12035: $? = 0
configure:12045: result: yes
configure:12049: checking for getcwd with POSIX signature
configure:12071: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12071: $? = 0
configure:12079: result: yes
configure:12082: checking whether getcwd is declared
configure:12082: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12082: $? = 0
configure:12082: result: yes
configure:12097: checking whether getlogin_r is declared
configure:12097: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12097: $? = 0
configure:12097: result: yes
configure:12110: checking whether getlogin is declared
configure:12110: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12110: $? = 0
configure:12110: result: yes
configure:12213: checking for getopt.h
configure:12213: result: yes
configure:12230: checking for getopt_long_only
configure:12230: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:12230: $? = 0
configure:12230: result: yes
configure:12244: checking whether getopt is POSIX compatible
configure:12261: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:12261: $? = 0
configure:12381: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -DOPTIND_MIN=1 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:12381: $? = 0
configure:12381: ./conftest
configure:12381: $? = 16
configure: program exited with status 16
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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
| /* end confdefs.h. */
|
| #include <unistd.h>
| #include <stdlib.h>
| #include <string.h>
|
| int
| main ()
| {
| {
| static char program[] = "program";
| static char a[] = "-a";
| static char foo[] = "foo";
| static char bar[] = "bar";
| char *argv[] = { program, a, foo, bar, NULL };
| int c;
|
| optind = OPTIND_MIN;
| opterr = 0;
|
| c = getopt (4, argv, "ab");
| if (!(c == 'a'))
| return 1;
| c = getopt (4, argv, "ab");
| if (!(c == -1))
| return 2;
| if (!(optind == 2))
| return 3;
| }
| /* Some internal state exists at this point. */
| {
| static char program[] = "program";
| static char donald[] = "donald";
| static char p[] = "-p";
| static char billy[] = "billy";
| static char duck[] = "duck";
| static char a[] = "-a";
| static char bar[] = "bar";
| char *argv[] = { program, donald, p, billy, duck, a, bar, NULL };
| int c;
|
| optind = OPTIND_MIN;
| opterr = 0;
|
| c = getopt (7, argv, "+abp:q:");
| if (!(c == -1))
| return 4;
| if (!(strcmp (argv[0], "program") == 0))
| return 5;
| if (!(strcmp (argv[1], "donald") == 0))
| return 6;
| if (!(strcmp (argv[2], "-p") == 0))
| return 7;
| if (!(strcmp (argv[3], "billy") == 0))
| return 8;
| if (!(strcmp (argv[4], "duck") == 0))
| return 9;
| if (!(strcmp (argv[5], "-a") == 0))
| return 10;
| if (!(strcmp (argv[6], "bar") == 0))
| return 11;
| if (!(optind == 1))
| return 12;
| }
| /* Detect MacOS 10.5, AIX 7.1 bug. */
| {
| static char program[] = "program";
| static char ab[] = "-ab";
| char *argv[3] = { program, ab, NULL };
| optind = OPTIND_MIN;
| opterr = 0;
| if (getopt (2, argv, "ab:") != 'a')
| return 13;
| if (getopt (2, argv, "ab:") != '?')
| return 14;
| if (optopt != 'b')
| return 15;
| if (optind != 2)
| return 16;
| }
|
| return 0;
| }
|
configure:12393: result: no
configure:12673: checking whether getenv is declared
configure:12673: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12673: $? = 0
configure:12673: result: yes
configure:12684: checking for C/C++ restrict keyword
configure:12709: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12709: $? = 0
configure:12717: result: __restrict
configure:12849: checking for struct timeval
configure:12872: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12872: $? = 0
configure:12879: result: yes
configure:12888: checking whether gettimeofday is declared without a macro
configure:12910: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:12910: $? = 0
configure:12918: result: yes
configure:12940: checking where to find the exponent in a 'double'
configure:13254: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13254: $? = 0
configure:13254: ./conftest
configure:13254: $? = 0
configure:13266: result: word 1 bit 20
configure:13286: checking where to find the exponent in a 'float'
configure:13363: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13363: $? = 0
configure:13363: ./conftest
configure:13363: $? = 0
configure:13375: result: word 0 bit 23
configure:13395: checking whether long double and double are the same
configure:13416: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:127: error: size of array 'check' is negative
configure:13416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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>
| 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:13424: result: no
configure:13439: checking for nl_langinfo and CODESET
configure:13455: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13455: $? = 0
configure:13464: result: yes
configure:13472: checking whether getc_unlocked is declared
configure:13472: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:13472: $? = 0
configure:13472: result: yes
configure:13484: checking whether we are using the GNU C Library >= 2.1 or uClibc
conftest.c:122:22: error: features.h: No such file or directory
configure:13514: result: no
configure:13523: checking whether malloc, realloc, calloc are POSIX compliant
configure:13543: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:13543: $? = 0
configure:13551: result: yes
configure:13557: checking for stdlib.h
configure:13557: result: yes
configure:13567: checking for GNU libc compatible malloc
configure:13591: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13591: $? = 0
configure:13591: ./conftest
configure:13591: $? = 0
configure:13601: result: yes
configure:13616: checking for unsigned long long int
configure:13655: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13655: $? = 0
configure:13664: result: yes
configure:13674: checking for long long int
configure:13712: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13712: $? = 0
configure:13712: ./conftest
configure:13712: $? = 0
configure:13724: result: yes
configure:13834: checking for a traditional japanese locale
configure:13904: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:13907: $? = 0
configure:13965: result: ja_JP.eucJP
configure:13973: checking for a transitional chinese locale
configure:14044: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14047: $? = 0
configure:14098: result: zh_CN.GB18030
configure:14105: checking for a french Unicode locale
configure:14175: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14178: $? = 0
configure:14224: result: fr_FR.UTF-8
configure:14232: checking for a traditional french locale
configure:14298: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14301: $? = 0
configure:14357: result: fr_FR.ISO8859-1
configure:14448: checking for mmap
configure:14448: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14448: $? = 0
configure:14448: result: yes
configure:14459: checking for MAP_ANONYMOUS
configure:14496: result: yes
configure:14518: checking whether memchr works
configure:14581: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14581: $? = 0
configure:14581: ./conftest
configure:14581: $? = 0
configure:14591: result: yes
configure:14598: checking whether memrchr is declared
configure:14598: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:167: error: 'memrchr' undeclared (first use in this function)
conftest.c:167: error: (Each undeclared identifier is reported only once
conftest.c:167: error: for each function it appears in.)
configure:14598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 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
| int
| main ()
| {
| #ifndef memrchr
| #ifdef __cplusplus
| (void) memrchr;
| #else
| (void) memrchr;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:14598: result: no
configure:14642: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:14642: $? = 0
configure:14686: checking whether <sys/select.h> is self-contained
configure:14703: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:14703: $? = 0
configure:14722: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:14722: $? = 0
configure:14752: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:14752: $? = 0
configure:14765: result: yes
configure:14878: checking whether pselect is declared without a macro
configure:14902: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:14902: $? = 0
configure:14910: result: yes
configure:14878: checking whether select is declared without a macro
configure:14902: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:14902: $? = 0
configure:14910: result: yes
configure:14996: checking for library containing setsockopt
configure:15018: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15018: $? = 0
configure:15099: result: none needed
configure:15121: checking whether select supports a 0 argument
configure:15153: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15153: $? = 0
configure:15153: ./conftest
configure:15153: $? = 0
configure:15164: result: yes
configure:15202: checking for promoted mode_t type
configure:15219: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15219: $? = 0
configure:15227: result: int
configure:15258: checking for sigset_t
configure:15258: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15258: $? = 0
configure:15258: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:140: error: expected expression before ')' token
configure:15258: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| /* end confdefs.h. */
|
| #include <signal.h>
| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:15258: result: yes
configure:15281: checking for uid_t in sys/types.h
configure:15300: result: yes
configure:15333: checking for stdbool.h that conforms to C99
configure:15400: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15400: $? = 0
configure:15407: result: yes
configure:15409: checking for _Bool
configure:15409: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15409: $? = 0
configure:15409: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:168: error: expected expression before ')' token
configure:15409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_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
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:15409: result: yes
configure:15425: checking for wchar_t
configure:15442: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15442: $? = 0
configure:15449: result: yes
configure:15582: checking whether stdint.h conforms to C99
configure:15751: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:253: error: negative width in bit-field 'check_UINT8_C'
conftest.c:255: error: negative width in bit-field 'check_UINT16_C'
configure:15751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h. */
|
|
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
|
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
|
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
|
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t)))
| #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
| struct s {
| int check_PTRDIFF:
| PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
| && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
| ? 1 : -1;
| /* Detect bug in FreeBSD 6.0 / ia64. */
| int check_SIG_ATOMIC:
| SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
| && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
| ? 1 : -1;
| int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
| int check_WCHAR:
| WCHAR_MIN == TYPE_MINIMUM (wchar_t)
| && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
| ? 1 : -1;
| /* Detect bug in mingw. */
| int check_WINT:
| WINT_MIN == TYPE_MINIMUM (wint_t)
| && WINT_MAX == TYPE_MAXIMUM (wint_t)
| ? 1 : -1;
|
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| int check_UINT8_C:
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| int check_UINT16_C:
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
| /* Detect bugs in OpenBSD 3.9 stdint.h. */
| #ifdef UINT8_MAX
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15843: result: no
configure:15852: checking sys/inttypes.h usability
configure:15852: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:167:26: error: sys/inttypes.h: No such file or directory
configure:15852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_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
| #include <sys/inttypes.h>
configure:15852: result: no
configure:15852: checking sys/inttypes.h presence
configure:15852: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:134:26: error: sys/inttypes.h: No such file or directory
configure:15852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h. */
| #include <sys/inttypes.h>
configure:15852: result: no
configure:15852: checking for sys/inttypes.h
configure:15852: result: no
configure:15852: checking sys/bitypes.h usability
configure:15852: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:167:25: error: sys/bitypes.h: No such file or directory
configure:15852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_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
| #include <sys/bitypes.h>
configure:15852: result: no
configure:15852: checking sys/bitypes.h presence
configure:15852: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
conftest.c:134:25: error: sys/bitypes.h: No such file or directory
configure:15852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h. */
| #include <sys/bitypes.h>
configure:15852: result: no
configure:15852: checking for sys/bitypes.h
configure:15852: result: no
configure:15881: checking for bit size of ptrdiff_t
configure:15886: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15886: $? = 0
configure:15886: ./conftest
configure:15886: $? = 0
configure:15907: result: 64
configure:15881: checking for bit size of size_t
configure:15886: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15886: $? = 0
configure:15886: ./conftest
configure:15886: $? = 0
configure:15907: result: 64
configure:15926: checking for bit size of sig_atomic_t
configure:15931: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15931: $? = 0
configure:15931: ./conftest
configure:15931: $? = 0
configure:15952: result: 32
configure:15926: checking for bit size of wchar_t
configure:15931: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15931: $? = 0
configure:15931: ./conftest
configure:15931: $? = 0
configure:15952: result: 32
configure:15926: checking for bit size of wint_t
configure:15931: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:15931: $? = 0
configure:15931: ./conftest
configure:15931: $? = 0
configure:15952: result: 32
configure:15970: checking whether sig_atomic_t is signed
configure:15997: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15997: $? = 0
configure:16007: result: yes
configure:15970: checking whether wchar_t is signed
configure:15997: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15997: $? = 0
configure:16007: result: yes
configure:15970: checking whether wint_t is signed
configure:15997: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:15997: $? = 0
configure:16007: result: yes
configure:16029: checking for ptrdiff_t integer literal suffix
configure:16075: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:154: error: conflicting types for 'foo'
conftest.c:153: error: previous declaration of 'foo' was here
configure:16075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern ptrdiff_t foo;
| extern int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16075: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16075: $? = 0
configure:16084: result: l
configure:16029: checking for size_t integer literal suffix
configure:16075: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:155: error: conflicting types for 'foo'
conftest.c:154: error: previous declaration of 'foo' was here
configure:16075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern size_t foo;
| extern unsigned int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16075: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16075: $? = 0
configure:16084: result: ul
configure:16101: checking for sig_atomic_t integer literal suffix
configure:16147: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16147: $? = 0
configure:16156: result:
configure:16101: checking for wchar_t integer literal suffix
configure:16147: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16147: $? = 0
configure:16156: result:
configure:16101: checking for wint_t integer literal suffix
configure:16147: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16147: $? = 0
configure:16156: result:
configure:16194: checking whether strdup is declared
configure:16194: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16194: $? = 0
configure:16194: result: yes
configure:16207: checking whether strerror(0) succeeds
configure:16236: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:16236: $? = 0
configure:16236: ./conftest
configure:16236: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| /* end confdefs.h. */
| #include <string.h>
| #include <errno.h>
|
| int
| main ()
| {
| int result = 0;
| char *str;
| errno = 0;
| str = strerror (0);
| if (!*str) result |= 1;
| if (errno) result |= 2;
| if (strstr (str, "nknown") || strstr (str, "ndefined"))
| result |= 4;
| return result;
| ;
| return 0;
| }
configure:16247: result: no
configure:16256: checking whether struct tm is in sys/time.h or time.h
configure:16276: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16276: $? = 0
configure:16283: result: time.h
configure:16291: checking for struct tm.tm_zone
configure:16291: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16291: $? = 0
configure:16291: result: yes
configure:16359: checking for struct tm.tm_gmtoff
configure:16359: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16359: $? = 0
configure:16359: result: yes
configure:16444: checking whether ffsl is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether ffsll is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159: error: 'ffsll' undeclared (first use in this function)
conftest.c:159: error: (Each undeclared identifier is reported only once
conftest.c:159: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef ffsll
| (void) ffsll;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether memmem is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159: error: 'memmem' undeclared (first use in this function)
conftest.c:159: error: (Each undeclared identifier is reported only once
conftest.c:159: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef memmem
| (void) memmem;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether mempcpy is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159: error: 'mempcpy' undeclared (first use in this function)
conftest.c:159: error: (Each undeclared identifier is reported only once
conftest.c:159: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef mempcpy
| (void) mempcpy;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether memrchr is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159: error: 'memrchr' undeclared (first use in this function)
conftest.c:159: error: (Each undeclared identifier is reported only once
conftest.c:159: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef memrchr
| (void) memrchr;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether rawmemchr is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159: error: 'rawmemchr' undeclared (first use in this function)
conftest.c:159: error: (Each undeclared identifier is reported only once
conftest.c:159: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef rawmemchr
| (void) rawmemchr;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether stpcpy is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether stpncpy is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: 'stpncpy' undeclared (first use in this function)
conftest.c:160: error: (Each undeclared identifier is reported only once
conftest.c:160: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef stpncpy
| (void) stpncpy;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether strchrnul is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:160: error: 'strchrnul' undeclared (first use in this function)
conftest.c:160: error: (Each undeclared identifier is reported only once
conftest.c:160: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strchrnul
| (void) strchrnul;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether strdup is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strncat is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strndup is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:162: error: 'strndup' undeclared (first use in this function)
conftest.c:162: error: (Each undeclared identifier is reported only once
conftest.c:162: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strndup
| (void) strndup;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether strnlen is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:162: error: 'strnlen' undeclared (first use in this function)
conftest.c:162: error: (Each undeclared identifier is reported only once
conftest.c:162: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strnlen
| (void) strnlen;
| ;
| return 0;
| }
configure:16470: result: no
configure:16444: checking whether strpbrk is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strsep is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strcasestr is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strtok_r is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strerror_r is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strsignal is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16462: $? = 0
configure:16470: result: yes
configure:16444: checking whether strverscmp is declared without a macro
configure:16462: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:168: error: 'strverscmp' undeclared (first use in this function)
conftest.c:168: error: (Each undeclared identifier is reported only once
conftest.c:168: error: for each function it appears in.)
configure:16462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strverscmp
| (void) strverscmp;
| ;
| return 0;
| }
configure:16470: result: no
configure:16571: checking whether ffs is declared without a macro
configure:16593: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16593: $? = 0
configure:16601: result: yes
configure:16571: checking whether strcasecmp is declared without a macro
configure:16593: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16593: $? = 0
configure:16601: result: yes
configure:16571: checking whether strncasecmp is declared without a macro
configure:16593: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16593: $? = 0
configure:16601: result: yes
configure:16637: checking whether stat file-mode macros are broken
configure:16664: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16664: $? = 0
configure:16671: result: no
configure:16696: checking for struct timespec in <time.h>
configure:16713: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16713: $? = 0
configure:16720: result: yes
configure:16865: checking whether localtime_r is declared
configure:16865: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:205: error: 'localtime_r' undeclared (first use in this function)
conftest.c:205: error: (Each undeclared identifier is reported only once
conftest.c:205: error: for each function it appears in.)
configure:16865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 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
| int
| main ()
| {
| #ifndef localtime_r
| #ifdef __cplusplus
| (void) localtime_r;
| #else
| (void) localtime_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16865: result: no
configure:16885: checking for wint_t
configure:16910: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16910: $? = 0
configure:16917: result: yes
configure:16937: checking for inttypes.h
configure:16956: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16956: $? = 0
configure:16963: result: yes
configure:16974: checking for stdint.h
configure:16991: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:16991: $? = 0
configure:16998: result: yes
configure:17011: checking for intmax_t
configure:17036: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:17036: $? = 0
configure:17043: result: yes
configure:17069: checking whether snprintf returns a byte count as in C99
configure:17139: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17139: $? = 0
configure:17139: ./conftest
configure:17139: $? = 0
configure:17150: result: yes
configure:17162: checking for snprintf
configure:17162: result: yes
configure:17162: checking for strnlen
configure:17162: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_strnlen", referenced from:
_main in ccqjk0fs.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:17162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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
| /* end confdefs.h. */
| /* Define strnlen to an innocuous variant, in case <limits.h> declares strnlen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strnlen innocuous_strnlen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strnlen (); 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 strnlen
|
| /* 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 strnlen ();
| /* 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_strnlen || defined __stub___strnlen
| choke me
| #endif
|
| int
| main ()
| {
| return strnlen ();
| ;
| return 0;
| }
configure:17162: result: no
configure:17162: checking for wcslen
configure:17162: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17162: $? = 0
configure:17162: result: yes
configure:17162: checking for wcsnlen
configure:17162: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_wcsnlen", referenced from:
_main in ccTiyFR5.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:17162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 1
| /* end confdefs.h. */
| /* Define wcsnlen to an innocuous variant, in case <limits.h> declares wcsnlen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define wcsnlen innocuous_wcsnlen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char wcsnlen (); 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 wcsnlen
|
| /* 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 wcsnlen ();
| /* 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_wcsnlen || defined __stub___wcsnlen
| choke me
| #endif
|
| int
| main ()
| {
| return wcsnlen ();
| ;
| return 0;
| }
configure:17162: result: no
configure:17162: checking for mbrtowc
configure:17162: result: yes
configure:17162: checking for wcrtomb
configure:17162: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17162: $? = 0
configure:17162: result: yes
configure:17171: checking whether _snprintf is declared
configure:17171: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:183: error: '_snprintf' undeclared (first use in this function)
conftest.c:183: error: (Each undeclared identifier is reported only once
conftest.c:183: error: for each function it appears in.)
configure:17171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #ifndef _snprintf
| #ifdef __cplusplus
| (void) _snprintf;
| #else
| (void) _snprintf;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17171: result: no
configure:17194: checking whether <wchar.h> uses 'inline' correctly
configure:17216: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:17219: $? = 0
configure:17237: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:17240: $? = 0
configure:17253: result: yes
configure:17311: checking for alloca as a compiler built-in
configure:17335: result: yes
configure:17449: checking whether this system has an arbitrary file name length limit
configure:17490: result: yes
configure:17599: checking for closedir
configure:17599: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17599: $? = 0
configure:17599: result: yes
configure:17698: checking whether copysign can be used without linking with libm
configure:17727: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17727: $? = 0
configure:17736: result: yes
configure:17833: checking whether copysignf can be used without linking with libm
configure:17862: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:17862: $? = 0
configure:17871: result: yes
configure:17965: checking for d_ino member in directory struct
configure:18000: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:18000: $? = 0
configure:18000: ./conftest
configure:18000: $? = 0
configure:18010: result: yes
configure:18019: checking for d_type member in directory struct
configure:18038: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:18038: $? = 0
configure:18048: result: yes
configure:18144: checking whether alphasort is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18144: checking whether closedir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18144: checking whether dirfd is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:197: error: 'dirfd' undeclared (first use in this function)
conftest.c:197: error: (Each undeclared identifier is reported only once
conftest.c:197: error: for each function it appears in.)
configure:18162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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
| /* end confdefs.h. */
| #include <dirent.h>
|
| int
| main ()
| {
| #undef dirfd
| (void) dirfd;
| ;
| return 0;
| }
configure:18170: result: no
configure:18144: checking whether fdopendir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:197: error: 'fdopendir' undeclared (first use in this function)
conftest.c:197: error: (Each undeclared identifier is reported only once
conftest.c:197: error: for each function it appears in.)
configure:18162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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
| /* end confdefs.h. */
| #include <dirent.h>
|
| int
| main ()
| {
| #undef fdopendir
| (void) fdopendir;
| ;
| return 0;
| }
configure:18170: result: no
configure:18144: checking whether opendir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18144: checking whether readdir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18144: checking whether rewinddir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18144: checking whether scandir is declared without a macro
configure:18162: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18162: $? = 0
configure:18170: result: yes
configure:18189: checking for dirfd
configure:18189: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_dirfd", referenced from:
_main in ccClvOJ2.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:18189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| /* end confdefs.h. */
| /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dirfd innocuous_dirfd
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dirfd (); 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 dirfd
|
| /* 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 dirfd ();
| /* 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_dirfd || defined __stub___dirfd
| choke me
| #endif
|
| int
| main ()
| {
| return dirfd ();
| ;
| return 0;
| }
configure:18189: result: no
configure:18198: checking whether dirfd is declared
configure:18198: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:18198: $? = 0
configure:18198: result: yes
configure:18215: checking whether dirfd is a macro
configure:18238: result: yes
configure:18331: checking whether // is distinct from /
configure:18360: result: no
configure:18426: checking whether dup2 works
configure:18480: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:18480: $? = 0
configure:18480: ./conftest
configure:18480: $? = 0
configure:18491: result: yes
configure:18542: checking for error_at_line
configure:18558: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
conftest.c:200:19: error: error.h: No such file or directory
configure:18558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| /* end confdefs.h. */
| #include <error.h>
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "an error occurred");
| ;
| return 0;
| }
configure:18566: result: no
configure:18678: checking whether fflush works on input streams
configure:18752: result: no
configure:18807: checking whether fcntl handles F_DUPFD correctly
configure:18837: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:18837: $? = 0
configure:18837: ./conftest
configure:18837: $? = 0
configure:18847: result: yes
configure:18865: checking whether fcntl understands F_DUPFD_CLOEXEC
configure:18886: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:18886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| /* end confdefs.h. */
|
| #include <fcntl.h>
| #ifndef F_DUPFD_CLOEXEC
| choke me
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18915: result: no
configure:19055: checking whether fcntl is declared without a macro
configure:19073: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:19073: $? = 0
configure:19081: result: yes
configure:19055: checking whether openat is declared without a macro
configure:19073: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:210: error: 'openat' undeclared (first use in this function)
conftest.c:210: error: (Each undeclared identifier is reported only once
conftest.c:210: error: for each function it appears in.)
configure:19073: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| /* end confdefs.h. */
| #include <fcntl.h>
|
| int
| main ()
| {
| #undef openat
| (void) openat;
| ;
| return 0;
| }
configure:19081: result: no
configure:19098: checking whether fdopendir is declared
configure:19098: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:215: error: 'fdopendir' undeclared (first use in this function)
conftest.c:215: error: (Each undeclared identifier is reported only once
conftest.c:215: error: for each function it appears in.)
configure:19098: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| /* end confdefs.h. */
|
| #include <dirent.h>
|
|
| int
| main ()
| {
| #ifndef fdopendir
| #ifdef __cplusplus
| (void) fdopendir;
| #else
| (void) fdopendir;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:19098: result: no
configure:19211: checking whether fflush works on input streams
configure:19285: result: no
configure:19388: checking whether conversion from 'int' to 'long double' works
configure:19429: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:19429: $? = 0
configure:19429: ./conftest
configure:19429: $? = 0
configure:19440: result: yes
configure:19580: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:19580: $? = 0
configure:19663: checking for working POSIX fnmatch
configure:19764: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:19764: $? = 0
configure:19764: ./conftest
configure:19764: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| /* end confdefs.h. */
| #include <fnmatch.h>
| static int
| y (char const *pattern, char const *string, int flags)
| {
| return fnmatch (pattern, string, flags) == 0;
| }
| static int
| n (char const *pattern, char const *string, int flags)
| {
| return fnmatch (pattern, string, flags) == FNM_NOMATCH;
| }
|
| int
| main ()
| {
| char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]";
| char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]";
| static char const A_1[] = { 'A' - 1, 0 };
| static char const A01[] = { 'A' + 1, 0 };
| static char const a_1[] = { 'a' - 1, 0 };
| static char const a01[] = { 'a' + 1, 0 };
| static char const bs_1[] = { '\\' - 1, 0 };
| static char const bs01[] = { '\\' + 1, 0 };
| int result = 0;
| if (!n ("a*", "", 0))
| return 1;
| if (!y ("a*", "abc", 0))
| return 1;
| if (!y ("[/b", "[/b", 0)) /*"]]"*/ /* glibc Bugzilla bug 12378 */
| return 1;
| if (!n ("d*/*1", "d/s/1", FNM_PATHNAME))
| return 2;
| if (!y ("a\\bc", "abc", 0))
| return 3;
| if (!n ("a\\bc", "abc", FNM_NOESCAPE))
| return 3;
| if (!y ("*x", ".x", 0))
| return 4;
| if (!n ("*x", ".x", FNM_PERIOD))
| return 4;
| if (!y (Apat, "\\", 0))
| return 5;
| if (!y (Apat, "A", 0))
| return 5;
| if (!y (apat, "\\", 0))
| return 5;
| if (!y (apat, "a", 0))
| return 5;
| if (!(n (Apat, A_1, 0) == ('A' < '\\')))
| return 5;
| if (!(n (apat, a_1, 0) == ('a' < '\\')))
| return 5;
| if (!(y (Apat, A01, 0) == ('A' < '\\')))
| return 5;
| if (!(y (apat, a01, 0) == ('a' < '\\')))
| return 5;
| if (!(y (Apat, bs_1, 0) == ('A' < '\\')))
| return 5;
| if (!(y (apat, bs_1, 0) == ('a' < '\\')))
| return 5;
| if (!(n (Apat, bs01, 0) == ('A' < '\\')))
| return 5;
| if (!(n (apat, bs01, 0) == ('a' < '\\')))
| return 5;
| #if 0
| if (!y ("xxXX", "xXxX", FNM_CASEFOLD))
| result |= 8;
| if (!y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH))
| result |= 16;
| if (!n ("d*/*1", "d/s/1", FNM_FILE_NAME))
| result |= 32;
| if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR))
| result |= 64;
| if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR))
| result |= 64;
| if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))
| result |= 64;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:19776: result: no
configure:19812: checking whether isblank is declared
configure:19812: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:19812: $? = 0
configure:19812: result: yes
configure:19837: checking whether fopen recognizes a trailing slash
configure:19863: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:19863: $? = 0
configure:19863: ./conftest
configure:19863: $? = 0
configure:19875: result: yes
configure:19922: checking whether fpurge is declared
configure:19922: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:19922: $? = 0
configure:19922: result: yes
configure:19937: checking whether fpurge works
configure:19972: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:19972: $? = 0
configure:19972: ./conftest
configure:19972: $? = 10
configure: program exited with status 10
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "w+");
| if (!f) return 1;
| if (fputc ('a', f) != 'a') return 2;
| rewind (f);
| if (fgetc (f) != 'a') return 3;
| if (fgetc (f) != EOF) return 4;
| if (fpurge (f) != 0) return 5;
| if (putc ('b', f) != 'b') return 6;
| if (fclose (f) != 0) return 7;
| if ((f = fopen ("conftest.txt", "r")) == NULL) return 8;
| if (fgetc (f) != 'a') return 9;
| if (fgetc (f) != 'b') return 10;
| if (fgetc (f) != EOF) return 11;
| if (fclose (f) != 0) return 12;
| if (remove ("conftest.txt") != 0) return 13;
| return 0;
| ;
| return 0;
| }
configure:19982: result: no
configure:20065: checking for fseeko
configure:20092: result: yes
configure:20109: checking whether fflush works on input streams
configure:20183: result: no
configure:20410: checking for ftello
configure:20436: result: yes
configure:20445: checking whether ftello works
configure:20532: result: yes
configure:20589: checking whether getcwd handles long file names properly
configure:20785: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:20785: $? = 0
configure:20785: ./conftest
configure:20785: $? = 12
configure: program exited with status 12
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| /* end confdefs.h. */
|
| #include <errno.h>
| #include <stdlib.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else
| # include <direct.h>
| #endif
| #include <string.h>
| #include <limits.h>
| #include <sys/stat.h>
| #include <sys/types.h>
| #include <fcntl.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
|
|
| #ifndef AT_FDCWD
| # define AT_FDCWD 0
| #endif
| #ifdef ENAMETOOLONG
| # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
| #else
| # define is_ENAMETOOLONG(x) 0
| #endif
|
| /* Don't get link errors because mkdir is redefined to rpl_mkdir. */
| #undef mkdir
|
| #ifndef S_IRWXU
| # define S_IRWXU 0700
| #endif
|
| /* The length of this name must be 8. */
| #define DIR_NAME "confdir3"
| #define DIR_NAME_LEN 8
| #define DIR_NAME_SIZE (DIR_NAME_LEN + 1)
|
| /* The length of "../". */
| #define DOTDOTSLASH_LEN 3
|
| /* Leftover bytes in the buffer, to work around library or OS bugs. */
| #define BUF_SLOP 20
|
| int
| main ()
| {
| #ifndef PATH_MAX
| /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
| at least not on a local file system. And if we were to start worrying
| about remote file systems, we'd have to enable the wrapper function
| all of the time, just to be safe. That's not worth the cost. */
| exit (0);
| #elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) - DIR_NAME_SIZE - BUF_SLOP) <= PATH_MAX)
| /* FIXME: Assuming there's a system for which this is true,
| this should be done in a compile test. */
| exit (0);
| #else
| char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1)
| + DIR_NAME_SIZE + BUF_SLOP];
| char *cwd = getcwd (buf, PATH_MAX);
| size_t initial_cwd_len;
| size_t cwd_len;
| int fail = 0;
| size_t n_chdirs = 0;
|
| if (cwd == NULL)
| exit (10);
|
| cwd_len = initial_cwd_len = strlen (cwd);
|
| while (1)
| {
| size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN);
| char *c = NULL;
|
| cwd_len += DIR_NAME_SIZE;
| /* If mkdir or chdir fails, it could be that this system cannot create
| any file with an absolute name longer than PATH_MAX, such as cygwin.
| If so, leave fail as 0, because the current working directory can't
| be too long for getcwd if it can't even be created. For other
| errors, be pessimistic and consider that as a failure, too. */
| if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0)
| {
| if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
| fail = 20;
| break;
| }
|
| if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE)
| {
| c = getcwd (buf, PATH_MAX);
| if (!c && errno == ENOENT)
| {
| fail = 11;
| break;
| }
| if (c)
| {
| fail = 31;
| break;
| }
| if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
| {
| fail = 21;
| break;
| }
| }
|
| if (dotdot_max <= cwd_len - initial_cwd_len)
| {
| if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len)
| break;
| c = getcwd (buf, cwd_len + 1);
| if (!c)
| {
| if (! (errno == ERANGE || errno == ENOENT
| || is_ENAMETOOLONG (errno)))
| {
| fail = 22;
| break;
| }
| if (AT_FDCWD || errno == ERANGE || errno == ENOENT)
| {
| fail = 12;
| break;
| }
| }
| }
|
| if (c && strlen (c) != cwd_len)
| {
| fail = 23;
| break;
| }
| ++n_chdirs;
| }
|
| /* Leaving behind such a deep directory is not polite.
| So clean up here, right away, even though the driving
| shell script would also clean up. */
| {
| size_t i;
|
| /* Try rmdir first, in case the chdir failed. */
| rmdir (DIR_NAME);
| for (i = 0; i <= n_chdirs; i++)
| {
| if (chdir ("..") < 0)
| break;
| if (rmdir (DIR_NAME) != 0)
| break;
| }
| }
|
| exit (fail);
| #endif
| }
|
configure:20800: result: no, but it is partly working
configure:20811: checking for getpagesize
configure:20811: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:20811: $? = 0
configure:20811: result: yes
configure:20820: checking whether getcwd aborts when 4k < cwd_length < 16k
configure:20939: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:20939: $? = 0
configure:20939: ./conftest
configure:20939: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 const *dir_name = "confdir-14B---";
| char *cwd;
| size_t initial_cwd_len;
| int fail = 0;
| size_t desired_depth;
| size_t d;
|
| /* The bug is triggered when PATH_MAX < getpagesize (), so skip
| this relatively expensive and invasive test if that's not true. */
| if (getpagesize () <= PATH_MAX)
| return 0;
|
| cwd = getcwd (NULL, 0);
| if (cwd == NULL)
| return 2;
|
| initial_cwd_len = strlen (cwd);
| free (cwd);
| desired_depth = ((TARGET_LEN - 1 - initial_cwd_len)
| / (1 + strlen (dir_name)));
| for (d = 0; d < desired_depth; d++)
| {
| if (mkdir (dir_name, S_IRWXU) < 0 || chdir (dir_name) < 0)
| {
| 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 failed: it refuses to return a string longer
| than PATH_MAX. */
| 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:20955: result: yes
configure:21136: checking for gethostname
configure:21136: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21136: $? = 0
configure:21136: result: yes
configure:21195: checking for HOST_NAME_MAX
configure:21221: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21221: $? = 0
configure:21221: ./conftest
configure:21221: $? = 0
configure:21244: result: 256
configure:21313: checking whether getlogin_r works with small buffers
configure:21353: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21353: $? = 0
configure:21353: ./conftest
configure:21353: $? = 0
configure:21367: result: yes
configure:21508: checking whether gettimeofday clobbers localtime buffer
configure:21540: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21540: $? = 0
configure:21540: ./conftest
configure:21540: $? = 0
configure:21550: result: no
configure:21568: checking for gettimeofday with POSIX signature
configure:21596: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:21596: $? = 0
configure:21621: result: yes
configure:21691: checking glob.h usability
configure:21691: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:21691: $? = 0
configure:21691: result: yes
configure:21691: checking glob.h presence
configure:21691: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c
configure:21691: $? = 0
configure:21691: result: yes
configure:21691: checking for glob.h
configure:21691: result: yes
configure:21705: checking for GNU glob interface version 1
configure:21715: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:238:26: error: gnu-versions.h: No such file or directory
conftest.c:239: error: '_GNU_GLOB_INTERFACE_VERSION' undeclared here (not in a function)
configure:21715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| /* end confdefs.h. */
| #include <gnu-versions.h>
| char a[_GNU_GLOB_INTERFACE_VERSION == 1 ? 1 : -1];
configure:21722: result: no
configure:21851: checking whether isnan(double) can be used without linking with libm
configure:21876: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21876: $? = 0
configure:21885: result: yes
configure:21912: checking whether isnan(float) can be used without linking with libm
configure:21937: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:21937: $? = 0
configure:21946: result: yes
configure:21953: checking whether isnan(float) works
configure:22021: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22021: $? = 0
configure:22021: ./conftest
configure:22021: $? = 0
configure:22032: result: yes
configure:22175: checking whether isnan(long double) can be used without linking with libm
configure:22200: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22200: $? = 0
configure:22209: result: yes
configure:22218: checking whether isnanl works
configure:22356: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22356: $? = 0
configure:22356: ./conftest
configure:22356: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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:22367: result: no
configure:22395: checking where to find the exponent in a 'long double'
configure:22475: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22475: $? = 0
configure:22475: ./conftest
configure:22475: $? = 0
configure:22487: result: word 2 bit 0
configure:22515: checking whether link obeys POSIX
configure:22552: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22552: $? = 0
configure:22552: ./conftest
configure:22552: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main ()
| {
| int result = 0;
| if (!link ("conftest.a", "conftest.b/"))
| result |= 1;
| #if HAVE_LSTAT
| if (!link ("conftest.lnk/", "conftest.b"))
| result |= 2;
| if (rename ("conftest.a", "conftest.b"))
| result |= 4;
| if (!link ("conftest.b", "conftest.lnk"))
| result |= 8;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:22563: result: no
configure:22611: checking whether lseek detects pipes
configure:22639: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:22639: $? = 0
configure:22670: result: yes
configure:22869: checking whether NAN macro works
configure:22892: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22892: $? = 0
configure:22899: result: yes
configure:22904: checking whether HUGE_VAL works
configure:22922: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22922: $? = 0
configure:22929: result: yes
configure:22938: checking whether acosf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether acosl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether asinf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether asinl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether atanf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether atanl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether ceilf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether ceill is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether copysign is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether copysignf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether copysignl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether cosf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether cosl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether coshf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether expf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether expl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether fabsf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether floorf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether floorl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether fma is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether fmaf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether fmal is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether fmodf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether frexpf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether frexpl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether ldexpf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether ldexpl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether logb is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether logf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether logl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether log10f is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether modff is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether powf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether rint is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether rintf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether rintl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether round is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether roundf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether roundl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether sinf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether sinl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether sinhf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether sqrtf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether sqrtl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether tanf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether tanl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether tanhf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether trunc is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether truncf is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22938: checking whether truncl is declared without a macro
configure:22955: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:22955: $? = 0
configure:22963: result: yes
configure:22989: checking whether mbrtowc handles incomplete characters
configure:23034: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23034: $? = 0
configure:23034: ./conftest
configure:23034: $? = 0
configure:23046: result: yes
configure:23052: checking whether mbrtowc works as well as mbtowc
configure:23101: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23101: $? = 0
configure:23101: ./conftest
configure:23101: $? = 0
configure:23113: result: yes
configure:23164: checking whether mbrtowc handles a NULL pwc argument
configure:23223: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23223: $? = 0
configure:23223: ./conftest
configure:23223: $? = 0
configure:23235: result: yes
configure:23241: checking whether mbrtowc handles a NULL string argument
configure:23288: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23288: $? = 0
configure:23288: ./conftest
configure:23288: $? = 0
configure:23300: result: yes
configure:23308: checking whether mbrtowc has a correct return value
configure:23423: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23423: $? = 0
configure:23423: ./conftest
configure:23423: $? = 0
configure:23438: result: yes
configure:23444: checking whether mbrtowc returns 0 when parsing a NUL character
configure:23488: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:23488: $? = 0
configure:23488: ./conftest
configure:23488: $? = 0
configure:23500: result: yes
configure:23583: checking whether mbrtowc handles incomplete characters
configure:23640: result: yes
configure:23646: checking whether mbrtowc works as well as mbtowc
configure:23707: result: yes
configure:23805: checking whether mbrtowc handles incomplete characters
configure:23862: result: yes
configure:23868: checking whether mbrtowc works as well as mbtowc
configure:23929: result: yes
configure:23983: checking whether mbsrtowcs works
configure:24075: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24075: $? = 0
configure:24075: ./conftest
configure:24075: $? = 0
configure:24087: result: yes
configure:24187: checking for mempcpy
configure:24187: result: no
configure:24241: checking for memrchr
configure:24241: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_memrchr", referenced from:
_main in ccyI7QcE.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:24241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| /* end confdefs.h. */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memrchr innocuous_memrchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memrchr (); 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 memrchr
|
| /* 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 memrchr ();
| /* 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_memrchr || defined __stub___memrchr
| choke me
| #endif
|
| int
| main ()
| {
| return memrchr ();
| ;
| return 0;
| }
configure:24241: result: no
configure:24281: checking whether mkdir handles trailing slash
configure:24304: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24304: $? = 0
configure:24304: ./conftest
configure:24304: $? = 0
configure:24317: result: yes
configure:24323: checking whether mkdir handles trailing dot
configure:24346: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24346: $? = 0
configure:24346: ./conftest
configure:24346: $? = 0
configure:24359: result: yes
configure:24387: checking whether mkfifo rejects trailing slashes
configure:24419: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24419: $? = 0
configure:24419: ./conftest
configure:24419: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| /* end confdefs.h. */
| #include <sys/stat.h>
|
| int
| main ()
| {
| int result = 0;
| if (!mkfifo ("conftest.tmp/", 0600))
| result |= 1;
| #if HAVE_LSTAT
| if (!mkfifo ("conftest.lnk/", 0600))
| result |= 2;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:24430: result: no
configure:24518: checking for working mkstemp
configure:24565: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24565: $? = 0
configure:24565: ./conftest
configure:24565: $? = 0
configure:24577: result: yes
configure:24627: checking for working mktime
configure:24829: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24829: $? = 0
configure:24829: ./conftest
configure:24829: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 1
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #include <limits.h>
| #include <stdlib.h>
| #include <time.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_year = 98;
| tm.tm_mon = 3;
| tm.tm_mday = 5;
| tm.tm_hour = 2;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| return mktime (&tm) != (time_t) -1;
| }
|
| static int
| mktime_test1 (time_t now)
| {
| struct tm *lt;
| return ! (lt = localtime (&now)) || mktime (lt) == now;
| }
|
| static int
| mktime_test (time_t now)
| {
| return (mktime_test1 (now)
| && mktime_test1 ((time_t) (time_t_max - now))
| && mktime_test1 ((time_t) (time_t_min + now)));
| }
|
| static int
| irix_6_4_bug ()
| {
| /* Based on code from Ariel Faigon. */
| struct tm tm;
| tm.tm_year = 96;
| tm.tm_mon = 3;
| tm.tm_mday = 0;
| tm.tm_hour = 0;
| tm.tm_min = 0;
| tm.tm_sec = 0;
| tm.tm_isdst = -1;
| mktime (&tm);
| return tm.tm_mon == 2 && tm.tm_mday == 31;
| }
|
| static int
| bigtime_test (int j)
| {
| struct tm tm;
| time_t now;
| tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
| now = mktime (&tm);
| if (now != (time_t) -1)
| {
| struct tm *lt = localtime (&now);
| if (! (lt
| && lt->tm_year == tm.tm_year
| && lt->tm_mon == tm.tm_mon
| && lt->tm_mday == tm.tm_mday
| && lt->tm_hour == tm.tm_hour
| && lt->tm_min == tm.tm_min
| && lt->tm_sec == tm.tm_sec
| && lt->tm_yday == tm.tm_yday
| && lt->tm_wday == tm.tm_wday
| && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| return 0;
| }
| return 1;
| }
|
| static int
| year_2050_test ()
| {
| /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| ignoring leap seconds. */
| unsigned long int answer = 2527315200UL;
|
| struct tm tm;
| time_t t;
| tm.tm_year = 2050 - 1900;
| tm.tm_mon = 2 - 1;
| tm.tm_mday = 1;
| tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| tm.tm_isdst = -1;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| t = mktime (&tm);
|
| /* Check that the result is either a failure, or close enough
| to the correct answer that we can assume the discrepancy is
| due to leap seconds. */
| return (t == (time_t) -1
| || (0 < t && answer - 120 <= t && t <= answer + 120));
| }
|
| int
| main ()
| {
| int result = 0;
| time_t t, delta;
| int i, j;
| int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
| int time_t_signed = ! ((time_t) 0 < (time_t) -1);
|
| /* This test makes some buggy mktime implementations loop.
| Give up after 60 seconds; a mktime slower than that
| isn't worth using anyway. */
| alarm (60);
|
| time_t_max = (! time_t_signed
| ? (time_t) -1
| : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
| * 2 + 1));
| time_t_min = (! time_t_signed
| ? (time_t) 0
| : time_t_signed_magnitude
| ? ~ (time_t) 0
| : ~ time_t_max);
|
| delta = time_t_max / 997; /* a suitable prime number */
| for (i = 0; i < N_STRINGS; i++)
| {
| if (tz_strings[i])
| putenv (tz_strings[i]);
|
| for (t = 0; t <= time_t_max - delta; t += delta)
| if (! mktime_test (t))
| result |= 1;
| if (! (mktime_test ((time_t) 1)
| && mktime_test ((time_t) (60 * 60))
| && mktime_test ((time_t) (60 * 60 * 24))))
| result |= 2;
|
| for (j = 1; ; j <<= 1)
| if (! bigtime_test (j))
| result |= 4;
| else if (INT_MAX / 2 < j)
| break;
| if (! bigtime_test (INT_MAX))
| result |= 8;
| }
| if (! irix_6_4_bug ())
| result |= 16;
| if (! spring_forward_gap ())
| result |= 32;
| if (! year_2050_test ())
| result |= 64;
| return result;
| }
configure:24840: result: no
configure:24932: checking for library containing nanosleep
configure:24963: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:24963: $? = 0
configure:24980: result: none required
configure:25000: checking for working nanosleep
configure:25061: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25061: $? = 0
configure:25061: ./conftest
configure:25061: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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;
| 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;
| 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:25073: result: no (mishandles large arguments)
configure:25137: checking for sys/pstat.h
configure:25137: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:346:23: error: sys/pstat.h: No such file or directory
configure:25137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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:25137: result: no
configure:25137: checking for sys/sysmp.h
configure:25137: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:346:23: error: sys/sysmp.h: No such file or directory
configure:25137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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:25137: result: no
configure:25137: checking for sys/param.h
configure:25137: result: yes
configure:25150: checking for sys/sysctl.h
configure:25150: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:25150: $? = 0
configure:25150: result: yes
configure:25170: checking for sched_getaffinity
configure:25170: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_sched_getaffinity", referenced from:
_main in ccZxhuf0.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:25170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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
| /* end confdefs.h. */
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_getaffinity innocuous_sched_getaffinity
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_getaffinity (); 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
|
| /* 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 ();
| /* 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 || defined __stub___sched_getaffinity
| choke me
| #endif
|
| int
| main ()
| {
| return sched_getaffinity ();
| ;
| return 0;
| }
configure:25170: result: no
configure:25170: checking for sched_getaffinity_np
configure:25170: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_sched_getaffinity_np", referenced from:
_main in ccFZHvZN.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:25170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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
| /* 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
|
| int
| main ()
| {
| return sched_getaffinity_np ();
| ;
| return 0;
| }
configure:25170: result: no
configure:25170: checking for pstat_getdynamic
configure:25170: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_pstat_getdynamic", referenced from:
_main in ccdm8koD.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:25170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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
| /* 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
|
| int
| main ()
| {
| return pstat_getdynamic ();
| ;
| return 0;
| }
configure:25170: result: no
configure:25170: checking for sysmp
configure:25170: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_sysmp", referenced from:
_main in cc2WBXnx.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:25170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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
| /* 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
|
| int
| main ()
| {
| return sysmp ();
| ;
| return 0;
| }
configure:25170: result: no
configure:25170: checking for sysctl
configure:25170: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25170: $? = 0
configure:25170: result: yes
configure:25223: checking whether open recognizes a trailing slash
configure:25262: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25262: $? = 0
configure:25262: ./conftest
configure:25262: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| /* end confdefs.h. */
|
| #include <fcntl.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int main ()
| {
| int result = 0;
| #if HAVE_LSTAT
| if (open ("conftest.lnk/", O_RDONLY) != -1)
| result |= 1;
| #endif
| if (open ("conftest.sl/", O_CREAT, 0600) >= 0)
| result |= 2;
| return result;
| }
configure:25274: result: no
configure:25395: checking for opendir
configure:25395: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25395: $? = 0
configure:25395: result: yes
configure:25452: checking whether program_invocation_name is declared
configure:25452: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:330: error: 'program_invocation_name' undeclared (first use in this function)
conftest.c:330: error: (Each undeclared identifier is reported only once
conftest.c:330: error: for each function it appears in.)
configure:25452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| /* end confdefs.h. */
| #include <errno.h>
|
| int
| main ()
| {
| #ifndef program_invocation_name
| #ifdef __cplusplus
| (void) program_invocation_name;
| #else
| (void) program_invocation_name;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:25452: result: no
configure:25464: checking whether program_invocation_short_name is declared
configure:25464: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:331: error: 'program_invocation_short_name' undeclared (first use in this function)
conftest.c:331: error: (Each undeclared identifier is reported only once
conftest.c:331: error: for each function it appears in.)
configure:25464: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| /* end confdefs.h. */
| #include <errno.h>
|
| int
| main ()
| {
| #ifndef program_invocation_short_name
| #ifdef __cplusplus
| (void) program_invocation_short_name;
| #else
| (void) program_invocation_short_name;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:25464: result: no
configure:25482: checking for raise
configure:25482: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25482: $? = 0
configure:25482: result: yes
configure:25502: checking for sigprocmask
configure:25502: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25502: $? = 0
configure:25502: result: yes
configure:25553: checking for readdir
configure:25553: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25553: $? = 0
configure:25553: result: yes
configure:25599: checking whether readlink signature is correct
configure:25617: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:25617: $? = 0
configure:25624: result: yes
configure:25626: checking whether readlink handles trailing slash correctly
configure:25650: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25650: $? = 0
configure:25650: ./conftest
configure:25650: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main ()
| {
| char buf[20];
| return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
| ;
| return 0;
| }
configure:25661: result: no
configure:25746: checking whether rename honors trailing slash on destination
configure:25785: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25785: $? = 0
configure:25785: ./conftest
configure:25785: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| /* end confdefs.h. */
|
| # include <stdio.h>
| # include <stdlib.h>
|
| int
| main ()
| {
| int result = 0;
| if (rename ("conftest.f1", "conftest.f2/") == 0)
| result |= 1;
| if (rename ("conftest.d1", "conftest.d2/") != 0)
| result |= 2;
| #if HAVE_LSTAT
| if (rename ("conftest.f", "conftest.lnk/") == 0)
| result |= 4;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:25797: result: no
configure:25806: checking whether rename honors trailing slash on source
configure:25845: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25845: $? = 0
configure:25845: ./conftest
configure:25845: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| /* end confdefs.h. */
|
| # include <stdio.h>
| # include <stdlib.h>
|
| int
| main ()
| {
| int result = 0;
| if (rename ("conftest.f1/", "conftest.d3") == 0)
| result |= 1;
| if (rename ("conftest.d1/", "conftest.d2") != 0)
| result |= 2;
| #if HAVE_LSTAT
| if (rename ("conftest.lnk/", "conftest.f") == 0)
| result |= 4;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:25857: result: no
configure:25867: checking whether rename manages hard links correctly
configure:25904: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25904: $? = 0
configure:25904: ./conftest
configure:25904: $? = 0
configure:25922: result: yes
configure:25931: checking whether rename manages existing destinations correctly
configure:25962: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:25962: $? = 0
configure:25962: ./conftest
configure:25962: $? = 0
configure:25974: result: yes
configure:26015: checking for rewinddir
configure:26015: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26015: $? = 0
configure:26015: result: yes
configure:26058: checking whether rmdir works
configure:26094: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26094: $? = 0
configure:26094: ./conftest
configure:26094: $? = 0
configure:26105: result: yes
configure:26142: checking whether round is declared
configure:26142: result: yes
configure:26176: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26176: $? = 0
configure:26187: checking whether round works
configure:26223: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26223: $? = 0
configure:26223: ./conftest
configure:26223: $? = 0
configure:26235: result: yes
configure:26414: checking whether roundf is declared
configure:26414: result: yes
configure:26448: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26448: $? = 0
configure:26459: checking whether roundf works
configure:26492: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:26492: $? = 0
configure:26492: ./conftest
configure:26492: $? = 0
configure:26504: result: yes
configure:26724: checking whether select supports a 0 argument
configure:26767: result: yes
configure:26834: checking for struct sigaction.sa_sigaction
configure:26834: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:26834: $? = 0
configure:26834: result: yes
configure:26975: checking for volatile sig_atomic_t
configure:26975: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:26975: $? = 0
configure:26975: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:351: error: expected expression before ')' token
configure:26975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:26975: result: yes
configure:26991: checking for sighandler_t
configure:26991: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:351: error: 'sighandler_t' undeclared (first use in this function)
conftest.c:351: error: (Each undeclared identifier is reported only once
conftest.c:351: error: for each function it appears in.)
configure:26991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof (sighandler_t))
| return 0;
| ;
| return 0;
| }
configure:26991: result: no
configure:27005: checking whether pthread_sigmask is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigaction is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigaddset is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigdelset is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigemptyset is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigfillset is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigismember is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigpending is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27005: checking whether sigprocmask is declared without a macro
configure:27023: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27023: $? = 0
configure:27031: result: yes
configure:27045: checking for signbit macro
configure:27144: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:27144: $? = 0
configure:27144: ./conftest
configure:27144: $? = 0
configure:27155: result: yes
configure:27157: checking for signbit compiler built-ins
configure:27253: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_signbitf", referenced from:
_main in cc6TeHbn.o
"_signbit", referenced from:
_main in cc6TeHbn.o
"_signbitl", referenced from:
_main in cc6TeHbn.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:27253: $? = 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 "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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
| /* end confdefs.h. */
|
| #if __GNUC__ >= 4
| # define signbit(x) (sizeof (x) == sizeof (long double) ? __builtin_signbitl (x) : sizeof (x) == sizeof (double) ? __builtin_signbit (x) : __builtin_signbitf (x))
| #else
| # error "signbit should be three compiler built-ins"
| #endif
| #include <string.h>
|
| /* Global variables.
| Needed because GCC 4 constant-folds __builtin_signbitl (literal)
| but cannot constant-fold __builtin_signbitl (variable). */
| float vf;
| double vd;
| long double vl;
| int main ()
| {
| /* HP cc on HP-UX 10.20 has a bug with the constant expression -0.0.
| So we use -p0f and -p0d instead. */
| float p0f = 0.0f;
| float m0f = -p0f;
| double p0d = 0.0;
| double m0d = -p0d;
| /* On HP-UX 10.20, negating 0.0L does not yield -0.0L.
| So we use another constant expression instead.
| But that expression does not work on other platforms, such as when
| cross-compiling to PowerPC on MacOS X 10.5. */
| long double p0l = 0.0L;
| #if defined __hpux || defined __sgi
| long double m0l = -LDBL_MIN * LDBL_MIN;
| #else
| long double m0l = -p0l;
| #endif
| int result = 0;
| if (signbit (vf)) /* link check */
| vf++;
| {
| float plus_inf = 1.0f / p0f;
| float minus_inf = -1.0f / p0f;
| if (!(!signbit (255.0f)
| && signbit (-255.0f)
| && !signbit (p0f)
| && (memcmp (&m0f, &p0f, sizeof (float)) == 0 || signbit (m0f))
| && !signbit (plus_inf)
| && signbit (minus_inf)))
| result |= 1;
| }
| if (signbit (vd)) /* link check */
| vd++;
| {
| double plus_inf = 1.0 / p0d;
| double minus_inf = -1.0 / p0d;
| if (!(!signbit (255.0)
| && signbit (-255.0)
| && !signbit (p0d)
| && (memcmp (&m0d, &p0d, sizeof (double)) == 0 || signbit (m0d))
| && !signbit (plus_inf)
| && signbit (minus_inf)))
| result |= 2;
| }
| if (signbit (vl)) /* link check */
| vl++;
| {
| long double plus_inf = 1.0L / p0l;
| long double minus_inf = -1.0L / p0l;
| if (signbit (255.0L))
| result |= 4;
| if (!signbit (-255.0L))
| result |= 4;
| if (signbit (p0l))
| result |= 8;
| if (!(memcmp (&m0l, &p0l, sizeof (long double)) == 0 || signbit (m0l)))
| result |= 16;
| if (signbit (plus_inf))
| result |= 32;
| if (!signbit (minus_inf))
| result |= 64;
| }
| return result;
| }
|
|
configure:27264: result: no
configure:27787: checking for sigprocmask
configure:27787: result: yes
configure:27830: checking for stdint.h
configure:27830: result: yes
configure:27840: checking for SIZE_MAX
configure:27911: result: yes
configure:27924: checking whether sleep is declared
configure:27924: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:27924: $? = 0
configure:27924: result: yes
configure:27940: checking for working sleep
configure:27982: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:27982: $? = 0
configure:27982: ./conftest
configure:27982: $? = 0
configure:27992: result: yes
configure:28100: checking for library containing setsockopt
configure:28203: result: none needed
configure:28218: checking for socklen_t
configure:28218: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28218: $? = 0
configure:28218: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:373: error: expected expression before ')' token
configure:28218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:28218: result: yes
configure:28282: checking for ssize_t
configure:28299: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28299: $? = 0
configure:28306: result: yes
configure:28317: checking whether stat handles trailing slashes on directories
configure:28340: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:28340: $? = 0
configure:28340: ./conftest
configure:28340: $? = 0
configure:28350: result: yes
configure:28352: checking whether stat handles trailing slashes on files
configure:28386: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/texinfo/4.13a/lib -arch x86_64 -L/usr/X11/lib conftest.c >&5
configure:28386: $? = 0
configure:28386: ./conftest
configure:28386: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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. */
| #include <sys/stat.h>
|
| int
| main ()
| {
| int result = 0;
| struct stat st;
| if (!stat ("conftest.tmp/", &st))
| result |= 1;
| #if HAVE_LSTAT
| if (!stat ("conftest.lnk/", &st))
| result |= 2;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:28397: result: no
configure:28444: checking for working stdalign.h
configure:28469: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c:360:22: error: stdalign.h: No such file or directory
conftest.c:361: error: expected expression before 'int'
conftest.c:361: error: expected expression before 'double'
conftest.c:361: error: initializer element is not constant
conftest.c:365: error: expected declaration specifiers or '...' before numeric constant
conftest.c: In function 'alignas':
conftest.c:365: error: expected declaration specifiers before 'alignas_int'
conftest.c:370: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
conftest.c:374: error: expected '{' at end of input
configure:28469: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h. */
| #include <stdalign.h>
| int align_int = alignof (int) + _Alignof (double);
|
| /* Test _Alignas only on platforms where gnulib can help. */
| #if (__GNUC__ || __IBMC__ || __IBMCPP__ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
| int alignas (8) alignas_int = 1;
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:28476: result: no
configure:28530: checking whether NULL can be used in arbitrary expressions
configure:28548: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28548: $? = 0
configure:28555: result: yes
configure:28738: checking whether dprintf is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:366: error: 'dprintf' undeclared (first use in this function)
conftest.c:366: error: (Each undeclared identifier is reported only once
conftest.c:366: error: for each function it appears in.)
configure:28756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #undef dprintf
| (void) dprintf;
| ;
| return 0;
| }
configure:28764: result: no
configure:28738: checking whether fpurge is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether fseeko is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether ftello is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether getdelim is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:369: error: 'getdelim' undeclared (first use in this function)
conftest.c:369: error: (Each undeclared identifier is reported only once
conftest.c:369: error: for each function it appears in.)
configure:28756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #undef getdelim
| (void) getdelim;
| ;
| return 0;
| }
configure:28764: result: no
configure:28738: checking whether getline is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:369: error: 'getline' undeclared (first use in this function)
conftest.c:369: error: (Each undeclared identifier is reported only once
conftest.c:369: error: for each function it appears in.)
configure:28756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #undef getline
| (void) getline;
| ;
| return 0;
| }
configure:28764: result: no
configure:28738: checking whether pclose is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether popen is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether renameat is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:371: error: 'renameat' undeclared (first use in this function)
conftest.c:371: error: (Each undeclared identifier is reported only once
conftest.c:371: error: for each function it appears in.)
configure:28756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #undef renameat
| (void) renameat;
| ;
| return 0;
| }
configure:28764: result: no
configure:28738: checking whether snprintf is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether tmpfile is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28738: checking whether vdprintf is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:373: error: 'vdprintf' undeclared (first use in this function)
conftest.c:373: error: (Each undeclared identifier is reported only once
conftest.c:373: error: for each function it appears in.)
configure:28756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #undef vdprintf
| (void) vdprintf;
| ;
| return 0;
| }
configure:28764: result: no
configure:28738: checking whether vsnprintf is declared without a macro
configure:28756: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28756: $? = 0
configure:28764: result: yes
configure:28849: checking whether _Exit is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether atoll is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether canonicalize_file_name is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:382: error: 'canonicalize_file_name' undeclared (first use in this function)
conftest.c:382: error: (Each undeclared identifier is reported only once
conftest.c:382: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef canonicalize_file_name
| (void) canonicalize_file_name;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether getloadavg is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether getsubopt is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether grantpt is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether initstate_r is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:385: error: 'initstate_r' undeclared (first use in this function)
conftest.c:385: error: (Each undeclared identifier is reported only once
conftest.c:385: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef initstate_r
| (void) initstate_r;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether mkdtemp is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:385: error: 'mkdtemp' undeclared (first use in this function)
conftest.c:385: error: (Each undeclared identifier is reported only once
conftest.c:385: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkdtemp
| (void) mkdtemp;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether mkostemp is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:385: error: 'mkostemp' undeclared (first use in this function)
conftest.c:385: error: (Each undeclared identifier is reported only once
conftest.c:385: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkostemp
| (void) mkostemp;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether mkostemps is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:385: error: 'mkostemps' undeclared (first use in this function)
conftest.c:385: error: (Each undeclared identifier is reported only once
conftest.c:385: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkostemps
| (void) mkostemps;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether mkstemp is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether mkstemps is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:386: error: 'mkstemps' undeclared (first use in this function)
conftest.c:386: error: (Each undeclared identifier is reported only once
conftest.c:386: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkstemps
| (void) mkstemps;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether posix_openpt is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether ptsname is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether ptsname_r is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:388: error: 'ptsname_r' undeclared (first use in this function)
conftest.c:388: error: (Each undeclared identifier is reported only once
conftest.c:388: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef ptsname_r
| (void) ptsname_r;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether random_r is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:388: error: 'random_r' undeclared (first use in this function)
conftest.c:388: error: (Each undeclared identifier is reported only once
conftest.c:388: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef random_r
| (void) random_r;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether realpath is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether rpmatch is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:389: error: 'rpmatch' undeclared (first use in this function)
conftest.c:389: error: (Each undeclared identifier is reported only once
conftest.c:389: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_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 REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_RAW_DECL_FPURGE 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef rpmatch
| (void) rpmatch;
| ;
| return 0;
| }
configure:28881: result: no
configure:28849: checking whether setenv is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
configure:28873: $? = 0
configure:28881: result: yes
configure:28849: checking whether setstate_r is declared without a macro
configure:28873: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/texinfo/4.13a/include -I/usr/X11/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:390: error: 'setstate_r' undeclared (first use in this function)
conftest.c:390: error: (Each undeclared identifier is reported only once
conftest.c:390: error: for each function it appears in.)
configure:28873: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "GNU Octave 3.6.1"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "3.6.1"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define IDX_TYPE_LONG 1
| #define OCTAVE_IDX_TYPE long
| #define USE_64_BIT_IDX_T 1
| #define __NO_MATH_INLINES 1
| #define CXX_NEW_FRIEND_TEMPLATE_DECL 1
| #define CXX_ISO_COMPLIANT_LIBRARY 1
| #define HAVE_FSEEKO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 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_FPURGE 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_MKSTEMP 1
| #define HAVE_ALARM 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_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_PIPE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_ISWCNTRL 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_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_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 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 __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #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 MAP_ANONYMOUS MAP_ANON
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define BITSIZEOF_PTRDIFF_T 64
| #define BITSIZEOF_SIZE_T 64
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_DECL_STRDUP 1
| #define REPLACE_STRERROR_0 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 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_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_LOCALTIME_R 0
| #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_WCSLEN 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_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_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_DECL_FDOPENDIR 0
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define GNULIB_TEST_FLOOR 1
| #define fnmatch posix_fnmatch
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_FOPEN 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_FSTATAT 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 HAVE_PARTLY_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 HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE void
| #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_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_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_FABSF 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_FMODF 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_POWF 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 GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKSTEMP 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_SYSCTL 1
| #define OPEN_TRAILING_SLASH_BUG 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 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 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_SELECT 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TE
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment