Created
November 16, 2012 11:07
-
-
Save cvanweelden/4086466 to your computer and use it in GitHub Desktop.
octave 3.6.3 configure error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.3 | |
HEAD: db15976a8726fe2585241ab5b344119f09c09afc | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit core2 | |
OS X: 10.6.8-i386 | |
Xcode: 3.2.6 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5666 | |
LLVM-GCC: build 2335 | |
Clang: 1.7 build 77 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /Library/Frameworks/Python.framework/Versions/2.6/bin/python => /Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Library/Frameworks/Python.framework/Versions/2.6/bin/python-config | |
/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6-config | |
Warning: /Library/Frameworks/Mono.framework detected | |
This can be picked up by CMake's build system and likely cause the build to | |
fail. You may need to move this file out of the way to compile CMake. | |
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/libflann.1.7.1.dylib /usr/local/lib/libflann_cpp-gd.dylib /usr/local/lib/libflann_cpp.1.7.1.dylib /usr/local/lib/libgmp.10.dylib /usr/local/lib/libpng14.14.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/libglpk.la /usr/local/lib/libgmp.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/flann.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/libflann_cpp_s-gd.a /usr/local/lib/libflann_cpp_s.a /usr/local/lib/libflann_s.a /usr/local/lib/libgmp.a /usr/local/lib/libindri.a | |
carsten@omhp-stud-30-162[~]$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.3.tar.bz2 | |
Already downloaded: /Users/carsten/Library/Caches/Homebrew/octave-3.6.3.tar.bz2 | |
/usr/bin/tar xf /Users/carsten/Library/Caches/Homebrew/octave-3.6.3.tar.bz2 | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.3 --with-blas=-ldotwrp -Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.3 --with-blas=-ldotwrp -Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/gcc-4.2... none | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
defining man1dir to be $(mandir)/man1 | |
defining man1ext to be .1 | |
defining doc_cache_file to be $(octetcdir)/doc-cache | |
defining infofile to be $(infodir)/octave.info | |
defining octincludedir to be $(includedir)/octave-$(version)/octave | |
defining fcnfiledir to be $(datadir)/octave/$(version)/m | |
defining localfcnfiledir to be $(datadir)/octave/site/m | |
defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m | |
defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m | |
defining octetcdir to be $(datadir)/octave/$(version)/etc | |
defining octlibdir to be $(libdir)/octave/$(version) | |
defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type) | |
defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type) | |
defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type) | |
defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type) | |
defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type) | |
defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type) | |
defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type) | |
defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type) | |
defining imagedir to be $(datadir)/octave/$(version)/imagelib | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++-4.2 accepts -g... yes | |
checking dependency style of /usr/bin/g++-4.2... none | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for C++ support for new friend template declaration... yes | |
checking if C++ library is ISO compliant... yes | |
checking for broken C++ reinterpret_cast... no | |
checking for gcc... (cached) /usr/bin/gcc-4.2 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/gcc-4.2... (cached) none | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking whether /usr/bin/gcc-4.2 needs -traditional... no | |
checking for Minix Amsterdam compiler... no | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for canonicalize_file_name... no | |
checking for getcwd... yes | |
checking for readlink... yes | |
checking for realpath... yes | |
checking for _set_invalid_parameter_handler... no | |
checking for fchdir... yes | |
checking for fcntl... yes | |
checking for symlink... yes | |
checking for fdopendir... no | |
checking for mempcpy... no | |
checking for btowc... yes | |
checking for isblank... yes | |
checking for iswctype... yes | |
checking for mbsrtowcs... yes | |
checking for wmemchr... yes | |
checking for wmemcpy... yes | |
checking for wmempcpy... no | |
checking for fpurge... yes | |
checking for __fpurge... no | |
checking for __freading... no | |
checking for fstatat... no | |
checking for getdtablesize... yes | |
checking for getlogin_r... yes | |
checking for gettimeofday... yes | |
checking for getpwnam_r... yes | |
checking for link... yes | |
checking for lstat... yes | |
checking for mbsinit... yes | |
checking for mbrtowc... yes | |
checking for mprotect... yes | |
checking for mkfifo... yes | |
checking for mkostemp... no | |
checking for mkstemp... yes | |
checking for alarm... yes | |
checking for openat... no | |
checking for sigaction... yes | |
checking for sigaltstack... yes | |
checking for siginterrupt... yes | |
checking for sleep... yes | |
checking for strdup... yes | |
checking for tzset... yes | |
checking for strptime... yes | |
checking for localtime_r... yes | |
checking for times... yes | |
checking for pipe... yes | |
checking for vasnprintf... no | |
checking for snprintf... yes | |
checking for iswcntrl... yes | |
checking whether // is distinct from /... no | |
checking whether realpath works... no | |
checking for sys/param.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/socket.h... yes | |
checking for dirent.h... yes | |
checking for wctype.h... yes | |
checking for netdb.h... yes | |
checking for getopt.h... yes | |
checking for sys/time.h... yes | |
checking for sys/cdefs.h... yes | |
checking for math.h... yes | |
checking for sys/mman.h... yes | |
checking for sys/select.h... yes | |
checking for wchar.h... yes | |
checking for stdint.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/times.h... yes | |
checking for sys/uio.h... yes | |
checking for features.h... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... no | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking whether fchdir is declared... yes | |
checking for working fcntl.h... no (bad O_NOATIME) | |
checking for pid_t... yes | |
checking for mode_t... yes | |
checking for st_dm_mode in struct stat... no | |
checking whether strmode is declared... yes | |
checking for mbstate_t... yes | |
checking whether stdin defaults to large file offsets... yes | |
checking whether fseeko is declared... yes | |
checking for fseeko... yes | |
checking whether fflush works on input streams... no | |
checking whether lstat correctly handles trailing slash... no | |
checking whether ftello is declared... yes | |
checking for ftello... yes | |
checking whether ftello works... yes | |
checking whether getcwd (NULL, 0) allocates memory for result... yes | |
checking for getcwd with POSIX signature... yes | |
checking whether getcwd is declared... yes | |
checking whether getlogin_r is declared... yes | |
checking whether getlogin is declared... yes | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... no | |
checking whether getenv is declared... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for struct timeval... yes | |
checking whether gettimeofday is declared without a macro... yes | |
checking where to find the exponent in a 'double'... word 1 bit 20 | |
checking where to find the exponent in a 'float'... word 0 bit 23 | |
checking whether long double and double are the same... no | |
checking for nl_langinfo and CODESET... yes | |
checking whether getc_unlocked is declared... yes | |
checking whether we are using the GNU C Library >= 2.1 or uClibc... no | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for a traditional japanese locale... ja_JP.eucJP | |
checking for a transitional chinese locale... zh_CN.GB18030 | |
checking for a french Unicode locale... fr_FR.UTF-8 | |
checking for a traditional french locale... fr_FR.ISO8859-1 | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... yes | |
checking whether memrchr is declared... no | |
checking whether <sys/select.h> is self-contained... yes | |
checking whether pselect is declared without a macro... yes | |
checking whether select is declared without a macro... yes | |
checking for library containing setsockopt... none needed | |
checking whether select supports a 0 argument... yes | |
checking for promoted mode_t type... int | |
checking for sigset_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for wchar_t... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 64 | |
checking for bit size of size_t... 64 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... l | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether strdup is declared... yes | |
checking whether strerror(0) succeeds... no | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking whether ffsl is declared without a macro... yes | |
checking whether ffsll is declared without a macro... no | |
checking whether memmem is declared without a macro... no | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... yes | |
checking whether stpncpy is declared without a macro... no | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... no | |
checking whether strnlen is declared without a macro... no | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strerror_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether ffs is declared without a macro... yes | |
checking whether strcasecmp is declared without a macro... yes | |
checking whether strncasecmp is declared without a macro... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct timespec in <time.h>... yes | |
checking whether localtime_r is declared... no | |
checking for wint_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking whether snprintf returns a byte count as in C99... yes | |
checking for snprintf... (cached) yes | |
checking for strnlen... no | |
checking for wcslen... yes | |
checking for wcsnlen... no | |
checking for mbrtowc... (cached) yes | |
checking for wcrtomb... yes | |
checking whether _snprintf is declared... no | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking for alloca as a compiler built-in... yes | |
checking whether this system has an arbitrary file name length limit... yes | |
checking for closedir... yes | |
checking whether copysign can be used without linking with libm... yes | |
checking whether copysignf can be used without linking with libm... yes | |
checking for d_ino member in directory struct... yes | |
checking for d_type member in directory struct... yes | |
checking whether alphasort is declared without a macro... yes | |
checking whether closedir is declared without a macro... yes | |
checking whether dirfd is declared without a macro... no | |
checking whether fdopendir is declared without a macro... no | |
checking whether opendir is declared without a macro... yes | |
checking whether readdir is declared without a macro... yes | |
checking whether rewinddir is declared without a macro... yes | |
checking whether scandir is declared without a macro... yes | |
checking for dirfd... no | |
checking whether dirfd is declared... yes | |
checking whether dirfd is a macro... yes | |
checking whether // is distinct from /... (cached) no | |
checking whether dup2 works... yes | |
checking for error_at_line... no | |
checking whether fflush works on input streams... (cached) no | |
checking whether fcntl handles F_DUPFD correctly... yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... no | |
checking whether fcntl is declared without a macro... yes | |
checking whether openat is declared without a macro... no | |
checking whether fdopendir is declared... no | |
checking whether fflush works on input streams... (cached) no | |
checking whether conversion from 'int' to 'long double' works... yes | |
checking for working POSIX fnmatch... no | |
checking whether isblank is declared... yes | |
checking whether fopen recognizes a trailing slash... yes | |
checking whether fpurge is declared... yes | |
checking whether fpurge works... no | |
checking for fseeko... (cached) yes | |
checking whether fflush works on input streams... (cached) no | |
checking for ftello... (cached) yes | |
checking whether ftello works... (cached) yes | |
checking whether getcwd handles long file names properly... no, but it is partly working | |
checking for getpagesize... yes | |
checking whether getcwd aborts when 4k < cwd_length < 16k... yes | |
checking for gethostname... yes | |
checking for HOST_NAME_MAX... 256 | |
checking whether getlogin_r works with small buffers... yes | |
checking whether gettimeofday clobbers localtime buffer... no | |
checking for gettimeofday with POSIX signature... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking for GNU glob interface version 1... no | |
checking whether isnan(double) can be used without linking with libm... yes | |
checking whether isnan(float) can be used without linking with libm... yes | |
checking whether isnan(float) works... yes | |
checking whether isnan(long double) can be used without linking with libm... yes | |
checking whether isnanl works... no | |
checking where to find the exponent in a 'long double'... word 2 bit 0 | |
checking whether link obeys POSIX... no | |
checking whether lseek detects pipes... yes | |
checking whether NAN macro works... yes | |
checking whether HUGE_VAL works... yes | |
checking whether acosf is declared without a macro... yes | |
checking whether acosl is declared without a macro... yes | |
checking whether asinf is declared without a macro... yes | |
checking whether asinl is declared without a macro... yes | |
checking whether atanf is declared without a macro... yes | |
checking whether atanl is declared without a macro... yes | |
checking whether ceilf is declared without a macro... yes | |
checking whether ceill is declared without a macro... yes | |
checking whether copysign is declared without a macro... yes | |
checking whether copysignf is declared without a macro... yes | |
checking whether copysignl is declared without a macro... yes | |
checking whether cosf is declared without a macro... yes | |
checking whether cosl is declared without a macro... yes | |
checking whether coshf is declared without a macro... yes | |
checking whether expf is declared without a macro... yes | |
checking whether expl is declared without a macro... yes | |
checking whether fabsf is declared without a macro... yes | |
checking whether floorf is declared without a macro... yes | |
checking whether floorl is declared without a macro... yes | |
checking whether fma is declared without a macro... yes | |
checking whether fmaf is declared without a macro... yes | |
checking whether fmal is declared without a macro... yes | |
checking whether fmodf is declared without a macro... yes | |
checking whether frexpf is declared without a macro... yes | |
checking whether frexpl is declared without a macro... yes | |
checking whether ldexpf is declared without a macro... yes | |
checking whether ldexpl is declared without a macro... yes | |
checking whether logb is declared without a macro... yes | |
checking whether logf is declared without a macro... yes | |
checking whether logl is declared without a macro... yes | |
checking whether log10f is declared without a macro... yes | |
checking whether modff is declared without a macro... yes | |
checking whether powf is declared without a macro... yes | |
checking whether rint is declared without a macro... yes | |
checking whether rintf is declared without a macro... yes | |
checking whether rintl is declared without a macro... yes | |
checking whether round is declared without a macro... yes | |
checking whether roundf is declared without a macro... yes | |
checking whether roundl is declared without a macro... yes | |
checking whether sinf is declared without a macro... yes | |
checking whether sinl is declared without a macro... yes | |
checking whether sinhf is declared without a macro... yes | |
checking whether sqrtf is declared without a macro... yes | |
checking whether sqrtl is declared without a macro... yes | |
checking whether tanf is declared without a macro... yes | |
checking whether tanl is declared without a macro... yes | |
checking whether tanhf is declared without a macro... yes | |
checking whether trunc is declared without a macro... yes | |
checking whether truncf is declared without a macro... yes | |
checking whether truncl is declared without a macro... yes | |
checking whether mbrtowc handles incomplete characters... yes | |
checking whether mbrtowc works as well as mbtowc... yes | |
checking whether mbrtowc handles a NULL pwc argument... yes | |
checking whether mbrtowc handles a NULL string argument... yes | |
checking whether mbrtowc has a correct return value... yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbsrtowcs works... yes | |
checking for mempcpy... (cached) no | |
checking for memrchr... no | |
checking whether mkdir handles trailing slash... yes | |
checking whether mkdir handles trailing dot... yes | |
checking whether mkfifo rejects trailing slashes... no | |
checking for working mkstemp... yes | |
checking for working mktime... no | |
checking for library containing nanosleep... none required | |
checking for working nanosleep... no (mishandles large arguments) | |
checking for sys/pstat.h... no | |
checking for sys/sysmp.h... no | |
checking for sys/param.h... (cached) yes | |
checking for sys/sysctl.h... yes | |
checking for sched_getaffinity... no | |
checking for sched_getaffinity_np... no | |
checking for pstat_getdynamic... no | |
checking for sysmp... no | |
checking for sysctl... yes | |
checking whether open recognizes a trailing slash... no | |
checking for opendir... yes | |
checking whether program_invocation_name is declared... no | |
checking whether program_invocation_short_name is declared... no | |
checking for raise... yes | |
checking for sigprocmask... yes | |
checking for readdir... yes | |
checking whether readlink signature is correct... yes | |
checking whether readlink handles trailing slash correctly... no | |
checking whether rename honors trailing slash on destination... no | |
checking whether rename honors trailing slash on source... no | |
checking whether rename manages hard links correctly... yes | |
checking whether rename manages existing destinations correctly... yes | |
checking for rewinddir... yes | |
checking whether rmdir works... yes | |
checking whether round is declared... (cached) yes | |
checking whether round works... yes | |
checking whether roundf is declared... (cached) yes | |
checking whether roundf works... yes | |
checking whether select supports a 0 argument... (cached) yes | |
checking for struct sigaction.sa_sigaction... yes | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... no | |
checking whether pthread_sigmask is declared without a macro... yes | |
checking whether sigaction is declared without a macro... yes | |
checking whether sigaddset is declared without a macro... yes | |
checking whether sigdelset is declared without a macro... yes | |
checking whether sigemptyset is declared without a macro... yes | |
checking whether sigfillset is declared without a macro... yes | |
checking whether sigismember is declared without a macro... yes | |
checking whether sigpending is declared without a macro... yes | |
checking whether sigprocmask is declared without a macro... yes | |
checking for signbit macro... yes | |
checking for signbit compiler built-ins... yes | |
checking for sigprocmask... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking whether sleep is declared... yes | |
checking for working sleep... yes | |
checking for library containing setsockopt... (cached) none needed | |
checking for socklen_t... yes | |
checking for ssize_t... yes | |
checking whether stat handles trailing slashes on directories... yes | |
checking whether stat handles trailing slashes on files... no | |
checking for working stdalign.h... no | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether dprintf is declared without a macro... no | |
checking whether fpurge is declared without a macro... yes | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... no | |
checking whether getline is declared without a macro... no | |
checking whether pclose is declared without a macro... yes | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... no | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... no | |
checking whether vsnprintf is declared without a macro... yes | |
checking whether _Exit is declared without a macro... yes | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... yes | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether initstate_r is declared without a macro... no | |
checking whether mkdtemp is declared without a macro... no | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether posix_openpt is declared without a macro... yes | |
checking whether ptsname is declared without a macro... yes | |
checking whether ptsname_r is declared without a macro... no | |
checking whether random_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether setstate_r is declared without a macro... no | |
checking whether srandom_r is declared without a macro... no | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking whether strncasecmp is declared... (cached) yes | |
checking whether symlink handles trailing slash correctly... no | |
checking whether <sys/select.h> is self-contained... (cached) yes | |
checking whether pselect is declared without a macro... (cached) yes | |
checking whether select is declared without a macro... (cached) yes | |
checking whether <sys/socket.h> is self-contained... yes | |
checking for shutdown... yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... yes | |
checking for struct sockaddr_storage... yes | |
checking for sa_family_t... yes | |
checking for struct sockaddr_storage.ss_family... yes | |
checking whether socket is declared without a macro... yes | |
checking whether connect is declared without a macro... yes | |
checking whether accept is declared without a macro... yes | |
checking whether bind is declared without a macro... yes | |
checking whether getpeername is declared without a macro... yes | |
checking whether getsockname is declared without a macro... yes | |
checking whether getsockopt is declared without a macro... yes | |
checking whether listen is declared without a macro... yes | |
checking whether recv is declared without a macro... yes | |
checking whether send is declared without a macro... yes | |
checking whether recvfrom is declared without a macro... yes | |
checking whether sendto is declared without a macro... yes | |
checking whether setsockopt is declared without a macro... yes | |
checking whether shutdown is declared without a macro... yes | |
checking whether accept4 is declared without a macro... no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... no | |
checking whether fstat is declared without a macro... yes | |
checking whether fstatat is declared without a macro... no | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... yes | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... no | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking for struct tms... yes | |
checking whether times is declared without a macro... yes | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
checking for __secure_getenv... no | |
checking whether tmpfile should be overridden... no | |
checking whether trunc is declared... (cached) yes | |
checking whether truncf is declared... (cached) yes | |
checking whether chdir is declared without a macro... yes | |
checking whether chown is declared without a macro... yes | |
checking whether dup is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... no | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... no | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... no | |
checking whether fdatasync is declared without a macro... no | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... yes | |
checking whether setusershell is declared without a macro... yes | |
checking whether endusershell is declared without a macro... yes | |
checking whether group_member is declared without a macro... no | |
checking whether isatty is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... no | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... no | |
checking whether rmdir is declared without a macro... yes | |
checking whether sethostname is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... no | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... no | |
checking whether usleep is declared without a macro... yes | |
checking whether unlink honors trailing slashes... no | |
checking whether unlink of a parent directory fails as it should... no | |
checking for ptrdiff_t... yes | |
checking for vasprintf... yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... yes | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... yes | |
checking whether wcwidth is declared without a macro... yes | |
checking whether wmemchr is declared without a macro... yes | |
checking whether wmemcmp is declared without a macro... yes | |
checking whether wmemcpy is declared without a macro... yes | |
checking whether wmemmove is declared without a macro... yes | |
checking whether wmemset is declared without a macro... yes | |
checking whether wcslen is declared without a macro... yes | |
checking whether wcsnlen is declared without a macro... no | |
checking whether wcscpy is declared without a macro... yes | |
checking whether wcpcpy is declared without a macro... no | |
checking whether wcsncpy is declared without a macro... yes | |
checking whether wcpncpy is declared without a macro... no | |
checking whether wcscat is declared without a macro... yes | |
checking whether wcsncat is declared without a macro... yes | |
checking whether wcscmp is declared without a macro... yes | |
checking whether wcsncmp is declared without a macro... yes | |
checking whether wcscasecmp is declared without a macro... no | |
checking whether wcsncasecmp is declared without a macro... no | |
checking whether wcscoll is declared without a macro... yes | |
checking whether wcsxfrm is declared without a macro... yes | |
checking whether wcsdup is declared without a macro... no | |
checking whether wcschr is declared without a macro... yes | |
checking whether wcsrchr is declared without a macro... yes | |
checking whether wcscspn is declared without a macro... yes | |
checking whether wcsspn is declared without a macro... yes | |
checking whether wcspbrk is declared without a macro... yes | |
checking whether wcsstr is declared without a macro... yes | |
checking whether wcstok is declared without a macro... yes | |
checking whether wcswidth is declared without a macro... yes | |
checking whether iswcntrl works... yes | |
checking for towlower... yes | |
checking for wctype_t... yes | |
checking for wctrans_t... yes | |
checking whether wctype is declared without a macro... yes | |
checking whether iswctype is declared without a macro... yes | |
checking whether wctrans is declared without a macro... yes | |
checking whether towctrans is declared without a macro... yes | |
checking for stdint.h... (cached) yes | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for X... libraries , headers | |
checking for XrmInitialize in -lX11... yes | |
checking whether ld accepts -framework Carbon... yes | |
configure: adding -Wl,-framework -Wl,Carbon to CARBON_LIBS | |
checking for sin in -lm... yes | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether /usr/local/bin/gfortran accepts -g... yes | |
checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -L/opt/X11/lib -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../.. -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -lm -lgfortranbegin -lgfortran | |
checking for dummy main to link with Fortran 77 libraries... none | |
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore | |
configure: defining FFLAGS to be -Os -w -pipe -mmacosx-version-min=10.6 -march=core2 | |
checking whether /usr/local/bin/gfortran generates correct size integers... yes | |
checking whether /usr/local/bin/gfortran accepts -ffloat-store... no | |
checking for IEEE 754 data format... yes | |
checking whether complex class can set components independently... no | |
checking whether complex class can reference components independently... yes | |
checking libqhull/libqhull.h usability... yes | |
checking libqhull/libqhull.h presence... yes | |
checking for libqhull/libqhull.h... yes | |
checking for qh_qhull in -lqhull... yes | |
checking for qh_version in -lqhull... yes | |
checking whether the qhull library works... yes | |
checking pcre.h usability... yes | |
checking pcre.h presence... yes | |
checking for pcre.h... yes | |
checking pcre/pcre.h usability... no | |
checking pcre/pcre.h presence... no | |
checking for pcre/pcre.h... no | |
checking whether pcre.h defines the macros we need... yes | |
checking for pcre-config... yes | |
checking for pcre_compile... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for gzclearerr in -lz... yes | |
checking hdf5.h usability... yes | |
checking hdf5.h presence... yes | |
checking for hdf5.h... yes | |
checking for H5Gget_num_objs in -lhdf5... yes | |
checking whether HDF5 library has enforced version 1.6 API... no | |
checking fftw3.h usability... yes | |
checking fftw3.h presence... yes | |
checking for fftw3.h... yes | |
checking for fftw_plan_dft_1d in -lfftw3... yes | |
checking for fftw3.h... (cached) yes | |
checking for fftwf_plan_dft_1d in -lfftw3f... yes | |
checking glpk/glpk.h usability... no | |
checking glpk/glpk.h presence... no | |
checking for glpk/glpk.h... no | |
checking glpk.h usability... yes | |
checking glpk.h presence... yes | |
checking for glpk.h... yes | |
checking for _glp_lpx_simplex in -lglpk... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl_easy_escape in -lcurl... yes | |
checking Magick++.h usability... yes | |
checking Magick++.h presence... yes | |
checking for Magick++.h... yes | |
checking for Magick::ColorRGB in Magick++.h... yes | |
checking whether ld accepts -framework OpenGL... yes | |
configure: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS | |
checking whether gluTessCallback is called with "(...)"... no | |
checking for freetype-config... /opt/X11/bin/freetype-config | |
checking for FreeType -- version >= 9.0.3... yes | |
checking for FONTCONFIG... yes | |
checking for fltk-config... /usr/local/bin/fltk-config | |
checking for OpenGL support in FLTK... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/g++-4.2 static flag -static works... no | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
checking if /usr/local/bin/gfortran static flag -static works... no | |
checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gfortran linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings. | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: db15976a8726fe2585241ab5b344119f09c09afc | |
CPU: dual-core 64-bit core2 | |
OS X: 10.6.8-i386 | |
Xcode: 3.2.6 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: /usr/bin/gcc-4.2 | |
CXX: /usr/bin/g++-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT | |
CXXFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT | |
CPPFLAGS: -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include | |
LDFLAGS: -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/texinfo:/opt/X11 | |
CMAKE_INCLUDE_PATH: /opt/X11/include | |
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.6 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal:/opt/X11/share/aclocal | |
OBJC: /usr/bin/gcc-4.2 | |
PATH: /usr/local/opt/texinfo/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/Applications/MATLAB_R2011a.app/bin:/Users/carsten/Library/Haskell/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/usr/X11/bin:/usr/local/Library/Contributions/cmds:/opt/X11/bin:/usr/local/bin:/usr/local/bin | |
Error: octave did not build | |
Logs: /Users/carsten/Library/Logs/Homebrew/octave/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/15768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.6.3.tar.bz2 | |
Already downloaded: /Users/carsten/Library/Caches/Homebrew/octave-3.6.3.tar.bz2 | |
/usr/bin/tar xf /Users/carsten/Library/Caches/Homebrew/octave-3.6.3.tar.bz2 | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.3 --with-blas=-ldotwrp -Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.3 --with-blas=-ldotwrp -Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/gcc-4.2... none | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
defining man1dir to be $(mandir)/man1 | |
defining man1ext to be .1 | |
defining doc_cache_file to be $(octetcdir)/doc-cache | |
defining infofile to be $(infodir)/octave.info | |
defining octincludedir to be $(includedir)/octave-$(version)/octave | |
defining fcnfiledir to be $(datadir)/octave/$(version)/m | |
defining localfcnfiledir to be $(datadir)/octave/site/m | |
defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m | |
defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m | |
defining octetcdir to be $(datadir)/octave/$(version)/etc | |
defining octlibdir to be $(libdir)/octave/$(version) | |
defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type) | |
defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type) | |
defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type) | |
defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type) | |
defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type) | |
defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type) | |
defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type) | |
defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type) | |
defining imagedir to be $(datadir)/octave/$(version)/imagelib | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++-4.2 accepts -g... yes | |
checking dependency style of /usr/bin/g++-4.2... none | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for C++ support for new friend template declaration... yes | |
checking if C++ library is ISO compliant... yes | |
checking for broken C++ reinterpret_cast... no | |
checking for gcc... (cached) /usr/bin/gcc-4.2 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/gcc-4.2... (cached) none | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking whether /usr/bin/gcc-4.2 needs -traditional... no | |
checking for Minix Amsterdam compiler... no | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for canonicalize_file_name... no | |
checking for getcwd... yes | |
checking for readlink... yes | |
checking for realpath... yes | |
checking for _set_invalid_parameter_handler... no | |
checking for fchdir... yes | |
checking for fcntl... yes | |
checking for symlink... yes | |
checking for fdopendir... no | |
checking for mempcpy... no | |
checking for btowc... yes | |
checking for isblank... yes | |
checking for iswctype... yes | |
checking for mbsrtowcs... yes | |
checking for wmemchr... yes | |
checking for wmemcpy... yes | |
checking for wmempcpy... no | |
checking for fpurge... yes | |
checking for __fpurge... no | |
checking for __freading... no | |
checking for fstatat... no | |
checking for getdtablesize... yes | |
checking for getlogin_r... yes | |
checking for gettimeofday... yes | |
checking for getpwnam_r... yes | |
checking for link... yes | |
checking for lstat... yes | |
checking for mbsinit... yes | |
checking for mbrtowc... yes | |
checking for mprotect... yes | |
checking for mkfifo... yes | |
checking for mkostemp... no | |
checking for mkstemp... yes | |
checking for alarm... yes | |
checking for openat... no | |
checking for sigaction... yes | |
checking for sigaltstack... yes | |
checking for siginterrupt... yes | |
checking for sleep... yes | |
checking for strdup... yes | |
checking for tzset... yes | |
checking for strptime... yes | |
checking for localtime_r... yes | |
checking for times... yes | |
checking for pipe... yes | |
checking for vasnprintf... no | |
checking for snprintf... yes | |
checking for iswcntrl... yes | |
checking whether // is distinct from /... no | |
checking whether realpath works... no | |
checking for sys/param.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/socket.h... yes | |
checking for dirent.h... yes | |
checking for wctype.h... yes | |
checking for netdb.h... yes | |
checking for getopt.h... yes | |
checking for sys/time.h... yes | |
checking for sys/cdefs.h... yes | |
checking for math.h... yes | |
checking for sys/mman.h... yes | |
checking for sys/select.h... yes | |
checking for wchar.h... yes | |
checking for stdint.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/times.h... yes | |
checking for sys/uio.h... yes | |
checking for features.h... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... no | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking whether fchdir is declared... yes | |
checking for working fcntl.h... no (bad O_NOATIME) | |
checking for pid_t... yes | |
checking for mode_t... yes | |
checking for st_dm_mode in struct stat... no | |
checking whether strmode is declared... yes | |
checking for mbstate_t... yes | |
checking whether stdin defaults to large file offsets... yes | |
checking whether fseeko is declared... yes | |
checking for fseeko... yes | |
checking whether fflush works on input streams... no | |
checking whether lstat correctly handles trailing slash... no | |
checking whether ftello is declared... yes | |
checking for ftello... yes | |
checking whether ftello works... yes | |
checking whether getcwd (NULL, 0) allocates memory for result... yes | |
checking for getcwd with POSIX signature... yes | |
checking whether getcwd is declared... yes | |
checking whether getlogin_r is declared... yes | |
checking whether getlogin is declared... yes | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... no | |
checking whether getenv is declared... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for struct timeval... yes | |
checking whether gettimeofday is declared without a macro... yes | |
checking where to find the exponent in a 'double'... word 1 bit 20 | |
checking where to find the exponent in a 'float'... word 0 bit 23 | |
checking whether long double and double are the same... no | |
checking for nl_langinfo and CODESET... yes | |
checking whether getc_unlocked is declared... yes | |
checking whether we are using the GNU C Library >= 2.1 or uClibc... no | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking for a traditional japanese locale... ja_JP.eucJP | |
checking for a transitional chinese locale... zh_CN.GB18030 | |
checking for a french Unicode locale... fr_FR.UTF-8 | |
checking for a traditional french locale... fr_FR.ISO8859-1 | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... yes | |
checking whether memrchr is declared... no | |
checking whether <sys/select.h> is self-contained... yes | |
checking whether pselect is declared without a macro... yes | |
checking whether select is declared without a macro... yes | |
checking for library containing setsockopt... none needed | |
checking whether select supports a 0 argument... yes | |
checking for promoted mode_t type... int | |
checking for sigset_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for wchar_t... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 64 | |
checking for bit size of size_t... 64 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... l | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether strdup is declared... yes | |
checking whether strerror(0) succeeds... no | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking whether ffsl is declared without a macro... yes | |
checking whether ffsll is declared without a macro... no | |
checking whether memmem is declared without a macro... no | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... yes | |
checking whether stpncpy is declared without a macro... no | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... no | |
checking whether strnlen is declared without a macro... no | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strerror_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether ffs is declared without a macro... yes | |
checking whether strcasecmp is declared without a macro... yes | |
checking whether strncasecmp is declared without a macro... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct timespec in <time.h>... yes | |
checking whether localtime_r is declared... no | |
checking for wint_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking whether snprintf returns a byte count as in C99... yes | |
checking for snprintf... (cached) yes | |
checking for strnlen... no | |
checking for wcslen... yes | |
checking for wcsnlen... no | |
checking for mbrtowc... (cached) yes | |
checking for wcrtomb... yes | |
checking whether _snprintf is declared... no | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking for alloca as a compiler built-in... yes | |
checking whether this system has an arbitrary file name length limit... yes | |
checking for closedir... yes | |
checking whether copysign can be used without linking with libm... yes | |
checking whether copysignf can be used without linking with libm... yes | |
checking for d_ino member in directory struct... yes | |
checking for d_type member in directory struct... yes | |
checking whether alphasort is declared without a macro... yes | |
checking whether closedir is declared without a macro... yes | |
checking whether dirfd is declared without a macro... no | |
checking whether fdopendir is declared without a macro... no | |
checking whether opendir is declared without a macro... yes | |
checking whether readdir is declared without a macro... yes | |
checking whether rewinddir is declared without a macro... yes | |
checking whether scandir is declared without a macro... yes | |
checking for dirfd... no | |
checking whether dirfd is declared... yes | |
checking whether dirfd is a macro... yes | |
checking whether // is distinct from /... (cached) no | |
checking whether dup2 works... yes | |
checking for error_at_line... no | |
checking whether fflush works on input streams... (cached) no | |
checking whether fcntl handles F_DUPFD correctly... yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... no | |
checking whether fcntl is declared without a macro... yes | |
checking whether openat is declared without a macro... no | |
checking whether fdopendir is declared... no | |
checking whether fflush works on input streams... (cached) no | |
checking whether conversion from 'int' to 'long double' works... yes | |
checking for working POSIX fnmatch... no | |
checking whether isblank is declared... yes | |
checking whether fopen recognizes a trailing slash... yes | |
checking whether fpurge is declared... yes | |
checking whether fpurge works... no | |
checking for fseeko... (cached) yes | |
checking whether fflush works on input streams... (cached) no | |
checking for ftello... (cached) yes | |
checking whether ftello works... (cached) yes | |
checking whether getcwd handles long file names properly... no, but it is partly working | |
checking for getpagesize... yes | |
checking whether getcwd aborts when 4k < cwd_length < 16k... yes | |
checking for gethostname... yes | |
checking for HOST_NAME_MAX... 256 | |
checking whether getlogin_r works with small buffers... yes | |
checking whether gettimeofday clobbers localtime buffer... no | |
checking for gettimeofday with POSIX signature... yes | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking for GNU glob interface version 1... no | |
checking whether isnan(double) can be used without linking with libm... yes | |
checking whether isnan(float) can be used without linking with libm... yes | |
checking whether isnan(float) works... yes | |
checking whether isnan(long double) can be used without linking with libm... yes | |
checking whether isnanl works... no | |
checking where to find the exponent in a 'long double'... word 2 bit 0 | |
checking whether link obeys POSIX... no | |
checking whether lseek detects pipes... yes | |
checking whether NAN macro works... yes | |
checking whether HUGE_VAL works... yes | |
checking whether acosf is declared without a macro... yes | |
checking whether acosl is declared without a macro... yes | |
checking whether asinf is declared without a macro... yes | |
checking whether asinl is declared without a macro... yes | |
checking whether atanf is declared without a macro... yes | |
checking whether atanl is declared without a macro... yes | |
checking whether ceilf is declared without a macro... yes | |
checking whether ceill is declared without a macro... yes | |
checking whether copysign is declared without a macro... yes | |
checking whether copysignf is declared without a macro... yes | |
checking whether copysignl is declared without a macro... yes | |
checking whether cosf is declared without a macro... yes | |
checking whether cosl is declared without a macro... yes | |
checking whether coshf is declared without a macro... yes | |
checking whether expf is declared without a macro... yes | |
checking whether expl is declared without a macro... yes | |
checking whether fabsf is declared without a macro... yes | |
checking whether floorf is declared without a macro... yes | |
checking whether floorl is declared without a macro... yes | |
checking whether fma is declared without a macro... yes | |
checking whether fmaf is declared without a macro... yes | |
checking whether fmal is declared without a macro... yes | |
checking whether fmodf is declared without a macro... yes | |
checking whether frexpf is declared without a macro... yes | |
checking whether frexpl is declared without a macro... yes | |
checking whether ldexpf is declared without a macro... yes | |
checking whether ldexpl is declared without a macro... yes | |
checking whether logb is declared without a macro... yes | |
checking whether logf is declared without a macro... yes | |
checking whether logl is declared without a macro... yes | |
checking whether log10f is declared without a macro... yes | |
checking whether modff is declared without a macro... yes | |
checking whether powf is declared without a macro... yes | |
checking whether rint is declared without a macro... yes | |
checking whether rintf is declared without a macro... yes | |
checking whether rintl is declared without a macro... yes | |
checking whether round is declared without a macro... yes | |
checking whether roundf is declared without a macro... yes | |
checking whether roundl is declared without a macro... yes | |
checking whether sinf is declared without a macro... yes | |
checking whether sinl is declared without a macro... yes | |
checking whether sinhf is declared without a macro... yes | |
checking whether sqrtf is declared without a macro... yes | |
checking whether sqrtl is declared without a macro... yes | |
checking whether tanf is declared without a macro... yes | |
checking whether tanl is declared without a macro... yes | |
checking whether tanhf is declared without a macro... yes | |
checking whether trunc is declared without a macro... yes | |
checking whether truncf is declared without a macro... yes | |
checking whether truncl is declared without a macro... yes | |
checking whether mbrtowc handles incomplete characters... yes | |
checking whether mbrtowc works as well as mbtowc... yes | |
checking whether mbrtowc handles a NULL pwc argument... yes | |
checking whether mbrtowc handles a NULL string argument... yes | |
checking whether mbrtowc has a correct return value... yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether mbsrtowcs works... yes | |
checking for mempcpy... (cached) no | |
checking for memrchr... no | |
checking whether mkdir handles trailing slash... yes | |
checking whether mkdir handles trailing dot... yes | |
checking whether mkfifo rejects trailing slashes... no | |
checking for working mkstemp... yes | |
checking for working mktime... no | |
checking for library containing nanosleep... none required | |
checking for working nanosleep... no (mishandles large arguments) | |
checking for sys/pstat.h... no | |
checking for sys/sysmp.h... no | |
checking for sys/param.h... (cached) yes | |
checking for sys/sysctl.h... yes | |
checking for sched_getaffinity... no | |
checking for sched_getaffinity_np... no | |
checking for pstat_getdynamic... no | |
checking for sysmp... no | |
checking for sysctl... yes | |
checking whether open recognizes a trailing slash... no | |
checking for opendir... yes | |
checking whether program_invocation_name is declared... no | |
checking whether program_invocation_short_name is declared... no | |
checking for raise... yes | |
checking for sigprocmask... yes | |
checking for readdir... yes | |
checking whether readlink signature is correct... yes | |
checking whether readlink handles trailing slash correctly... no | |
checking whether rename honors trailing slash on destination... no | |
checking whether rename honors trailing slash on source... no | |
checking whether rename manages hard links correctly... yes | |
checking whether rename manages existing destinations correctly... yes | |
checking for rewinddir... yes | |
checking whether rmdir works... yes | |
checking whether round is declared... (cached) yes | |
checking whether round works... yes | |
checking whether roundf is declared... (cached) yes | |
checking whether roundf works... yes | |
checking whether select supports a 0 argument... (cached) yes | |
checking for struct sigaction.sa_sigaction... yes | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... no | |
checking whether pthread_sigmask is declared without a macro... yes | |
checking whether sigaction is declared without a macro... yes | |
checking whether sigaddset is declared without a macro... yes | |
checking whether sigdelset is declared without a macro... yes | |
checking whether sigemptyset is declared without a macro... yes | |
checking whether sigfillset is declared without a macro... yes | |
checking whether sigismember is declared without a macro... yes | |
checking whether sigpending is declared without a macro... yes | |
checking whether sigprocmask is declared without a macro... yes | |
checking for signbit macro... yes | |
checking for signbit compiler built-ins... yes | |
checking for sigprocmask... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking whether sleep is declared... yes | |
checking for working sleep... yes | |
checking for library containing setsockopt... (cached) none needed | |
checking for socklen_t... yes | |
checking for ssize_t... yes | |
checking whether stat handles trailing slashes on directories... yes | |
checking whether stat handles trailing slashes on files... no | |
checking for working stdalign.h... no | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether dprintf is declared without a macro... no | |
checking whether fpurge is declared without a macro... yes | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... no | |
checking whether getline is declared without a macro... no | |
checking whether pclose is declared without a macro... yes | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... no | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... no | |
checking whether vsnprintf is declared without a macro... yes | |
checking whether _Exit is declared without a macro... yes | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... yes | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether initstate_r is declared without a macro... no | |
checking whether mkdtemp is declared without a macro... no | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether posix_openpt is declared without a macro... yes | |
checking whether ptsname is declared without a macro... yes | |
checking whether ptsname_r is declared without a macro... no | |
checking whether random_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether setstate_r is declared without a macro... no | |
checking whether srandom_r is declared without a macro... no | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking whether strncasecmp is declared... (cached) yes | |
checking whether symlink handles trailing slash correctly... no | |
checking whether <sys/select.h> is self-contained... (cached) yes | |
checking whether pselect is declared without a macro... (cached) yes | |
checking whether select is declared without a macro... (cached) yes | |
checking whether <sys/socket.h> is self-contained... yes | |
checking for shutdown... yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... yes | |
checking for struct sockaddr_storage... yes | |
checking for sa_family_t... yes | |
checking for struct sockaddr_storage.ss_family... yes | |
checking whether socket is declared without a macro... yes | |
checking whether connect is declared without a macro... yes | |
checking whether accept is declared without a macro... yes | |
checking whether bind is declared without a macro... yes | |
checking whether getpeername is declared without a macro... yes | |
checking whether getsockname is declared without a macro... yes | |
checking whether getsockopt is declared without a macro... yes | |
checking whether listen is declared without a macro... yes | |
checking whether recv is declared without a macro... yes | |
checking whether send is declared without a macro... yes | |
checking whether recvfrom is declared without a macro... yes | |
checking whether sendto is declared without a macro... yes | |
checking whether setsockopt is declared without a macro... yes | |
checking whether shutdown is declared without a macro... yes | |
checking whether accept4 is declared without a macro... no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... no | |
checking whether fstat is declared without a macro... yes | |
checking whether fstatat is declared without a macro... no | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... yes | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... no | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking for struct tms... yes | |
checking whether times is declared without a macro... yes | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
checking for __secure_getenv... no | |
checking whether tmpfile should be overridden... no | |
checking whether trunc is declared... (cached) yes | |
checking whether truncf is declared... (cached) yes | |
checking whether chdir is declared without a macro... yes | |
checking whether chown is declared without a macro... yes | |
checking whether dup is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... no | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... no | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... no | |
checking whether fdatasync is declared without a macro... no | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... yes | |
checking whether setusershell is declared without a macro... yes | |
checking whether endusershell is declared without a macro... yes | |
checking whether group_member is declared without a macro... no | |
checking whether isatty is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... no | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... no | |
checking whether rmdir is declared without a macro... yes | |
checking whether sethostname is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... no | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... no | |
checking whether usleep is declared without a macro... yes | |
checking whether unlink honors trailing slashes... no | |
checking whether unlink of a parent directory fails as it should... no | |
checking for ptrdiff_t... yes | |
checking for vasprintf... yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... yes | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... yes | |
checking whether wcwidth is declared without a macro... yes | |
checking whether wmemchr is declared without a macro... yes | |
checking whether wmemcmp is declared without a macro... yes | |
checking whether wmemcpy is declared without a macro... yes | |
checking whether wmemmove is declared without a macro... yes | |
checking whether wmemset is declared without a macro... yes | |
checking whether wcslen is declared without a macro... yes | |
checking whether wcsnlen is declared without a macro... no | |
checking whether wcscpy is declared without a macro... yes | |
checking whether wcpcpy is declared without a macro... no | |
checking whether wcsncpy is declared without a macro... yes | |
checking whether wcpncpy is declared without a macro... no | |
checking whether wcscat is declared without a macro... yes | |
checking whether wcsncat is declared without a macro... yes | |
checking whether wcscmp is declared without a macro... yes | |
checking whether wcsncmp is declared without a macro... yes | |
checking whether wcscasecmp is declared without a macro... no | |
checking whether wcsncasecmp is declared without a macro... no | |
checking whether wcscoll is declared without a macro... yes | |
checking whether wcsxfrm is declared without a macro... yes | |
checking whether wcsdup is declared without a macro... no | |
checking whether wcschr is declared without a macro... yes | |
checking whether wcsrchr is declared without a macro... yes | |
checking whether wcscspn is declared without a macro... yes | |
checking whether wcsspn is declared without a macro... yes | |
checking whether wcspbrk is declared without a macro... yes | |
checking whether wcsstr is declared without a macro... yes | |
checking whether wcstok is declared without a macro... yes | |
checking whether wcswidth is declared without a macro... yes | |
checking whether iswcntrl works... yes | |
checking for towlower... yes | |
checking for wctype_t... yes | |
checking for wctrans_t... yes | |
checking whether wctype is declared without a macro... yes | |
checking whether iswctype is declared without a macro... yes | |
checking whether wctrans is declared without a macro... yes | |
checking whether towctrans is declared without a macro... yes | |
checking for stdint.h... (cached) yes | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for X... libraries , headers | |
checking for XrmInitialize in -lX11... yes | |
checking whether ld accepts -framework Carbon... yes | |
configure: adding -Wl,-framework -Wl,Carbon to CARBON_LIBS | |
checking for sin in -lm... yes | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether /usr/local/bin/gfortran accepts -g... yes | |
checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -L/opt/X11/lib -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5664/bin/../lib/gcc/i686-apple-darwin10/4.2.1/../../.. -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../../i686-apple-darwin10/4.2.1 -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/../../.. -lm -lgfortranbegin -lgfortran | |
checking for dummy main to link with Fortran 77 libraries... none | |
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore | |
configure: defining FFLAGS to be -Os -w -pipe -mmacosx-version-min=10.6 -march=core2 | |
checking whether /usr/local/bin/gfortran generates correct size integers... yes | |
checking whether /usr/local/bin/gfortran accepts -ffloat-store... no | |
checking for IEEE 754 data format... yes | |
checking whether complex class can set components independently... no | |
checking whether complex class can reference components independently... yes | |
checking libqhull/libqhull.h usability... yes | |
checking libqhull/libqhull.h presence... yes | |
checking for libqhull/libqhull.h... yes | |
checking for qh_qhull in -lqhull... yes | |
checking for qh_version in -lqhull... yes | |
checking whether the qhull library works... yes | |
checking pcre.h usability... yes | |
checking pcre.h presence... yes | |
checking for pcre.h... yes | |
checking pcre/pcre.h usability... no | |
checking pcre/pcre.h presence... no | |
checking for pcre/pcre.h... no | |
checking whether pcre.h defines the macros we need... yes | |
checking for pcre-config... yes | |
checking for pcre_compile... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for gzclearerr in -lz... yes | |
checking hdf5.h usability... yes | |
checking hdf5.h presence... yes | |
checking for hdf5.h... yes | |
checking for H5Gget_num_objs in -lhdf5... yes | |
checking whether HDF5 library has enforced version 1.6 API... no | |
checking fftw3.h usability... yes | |
checking fftw3.h presence... yes | |
checking for fftw3.h... yes | |
checking for fftw_plan_dft_1d in -lfftw3... yes | |
checking for fftw3.h... (cached) yes | |
checking for fftwf_plan_dft_1d in -lfftw3f... yes | |
checking glpk/glpk.h usability... no | |
checking glpk/glpk.h presence... no | |
checking for glpk/glpk.h... no | |
checking glpk.h usability... yes | |
checking glpk.h presence... yes | |
checking for glpk.h... yes | |
checking for _glp_lpx_simplex in -lglpk... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for curl_easy_escape in -lcurl... yes | |
checking Magick++.h usability... yes | |
checking Magick++.h presence... yes | |
checking for Magick++.h... yes | |
checking for Magick::ColorRGB in Magick++.h... yes | |
checking whether ld accepts -framework OpenGL... yes | |
configure: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS | |
checking whether gluTessCallback is called with "(...)"... no | |
checking for freetype-config... /opt/X11/bin/freetype-config | |
checking for FreeType -- version >= 9.0.3... yes | |
checking for FONTCONFIG... yes | |
checking for fltk-config... /usr/local/bin/fltk-config | |
checking for OpenGL support in FLTK... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/g++-4.2 static flag -static works... no | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
checking if /usr/local/bin/gfortran static flag -static works... no | |
checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gfortran linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
checking for sgemm_ in -ldotwrp -Wl,-framework -Wl,Accelerate... yes | |
checking whether LSAME is called correctly from Fortran... no | |
checking whether ISAMAX is called correctly from Fortran... no | |
checking whether SDOT is called correctly from Fortran... no | |
checking whether DDOT is called correctly from Fortran... no | |
checking whether CDOTU is called correctly from Fortran... no | |
checking whether ZDOTU is called correctly from Fortran... no | |
checking whether the integer size is correct... no | |
configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings. | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: db15976a8726fe2585241ab5b344119f09c09afc | |
CPU: dual-core 64-bit core2 | |
OS X: 10.6.8-i386 | |
Xcode: 3.2.6 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: /usr/bin/gcc-4.2 | |
CXX: /usr/bin/g++-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT | |
CXXFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT | |
CPPFLAGS: -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include | |
LDFLAGS: -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/texinfo:/opt/X11 | |
CMAKE_INCLUDE_PATH: /opt/X11/include | |
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.6 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal:/opt/X11/share/aclocal | |
OBJC: /usr/bin/gcc-4.2 | |
PATH: /usr/local/opt/texinfo/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/Applications/MATLAB_R2011a.app/bin:/Users/carsten/Library/Haskell/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/usr/X11/bin:/usr/local/Library/Contributions/cmds:/opt/X11/bin:/usr/local/bin:/usr/local/bin | |
Error: octave did not build | |
Logs: /Users/carsten/Library/Logs/Homebrew/octave/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/15768 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.6.3 --with-blas=-ldotwrp -Wl,-framework -Wl,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = omhp-stud-30-162.wireless.uva.nl | |
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: 2.00 gigabytes | |
Default processor set: 74 tasks, 340 threads, 2 processors | |
Load average: 1.97, Mach factor: 0.73 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/opt/texinfo/bin | |
PATH: /usr/local/bin | |
PATH: /Library/Frameworks/Python.framework/Versions/2.6/bin | |
PATH: /Applications/MATLAB_R2011a.app/bin | |
PATH: /Users/carsten/Library/Haskell/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /opt/X11/bin | |
PATH: /usr/texbin | |
PATH: /usr/X11/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
PATH: /opt/X11/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:4579: checking for a BSD-compatible install | |
configure:4647: result: /usr/bin/install -c | |
configure:4658: checking whether build environment is sane | |
configure:4708: result: yes | |
configure:4849: checking for a thread-safe mkdir -p | |
configure:4888: result: build-aux/install-sh -c -d | |
configure:4902: checking for gawk | |
configure:4932: result: no | |
configure:4902: checking for mawk | |
configure:4932: result: no | |
configure:4902: checking for nawk | |
configure:4932: result: no | |
configure:4902: checking for awk | |
configure:4918: found /usr/bin/awk | |
configure:4929: result: awk | |
configure:4940: checking whether make sets $(MAKE) | |
configure:4962: result: yes | |
configure:5037: checking how to create a ustar tar archive | |
configure:5050: tar --version | |
bsdtar 2.6.2 - libarchive 2.6.2 | |
configure:5053: $? = 0 | |
configure:5093: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:5096: $? = 0 | |
configure:5100: tar -xf - <conftest.tar | |
configure:5103: $? = 0 | |
configure:5116: result: gnutar | |
configure:5128: checking build system type | |
configure:5142: result: x86_64-apple-darwin10.8.0 | |
configure:5162: checking host system type | |
configure:5175: result: x86_64-apple-darwin10.8.0 | |
configure:5240: checking for style of include used by make | |
configure:5268: result: GNU | |
configure:5339: checking for gcc | |
configure:5366: result: /usr/bin/gcc-4.2 | |
configure:5595: checking for C compiler version | |
configure:5604: /usr/bin/gcc-4.2 --version >&5 | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
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:5615: $? = 0 | |
configure:5604: /usr/bin/gcc-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
configure:5615: $? = 0 | |
configure:5604: /usr/bin/gcc-4.2 -V >&5 | |
gcc-4.2: argument to `-V' is missing | |
configure:5615: $? = 1 | |
configure:5604: /usr/bin/gcc-4.2 -qversion >&5 | |
i686-apple-darwin10-gcc-4.2.1: no input files | |
configure:5615: $? = 1 | |
configure:5635: checking whether the C compiler works | |
configure:5657: /usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:5661: $? = 0 | |
configure:5709: result: yes | |
configure:5712: checking for C compiler default output file name | |
configure:5714: result: a.out | |
configure:5720: checking for suffix of executables | |
configure:5727: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:5731: $? = 0 | |
configure:5753: result: | |
configure:5775: checking whether we are cross compiling | |
configure:5783: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:5787: $? = 0 | |
configure:5794: ./conftest | |
configure:5798: $? = 0 | |
configure:5813: result: no | |
configure:5818: checking for suffix of object files | |
configure:5840: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:5844: $? = 0 | |
configure:5865: result: o | |
configure:5869: checking whether we are using the GNU C compiler | |
configure:5888: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:5888: $? = 0 | |
configure:5897: result: yes | |
configure:5906: checking whether /usr/bin/gcc-4.2 accepts -g | |
configure:5926: /usr/bin/gcc-4.2 -c -g -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:5926: $? = 0 | |
configure:5967: result: yes | |
configure:5984: checking for /usr/bin/gcc-4.2 option to accept ISO C89 | |
configure:6047: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6047: $? = 0 | |
configure:6060: result: none needed | |
configure:6082: checking dependency style of /usr/bin/gcc-4.2 | |
configure:6193: result: none | |
configure:6214: checking how to run the C preprocessor | |
configure:6245: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
configure:6245: $? = 0 | |
configure:6259: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | |
configure:6259: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6284: result: /usr/bin/gcc-4.2 -E | |
configure:6304: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
configure:6304: $? = 0 | |
configure:6318: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | |
configure:6318: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6347: checking for grep that handles long lines and -e | |
configure:6405: result: /usr/bin/grep | |
configure:6410: checking for egrep | |
configure:6472: result: /usr/bin/grep -E | |
configure:6477: checking for ANSI C header files | |
configure:6497: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6497: $? = 0 | |
configure:6570: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:6570: $? = 0 | |
configure:6570: ./conftest | |
configure:6570: $? = 0 | |
configure:6581: result: yes | |
configure:6594: checking for sys/types.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for sys/stat.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for stdlib.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for string.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for memory.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for strings.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for inttypes.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for stdint.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6594: checking for unistd.h | |
configure:6594: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6594: $? = 0 | |
configure:6594: result: yes | |
configure:6609: checking minix/config.h usability | |
configure:6609: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:55:26: error: minix/config.h: No such file or directory | |
configure:6609: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define 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:6609: result: no | |
configure:6609: checking minix/config.h presence | |
configure:6609: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:22:26: error: minix/config.h: No such file or directory | |
configure:6609: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define 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:6609: result: no | |
configure:6609: checking for minix/config.h | |
configure:6609: result: no | |
configure:6638: checking whether it is safe to define __EXTENSIONS__ | |
configure:6656: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:6656: $? = 0 | |
configure:6663: result: yes | |
configure:6746: result: defining man1dir to be $(mandir)/man1 | |
configure:6750: result: defining man1ext to be .1 | |
configure:6754: result: defining doc_cache_file to be $(octetcdir)/doc-cache | |
configure:6758: result: defining infofile to be $(infodir)/octave.info | |
configure:6762: result: defining octincludedir to be $(includedir)/octave-$(version)/octave | |
configure:6766: result: defining fcnfiledir to be $(datadir)/octave/$(version)/m | |
configure:6770: result: defining localfcnfiledir to be $(datadir)/octave/site/m | |
configure:6774: result: defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m | |
configure:6778: result: defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m | |
configure:6782: result: defining octetcdir to be $(datadir)/octave/$(version)/etc | |
configure:6786: result: defining octlibdir to be $(libdir)/octave/$(version) | |
configure:6790: result: defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(canonical_host_type) | |
configure:6794: result: defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(canonical_host_type) | |
configure:6798: result: defining localapiarchlibdir to be $(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type) | |
configure:6802: result: defining localverarchlibdir to be $(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type) | |
configure:6806: result: defining octfiledir to be $(libdir)/octave/$(version)/oct/$(canonical_host_type) | |
configure:6810: result: defining localoctfiledir to be $(libdir)/octave/site/oct/$(canonical_host_type) | |
configure:6814: result: defining localapioctfiledir to be $(libdir)/octave/site/oct/$(api_version)/$(canonical_host_type) | |
configure:6818: result: defining localveroctfiledir to be $(libdir)/octave/$(version)/site/oct/$(canonical_host_type) | |
configure:6822: result: defining imagedir to be $(datadir)/octave/$(version)/imagelib | |
configure:6877: checking for pkg-config | |
configure:6895: found /usr/local/bin/pkg-config | |
configure:6907: result: /usr/local/bin/pkg-config | |
configure:6932: checking pkg-config is at least version 0.9.0 | |
configure:6935: result: yes | |
configure:7160: defining __NO_MATH_INLINES avoids buggy GNU libc exp function | |
configure:7280: checking for C++ compiler version | |
configure:7289: /usr/bin/g++-4.2 --version >&5 | |
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
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:7300: $? = 0 | |
configure:7289: /usr/bin/g++-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
configure:7300: $? = 0 | |
configure:7289: /usr/bin/g++-4.2 -V >&5 | |
g++-4.2: argument to `-V' is missing | |
configure:7300: $? = 1 | |
configure:7289: /usr/bin/g++-4.2 -qversion >&5 | |
i686-apple-darwin10-g++-4.2.1: no input files | |
configure:7300: $? = 1 | |
configure:7304: checking whether we are using the GNU C++ compiler | |
configure:7323: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp >&5 | |
configure:7323: $? = 0 | |
configure:7332: result: yes | |
configure:7341: checking whether /usr/bin/g++-4.2 accepts -g | |
configure:7361: /usr/bin/g++-4.2 -c -g -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp >&5 | |
configure:7361: $? = 0 | |
configure:7402: result: yes | |
configure:7427: checking dependency style of /usr/bin/g++-4.2 | |
configure:7538: result: none | |
configure:7558: checking how to run the C++ preprocessor | |
configure:7585: /usr/bin/g++-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp | |
configure:7585: $? = 0 | |
configure:7599: /usr/bin/g++-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp | |
conftest.cpp:32:28: error: ac_nonexistent.h: No such file or directory | |
configure:7599: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #define __NO_MATH_INLINES 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7624: result: /usr/bin/g++-4.2 -E | |
configure:7644: /usr/bin/g++-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp | |
configure:7644: $? = 0 | |
configure:7658: /usr/bin/g++-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp | |
conftest.cpp:32:28: error: ac_nonexistent.h: No such file or directory | |
configure:7658: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #define __NO_MATH_INLINES 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7708: checking for C++ support for new friend template declaration | |
configure:7745: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.cpp >&5 | |
Undefined symbols: | |
"operator==(A const&, A const&)", referenced from: | |
_main in ccG8XXya.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:7745: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #define __NO_MATH_INLINES 1 | |
| /* end confdefs.h. */ | |
| #include "conftest.h" | |
| int | |
| main () | |
| { | |
| A a (1); | |
| return a == A(1); | |
| ; | |
| return 0; | |
| } | |
configure:7761: result: yes | |
configure:7771: checking if C++ library is ISO compliant | |
configure:7809: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.cpp >&5 | |
configure:7809: $? = 0 | |
configure:7825: result: yes | |
configure:7841: checking for broken C++ reinterpret_cast | |
configure:7862: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.cpp >&5 | |
configure:7862: $? = 0 | |
configure:7869: result: no | |
configure:7933: checking for gcc | |
configure:7960: result: /usr/bin/gcc-4.2 | |
configure:8189: checking for C compiler version | |
configure:8198: /usr/bin/gcc-4.2 --version >&5 | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
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:8209: $? = 0 | |
configure:8198: /usr/bin/gcc-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
configure:8209: $? = 0 | |
configure:8198: /usr/bin/gcc-4.2 -V >&5 | |
gcc-4.2: argument to `-V' is missing | |
configure:8209: $? = 1 | |
configure:8198: /usr/bin/gcc-4.2 -qversion >&5 | |
i686-apple-darwin10-gcc-4.2.1: no input files | |
configure:8209: $? = 1 | |
configure:8213: checking whether we are using the GNU C compiler | |
configure:8241: result: yes | |
configure:8250: checking whether /usr/bin/gcc-4.2 accepts -g | |
configure:8311: result: yes | |
configure:8328: checking for /usr/bin/gcc-4.2 option to accept ISO C89 | |
configure:8404: result: none needed | |
configure:8426: checking dependency style of /usr/bin/gcc-4.2 | |
configure:8537: result: none | |
configure:8557: checking how to run the C preprocessor | |
configure:8627: result: /usr/bin/gcc-4.2 -E | |
configure:8647: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
configure:8647: $? = 0 | |
configure:8661: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:34:28: error: ac_nonexistent.h: No such file or directory | |
configure:8661: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:8690: checking whether /usr/bin/gcc-4.2 needs -traditional | |
conftest.c:34:20: error: termio.h: No such file or directory | |
configure:8724: result: no | |
configure:8736: checking for Minix Amsterdam compiler | |
configure:8760: result: no | |
configure:8812: checking for ar | |
configure:8828: found /usr/bin/ar | |
configure:8839: result: ar | |
configure:8919: checking for ranlib | |
configure:8935: found /usr/bin/ranlib | |
configure:8946: result: ranlib | |
configure:8978: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:8997: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:8997: $? = 0 | |
configure:9025: result: no | |
configure:9080: checking for special C compiler options needed for large files | |
configure:9125: result: no | |
configure:9131: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:9156: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9156: $? = 0 | |
configure:9188: result: no | |
configure:9458: checking for size_t | |
configure:9458: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9458: $? = 0 | |
configure:9458: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:71: error: expected expression before ')' token | |
configure:9458: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9458: result: yes | |
configure:9471: checking for working alloca.h | |
configure:9488: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9488: $? = 0 | |
configure:9496: result: yes | |
configure:9504: checking for alloca | |
configure:9541: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9541: $? = 0 | |
configure:9549: result: yes | |
configure:9737: checking for canonicalize_file_name | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_canonicalize_file_name", referenced from: | |
_main in ccxLmPoH.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for getcwd | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for readlink | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for realpath | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for _set_invalid_parameter_handler | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"__set_invalid_parameter_handler", referenced from: | |
_main in ccVpJTS6.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for fchdir | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for fcntl | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for symlink | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for fdopendir | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_fdopendir", referenced from: | |
_main in ccnvIm69.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for mempcpy | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_mempcpy", referenced from: | |
_main in cc6VJ5Qq.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for btowc | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for isblank | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for iswctype | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mbsrtowcs | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for wmemchr | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for wmemcpy | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for wmempcpy | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_wmempcpy", referenced from: | |
_main in ccn2s1XC.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for fpurge | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for __fpurge | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"___fpurge", referenced from: | |
_main in cc77QQ1O.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for __freading | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"___freading", referenced from: | |
_main in ccOalz3V.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for fstatat | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_fstatat", referenced from: | |
_main in ccufm49e.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for getdtablesize | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for getlogin_r | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for gettimeofday | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for getpwnam_r | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for link | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for lstat | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mbsinit | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mbrtowc | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mprotect | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mkfifo | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for mkostemp | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_mkostemp", referenced from: | |
_main in ccp7qWc1.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for mkstemp | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for alarm | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for openat | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_openat", referenced from: | |
_main in ccCELEwb.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for sigaction | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for sigaltstack | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for siginterrupt | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for sleep | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for strdup | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for tzset | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for strptime | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for localtime_r | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for times | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for pipe | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for vasnprintf | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_vasnprintf", referenced from: | |
_main in ccCHDP7T.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:9737: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9737: result: no | |
configure:9737: checking for snprintf | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9737: checking for iswcntrl | |
configure:9737: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9737: $? = 0 | |
configure:9737: result: yes | |
configure:9754: checking whether // is distinct from / | |
configure:9783: result: no | |
configure:9795: checking whether realpath works | |
configure:9959: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:9959: $? = 0 | |
configure:9959: ./conftest | |
configure:9959: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9971: result: no | |
configure:9985: checking for sys/param.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for unistd.h | |
configure:9985: result: yes | |
configure:9985: checking for sys/socket.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for dirent.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for wctype.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for netdb.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for getopt.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for sys/time.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for sys/cdefs.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for math.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for sys/mman.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for sys/select.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for wchar.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for stdint.h | |
configure:9985: result: yes | |
configure:9985: checking for strings.h | |
configure:9985: result: yes | |
configure:9985: checking for sys/stat.h | |
configure:9985: result: yes | |
configure:9985: checking for sys/times.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for sys/uio.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:9985: $? = 0 | |
configure:9985: result: yes | |
configure:9985: checking for features.h | |
configure:9985: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:126:22: error: features.h: No such file or directory | |
configure:9985: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:9985: result: no | |
configure:10132: checking for inline | |
configure:10148: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:10148: $? = 0 | |
configure:10156: result: inline | |
configure:10368: checking whether byte ordering is bigendian | |
configure:10383: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:10383: $? = 0 | |
configure:10428: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:10428: $? = 0 | |
configure:10446: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:99: error: 'not' undeclared (first use in this function) | |
conftest.c:99: error: (Each undeclared identifier is reported only once | |
conftest.c:99: error: for each function it appears in.) | |
conftest.c:99: error: expected ';' before 'big' | |
configure:10446: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:10574: result: no | |
configure:10595: checking whether the preprocessor supports include_next | |
configure:10633: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -Iconftestd1b -Iconftestd2 conftest.c >&5 | |
configure:10633: $? = 0 | |
configure:10654: result: yes | |
configure:10675: checking whether system header files limit the line length | |
configure:10698: result: no | |
configure:10711: checking for complete errno.h | |
configure:10772: result: yes | |
configure:11069: checking whether strerror_r is declared | |
configure:11069: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11069: $? = 0 | |
configure:11069: result: yes | |
configure:11082: checking for strerror_r | |
configure:11082: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11082: $? = 0 | |
configure:11082: result: yes | |
configure:11091: checking whether strerror_r returns char * | |
configure:11115: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:132: error: invalid type argument of 'unary *' | |
configure:11115: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11153: result: no | |
configure:11164: checking whether fchdir is declared | |
configure:11164: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11164: $? = 0 | |
configure:11164: result: yes | |
configure:11299: checking for working fcntl.h | |
configure:11391: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11391: $? = 0 | |
configure:11391: ./conftest | |
configure:11391: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11406: result: no (bad O_NOATIME) | |
configure:11429: checking for pid_t | |
configure:11429: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11429: $? = 0 | |
configure:11429: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:133: error: expected expression before ')' token | |
configure:11429: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11429: result: yes | |
configure:11440: checking for mode_t | |
configure:11440: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11440: $? = 0 | |
configure:11440: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:133: error: expected expression before ')' token | |
configure:11440: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11440: result: yes | |
configure:11453: checking for st_dm_mode in struct stat | |
configure:11471: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:103: error: 'struct stat' has no member named 'st_dm_mode' | |
configure:11471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11478: result: no | |
configure:11488: checking whether strmode is declared | |
configure:11488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11488: $? = 0 | |
configure:11488: result: yes | |
configure:11503: checking for mbstate_t | |
configure:11527: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11527: $? = 0 | |
configure:11534: result: yes | |
configure:11569: checking whether stdin defaults to large file offsets | |
configure:11593: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11593: $? = 0 | |
configure:11601: result: yes | |
configure:11604: checking whether fseeko is declared | |
configure:11604: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11604: $? = 0 | |
configure:11604: result: yes | |
configure:11622: checking for fseeko | |
configure:11640: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11640: $? = 0 | |
configure:11649: result: yes | |
configure:11666: checking whether fflush works on input streams | |
configure:11728: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11728: $? = 0 | |
configure:11728: ./conftest | |
configure:11728: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11740: result: no | |
configure:11785: checking whether lstat correctly handles trailing slash | |
configure:11816: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11816: $? = 0 | |
configure:11816: ./conftest | |
configure:11816: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:11833: result: no | |
configure:11844: checking whether ftello is declared | |
configure:11844: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:11844: $? = 0 | |
configure:11844: result: yes | |
configure:11867: checking for ftello | |
configure:11884: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11884: $? = 0 | |
configure:11893: result: yes | |
configure:11902: checking whether ftello works | |
configure:11978: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:11978: $? = 0 | |
configure:11978: ./conftest | |
configure:11978: $? = 0 | |
configure:11989: result: yes | |
configure:12005: checking whether getcwd (NULL, 0) allocates memory for result | |
configure:12061: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:12061: $? = 0 | |
configure:12061: ./conftest | |
configure:12061: $? = 0 | |
configure:12071: result: yes | |
configure:12075: checking for getcwd with POSIX signature | |
configure:12097: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12097: $? = 0 | |
configure:12105: result: yes | |
configure:12108: checking whether getcwd is declared | |
configure:12108: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12108: $? = 0 | |
configure:12108: result: yes | |
configure:12123: checking whether getlogin_r is declared | |
configure:12123: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12123: $? = 0 | |
configure:12123: result: yes | |
configure:12136: checking whether getlogin is declared | |
configure:12136: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12136: $? = 0 | |
configure:12136: result: yes | |
configure:12239: checking for getopt.h | |
configure:12239: result: yes | |
configure:12256: checking for getopt_long_only | |
configure:12256: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:12256: $? = 0 | |
configure:12256: result: yes | |
configure:12270: checking whether getopt is POSIX compatible | |
configure:12287: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:12287: $? = 0 | |
configure:12407: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -DOPTIND_MIN=1 -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:12407: $? = 0 | |
configure:12407: ./conftest | |
configure:12407: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:12419: result: no | |
configure:12699: checking whether getenv is declared | |
configure:12699: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12699: $? = 0 | |
configure:12699: result: yes | |
configure:12710: checking for C/C++ restrict keyword | |
configure:12735: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12735: $? = 0 | |
configure:12743: result: __restrict | |
configure:12875: checking for struct timeval | |
configure:12898: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12898: $? = 0 | |
configure:12905: result: yes | |
configure:12914: checking whether gettimeofday is declared without a macro | |
configure:12936: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:12936: $? = 0 | |
configure:12944: result: yes | |
configure:12966: checking where to find the exponent in a 'double' | |
configure:13280: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13280: $? = 0 | |
configure:13280: ./conftest | |
configure:13280: $? = 0 | |
configure:13292: result: word 1 bit 20 | |
configure:13312: checking where to find the exponent in a 'float' | |
configure:13389: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13389: $? = 0 | |
configure:13389: ./conftest | |
configure:13389: $? = 0 | |
configure:13401: result: word 0 bit 23 | |
configure:13421: checking whether long double and double are the same | |
configure:13442: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:122: error: size of array 'check' is negative | |
configure:13442: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:13450: result: no | |
configure:13465: checking for nl_langinfo and CODESET | |
configure:13481: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13481: $? = 0 | |
configure:13490: result: yes | |
configure:13498: checking whether getc_unlocked is declared | |
configure:13498: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:13498: $? = 0 | |
configure:13498: result: yes | |
configure:13510: checking whether we are using the GNU C Library >= 2.1 or uClibc | |
conftest.c:117:22: error: features.h: No such file or directory | |
configure:13540: result: no | |
configure:13549: checking whether malloc, realloc, calloc are POSIX compliant | |
configure:13569: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:13569: $? = 0 | |
configure:13577: result: yes | |
configure:13583: checking for stdlib.h | |
configure:13583: result: yes | |
configure:13593: checking for GNU libc compatible malloc | |
configure:13617: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13617: $? = 0 | |
configure:13617: ./conftest | |
configure:13617: $? = 0 | |
configure:13627: result: yes | |
configure:13642: checking for unsigned long long int | |
configure:13681: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13681: $? = 0 | |
configure:13690: result: yes | |
configure:13700: checking for long long int | |
configure:13738: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13738: $? = 0 | |
configure:13738: ./conftest | |
configure:13738: $? = 0 | |
configure:13750: result: yes | |
configure:13860: checking for a traditional japanese locale | |
configure:13930: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:13933: $? = 0 | |
configure:13991: result: ja_JP.eucJP | |
configure:13999: checking for a transitional chinese locale | |
configure:14070: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14073: $? = 0 | |
configure:14124: result: zh_CN.GB18030 | |
configure:14131: checking for a french Unicode locale | |
configure:14201: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14204: $? = 0 | |
configure:14250: result: fr_FR.UTF-8 | |
configure:14258: checking for a traditional french locale | |
configure:14324: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14327: $? = 0 | |
configure:14383: result: fr_FR.ISO8859-1 | |
configure:14474: checking for mmap | |
configure:14474: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14474: $? = 0 | |
configure:14474: result: yes | |
configure:14485: checking for MAP_ANONYMOUS | |
configure:14522: result: yes | |
configure:14544: checking whether memchr works | |
configure:14607: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14607: $? = 0 | |
configure:14607: ./conftest | |
configure:14607: $? = 0 | |
configure:14617: result: yes | |
configure:14624: checking whether memrchr is declared | |
configure:14624: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:162: error: 'memrchr' 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:14624: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:14624: result: no | |
configure:14668: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:14668: $? = 0 | |
configure:14712: checking whether <sys/select.h> is self-contained | |
configure:14729: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:14729: $? = 0 | |
configure:14748: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:14748: $? = 0 | |
configure:14778: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:14778: $? = 0 | |
configure:14791: result: yes | |
configure:14904: checking whether pselect is declared without a macro | |
configure:14928: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:14928: $? = 0 | |
configure:14936: result: yes | |
configure:14904: checking whether select is declared without a macro | |
configure:14928: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:14928: $? = 0 | |
configure:14936: result: yes | |
configure:15022: checking for library containing setsockopt | |
configure:15044: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15044: $? = 0 | |
configure:15125: result: none needed | |
configure:15147: checking whether select supports a 0 argument | |
configure:15179: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15179: $? = 0 | |
configure:15179: ./conftest | |
configure:15179: $? = 0 | |
configure:15190: result: yes | |
configure:15228: checking for promoted mode_t type | |
configure:15245: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:15245: $? = 0 | |
configure:15253: result: int | |
configure:15284: checking for sigset_t | |
configure:15284: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:15284: $? = 0 | |
configure:15284: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:135: error: expected expression before ')' token | |
configure:15284: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15284: result: yes | |
configure:15307: checking for uid_t in sys/types.h | |
configure:15326: result: yes | |
configure:15359: checking for stdbool.h that conforms to C99 | |
configure:15426: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:15426: $? = 0 | |
configure:15433: result: yes | |
configure:15435: checking for _Bool | |
configure:15435: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:15435: $? = 0 | |
configure:15435: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:163: error: expected expression before ')' token | |
configure:15435: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15435: result: yes | |
configure:15451: checking for wchar_t | |
configure:15468: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:15468: $? = 0 | |
configure:15475: result: yes | |
configure:15608: checking whether stdint.h conforms to C99 | |
configure:15777: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:248: error: negative width in bit-field 'check_UINT8_C' | |
conftest.c:250: error: negative width in bit-field 'check_UINT16_C' | |
configure:15777: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15869: result: no | |
configure:15878: checking sys/inttypes.h usability | |
configure:15878: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:162:26: error: sys/inttypes.h: No such file or directory | |
configure:15878: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15878: result: no | |
configure:15878: checking sys/inttypes.h presence | |
configure:15878: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:129:26: error: sys/inttypes.h: No such file or directory | |
configure:15878: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15878: result: no | |
configure:15878: checking for sys/inttypes.h | |
configure:15878: result: no | |
configure:15878: checking sys/bitypes.h usability | |
configure:15878: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:162:25: error: sys/bitypes.h: No such file or directory | |
configure:15878: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15878: result: no | |
configure:15878: checking sys/bitypes.h presence | |
configure:15878: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
conftest.c:129:25: error: sys/bitypes.h: No such file or directory | |
configure:15878: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:15878: result: no | |
configure:15878: checking for sys/bitypes.h | |
configure:15878: result: no | |
configure:15907: checking for bit size of ptrdiff_t | |
configure:15912: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15912: $? = 0 | |
configure:15912: ./conftest | |
configure:15912: $? = 0 | |
configure:15933: result: 64 | |
configure:15907: checking for bit size of size_t | |
configure:15912: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15912: $? = 0 | |
configure:15912: ./conftest | |
configure:15912: $? = 0 | |
configure:15933: result: 64 | |
configure:15952: checking for bit size of sig_atomic_t | |
configure:15957: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15957: $? = 0 | |
configure:15957: ./conftest | |
configure:15957: $? = 0 | |
configure:15978: result: 32 | |
configure:15952: checking for bit size of wchar_t | |
configure:15957: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15957: $? = 0 | |
configure:15957: ./conftest | |
configure:15957: $? = 0 | |
configure:15978: result: 32 | |
configure:15952: checking for bit size of wint_t | |
configure:15957: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:15957: $? = 0 | |
configure:15957: ./conftest | |
configure:15957: $? = 0 | |
configure:15978: result: 32 | |
configure:15996: checking whether sig_atomic_t is signed | |
configure:16023: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16023: $? = 0 | |
configure:16033: result: yes | |
configure:15996: checking whether wchar_t is signed | |
configure:16023: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16023: $? = 0 | |
configure:16033: result: yes | |
configure:15996: checking whether wint_t is signed | |
configure:16023: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16023: $? = 0 | |
configure:16033: result: yes | |
configure:16055: checking for ptrdiff_t integer literal suffix | |
configure:16101: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:149: error: conflicting types for 'foo' | |
conftest.c:148: error: previous declaration of 'foo' was here | |
configure:16101: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16101: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16101: $? = 0 | |
configure:16110: result: l | |
configure:16055: checking for size_t integer literal suffix | |
configure:16101: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:150: error: conflicting types for 'foo' | |
conftest.c:149: error: previous declaration of 'foo' was here | |
configure:16101: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16101: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16101: $? = 0 | |
configure:16110: result: ul | |
configure:16127: checking for sig_atomic_t integer literal suffix | |
configure:16173: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16173: $? = 0 | |
configure:16182: result: | |
configure:16127: checking for wchar_t integer literal suffix | |
configure:16173: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16173: $? = 0 | |
configure:16182: result: | |
configure:16127: checking for wint_t integer literal suffix | |
configure:16173: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16173: $? = 0 | |
configure:16182: result: | |
configure:16220: checking whether strdup is declared | |
configure:16220: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16220: $? = 0 | |
configure:16220: result: yes | |
configure:16233: checking whether strerror(0) succeeds | |
configure:16262: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:16262: $? = 0 | |
configure:16262: ./conftest | |
configure:16262: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16273: result: no | |
configure:16282: checking whether struct tm is in sys/time.h or time.h | |
configure:16302: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16302: $? = 0 | |
configure:16309: result: time.h | |
configure:16317: checking for struct tm.tm_zone | |
configure:16317: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16317: $? = 0 | |
configure:16317: result: yes | |
configure:16385: checking for struct tm.tm_gmtoff | |
configure:16385: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16385: $? = 0 | |
configure:16385: result: yes | |
configure:16470: checking whether ffsl is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether ffsll is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'ffsll' undeclared (first use in this function) | |
conftest.c:154: error: (Each undeclared identifier is reported only once | |
conftest.c:154: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether memmem is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'memmem' undeclared (first use in this function) | |
conftest.c:154: error: (Each undeclared identifier is reported only once | |
conftest.c:154: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether mempcpy is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'mempcpy' undeclared (first use in this function) | |
conftest.c:154: error: (Each undeclared identifier is reported only once | |
conftest.c:154: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether memrchr is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'memrchr' undeclared (first use in this function) | |
conftest.c:154: error: (Each undeclared identifier is reported only once | |
conftest.c:154: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether rawmemchr is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'rawmemchr' undeclared (first use in this function) | |
conftest.c:154: error: (Each undeclared identifier is reported only once | |
conftest.c:154: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether stpcpy is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether stpncpy is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'stpncpy' undeclared (first use in this function) | |
conftest.c:155: error: (Each undeclared identifier is reported only once | |
conftest.c:155: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether strchrnul is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'strchrnul' undeclared (first use in this function) | |
conftest.c:155: error: (Each undeclared identifier is reported only once | |
conftest.c:155: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether strdup is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strncat is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strndup is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:157: error: 'strndup' undeclared (first use in this function) | |
conftest.c:157: error: (Each undeclared identifier is reported only once | |
conftest.c:157: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether strnlen is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:157: error: 'strnlen' undeclared (first use in this function) | |
conftest.c:157: error: (Each undeclared identifier is reported only once | |
conftest.c:157: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16470: checking whether strpbrk is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strsep is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strcasestr is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strtok_r is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strerror_r is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strsignal is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16488: $? = 0 | |
configure:16496: result: yes | |
configure:16470: checking whether strverscmp is declared without a macro | |
configure:16488: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:163: error: 'strverscmp' undeclared (first use in this function) | |
conftest.c:163: error: (Each undeclared identifier is reported only once | |
conftest.c:163: error: for each function it appears in.) | |
configure:16488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16496: result: no | |
configure:16597: checking whether ffs is declared without a macro | |
configure:16619: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16619: $? = 0 | |
configure:16627: result: yes | |
configure:16597: checking whether strcasecmp is declared without a macro | |
configure:16619: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16619: $? = 0 | |
configure:16627: result: yes | |
configure:16597: checking whether strncasecmp is declared without a macro | |
configure:16619: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16619: $? = 0 | |
configure:16627: result: yes | |
configure:16663: checking whether stat file-mode macros are broken | |
configure:16690: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16690: $? = 0 | |
configure:16697: result: no | |
configure:16722: checking for struct timespec in <time.h> | |
configure:16739: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16739: $? = 0 | |
configure:16746: result: yes | |
configure:16891: checking whether localtime_r is declared | |
configure:16891: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:200: error: 'localtime_r' undeclared (first use in this function) | |
conftest.c:200: error: (Each undeclared identifier is reported only once | |
conftest.c:200: error: for each function it appears in.) | |
configure:16891: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:16891: result: no | |
configure:16911: checking for wint_t | |
configure:16936: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16936: $? = 0 | |
configure:16943: result: yes | |
configure:16963: checking for inttypes.h | |
configure:16982: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:16982: $? = 0 | |
configure:16989: result: yes | |
configure:17000: checking for stdint.h | |
configure:17017: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:17017: $? = 0 | |
configure:17024: result: yes | |
configure:17037: checking for intmax_t | |
configure:17062: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:17062: $? = 0 | |
configure:17069: result: yes | |
configure:17095: checking whether snprintf returns a byte count as in C99 | |
configure:17165: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17165: $? = 0 | |
configure:17165: ./conftest | |
configure:17165: $? = 0 | |
configure:17176: result: yes | |
configure:17188: checking for snprintf | |
configure:17188: result: yes | |
configure:17188: checking for strnlen | |
configure:17188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_strnlen", referenced from: | |
_main in ccWifnhg.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:17188: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:17188: result: no | |
configure:17188: checking for wcslen | |
configure:17188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17188: $? = 0 | |
configure:17188: result: yes | |
configure:17188: checking for wcsnlen | |
configure:17188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_wcsnlen", referenced from: | |
_main in ccKqenY5.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:17188: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:17188: result: no | |
configure:17188: checking for mbrtowc | |
configure:17188: result: yes | |
configure:17188: checking for wcrtomb | |
configure:17188: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17188: $? = 0 | |
configure:17188: result: yes | |
configure:17197: checking whether _snprintf is declared | |
configure:17197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:178: error: '_snprintf' undeclared (first use in this function) | |
conftest.c:178: error: (Each undeclared identifier is reported only once | |
conftest.c:178: error: for each function it appears in.) | |
configure:17197: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:17197: result: no | |
configure:17220: checking whether <wchar.h> uses 'inline' correctly | |
configure:17242: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:17245: $? = 0 | |
configure:17263: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:17266: $? = 0 | |
configure:17279: result: yes | |
configure:17337: checking for alloca as a compiler built-in | |
configure:17361: result: yes | |
configure:17475: checking whether this system has an arbitrary file name length limit | |
configure:17516: result: yes | |
configure:17625: checking for closedir | |
configure:17625: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17625: $? = 0 | |
configure:17625: result: yes | |
configure:17724: checking whether copysign can be used without linking with libm | |
configure:17753: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17753: $? = 0 | |
configure:17762: result: yes | |
configure:17859: checking whether copysignf can be used without linking with libm | |
configure:17888: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:17888: $? = 0 | |
configure:17897: result: yes | |
configure:17991: checking for d_ino member in directory struct | |
configure:18026: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:18026: $? = 0 | |
configure:18026: ./conftest | |
configure:18026: $? = 0 | |
configure:18036: result: yes | |
configure:18045: checking for d_type member in directory struct | |
configure:18064: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:18064: $? = 0 | |
configure:18074: result: yes | |
configure:18170: checking whether alphasort is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18170: checking whether closedir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18170: checking whether dirfd is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:192: error: 'dirfd' undeclared (first use in this function) | |
conftest.c:192: error: (Each undeclared identifier is reported only once | |
conftest.c:192: error: for each function it appears in.) | |
configure:18188: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:18196: result: no | |
configure:18170: checking whether fdopendir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:192: error: 'fdopendir' undeclared (first use in this function) | |
conftest.c:192: error: (Each undeclared identifier is reported only once | |
conftest.c:192: error: for each function it appears in.) | |
configure:18188: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:18196: result: no | |
configure:18170: checking whether opendir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18170: checking whether readdir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18170: checking whether rewinddir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18170: checking whether scandir is declared without a macro | |
configure:18188: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18188: $? = 0 | |
configure:18196: result: yes | |
configure:18215: checking for dirfd | |
configure:18215: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_dirfd", referenced from: | |
_main in ccfEIkSX.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:18215: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:18215: result: no | |
configure:18224: checking whether dirfd is declared | |
configure:18224: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:18224: $? = 0 | |
configure:18224: result: yes | |
configure:18241: checking whether dirfd is a macro | |
configure:18264: result: yes | |
configure:18357: checking whether // is distinct from / | |
configure:18386: result: no | |
configure:18452: checking whether dup2 works | |
configure:18506: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:18506: $? = 0 | |
configure:18506: ./conftest | |
configure:18506: $? = 0 | |
configure:18517: result: yes | |
configure:18568: checking for error_at_line | |
configure:18584: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
conftest.c:195:19: error: error.h: No such file or directory | |
configure:18584: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:18592: result: no | |
configure:18704: checking whether fflush works on input streams | |
configure:18778: result: no | |
configure:18833: checking whether fcntl handles F_DUPFD correctly | |
configure:18863: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:18863: $? = 0 | |
configure:18863: ./conftest | |
configure:18863: $? = 0 | |
configure:18873: result: yes | |
configure:18891: checking whether fcntl understands F_DUPFD_CLOEXEC | |
configure:18912: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:200: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | |
configure:18912: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:18941: result: no | |
configure:19081: checking whether fcntl is declared without a macro | |
configure:19099: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:19099: $? = 0 | |
configure:19107: result: yes | |
configure:19081: checking whether openat is declared without a macro | |
configure:19099: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:205: error: 'openat' 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:19099: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:19107: result: no | |
configure:19124: checking whether fdopendir is declared | |
configure:19124: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:210: error: 'fdopendir' 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:19124: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:19124: result: no | |
configure:19237: checking whether fflush works on input streams | |
configure:19311: result: no | |
configure:19414: checking whether conversion from 'int' to 'long double' works | |
configure:19455: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:19455: $? = 0 | |
configure:19455: ./conftest | |
configure:19455: $? = 0 | |
configure:19466: result: yes | |
configure:19606: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:19606: $? = 0 | |
configure:19689: checking for working POSIX fnmatch | |
configure:19790: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:19790: $? = 0 | |
configure:19790: ./conftest | |
configure:19790: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:19802: result: no | |
configure:19838: checking whether isblank is declared | |
configure:19838: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:19838: $? = 0 | |
configure:19838: result: yes | |
configure:19863: checking whether fopen recognizes a trailing slash | |
configure:19889: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:19889: $? = 0 | |
configure:19889: ./conftest | |
configure:19889: $? = 0 | |
configure:19901: result: yes | |
configure:19948: checking whether fpurge is declared | |
configure:19948: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:19948: $? = 0 | |
configure:19948: result: yes | |
configure:19963: checking whether fpurge works | |
configure:19998: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:19998: $? = 0 | |
configure:19998: ./conftest | |
configure:19998: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:20008: result: no | |
configure:20091: checking for fseeko | |
configure:20118: result: yes | |
configure:20135: checking whether fflush works on input streams | |
configure:20209: result: no | |
configure:20436: checking for ftello | |
configure:20462: result: yes | |
configure:20471: checking whether ftello works | |
configure:20558: result: yes | |
configure:20615: checking whether getcwd handles long file names properly | |
configure:20811: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:20811: $? = 0 | |
configure:20811: ./conftest | |
configure:20811: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:20826: result: no, but it is partly working | |
configure:20837: checking for getpagesize | |
configure:20837: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:20837: $? = 0 | |
configure:20837: result: yes | |
configure:20846: checking whether getcwd aborts when 4k < cwd_length < 16k | |
configure:20965: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:20965: $? = 0 | |
configure:20965: ./conftest | |
configure:20965: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:20981: result: yes | |
configure:21162: checking for gethostname | |
configure:21162: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21162: $? = 0 | |
configure:21162: result: yes | |
configure:21221: checking for HOST_NAME_MAX | |
configure:21247: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21247: $? = 0 | |
configure:21247: ./conftest | |
configure:21247: $? = 0 | |
configure:21270: result: 256 | |
configure:21339: checking whether getlogin_r works with small buffers | |
configure:21379: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21379: $? = 0 | |
configure:21379: ./conftest | |
configure:21379: $? = 0 | |
configure:21393: result: yes | |
configure:21534: checking whether gettimeofday clobbers localtime buffer | |
configure:21566: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21566: $? = 0 | |
configure:21566: ./conftest | |
configure:21566: $? = 0 | |
configure:21576: result: no | |
configure:21594: checking for gettimeofday with POSIX signature | |
configure:21622: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:21622: $? = 0 | |
configure:21647: result: yes | |
configure:21717: checking glob.h usability | |
configure:21717: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:21717: $? = 0 | |
configure:21717: result: yes | |
configure:21717: checking glob.h presence | |
configure:21717: /usr/bin/gcc-4.2 -E -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c | |
configure:21717: $? = 0 | |
configure:21717: result: yes | |
configure:21717: checking for glob.h | |
configure:21717: result: yes | |
configure:21731: checking for GNU glob interface version 1 | |
configure:21741: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:233:26: error: gnu-versions.h: No such file or directory | |
conftest.c:234: error: '_GNU_GLOB_INTERFACE_VERSION' undeclared here (not in a function) | |
configure:21741: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:21748: result: no | |
configure:21877: checking whether isnan(double) can be used without linking with libm | |
configure:21902: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21902: $? = 0 | |
configure:21911: result: yes | |
configure:21938: checking whether isnan(float) can be used without linking with libm | |
configure:21963: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:21963: $? = 0 | |
configure:21972: result: yes | |
configure:21979: checking whether isnan(float) works | |
configure:22047: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22047: $? = 0 | |
configure:22047: ./conftest | |
configure:22047: $? = 0 | |
configure:22058: result: yes | |
configure:22201: checking whether isnan(long double) can be used without linking with libm | |
configure:22226: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22226: $? = 0 | |
configure:22235: result: yes | |
configure:22244: checking whether isnanl works | |
configure:22382: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22382: $? = 0 | |
configure:22382: ./conftest | |
configure:22382: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:22393: result: no | |
configure:22421: checking where to find the exponent in a 'long double' | |
configure:22501: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22501: $? = 0 | |
configure:22501: ./conftest | |
configure:22501: $? = 0 | |
configure:22513: result: word 2 bit 0 | |
configure:22541: checking whether link obeys POSIX | |
configure:22578: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22578: $? = 0 | |
configure:22578: ./conftest | |
configure:22578: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:22589: result: no | |
configure:22637: checking whether lseek detects pipes | |
configure:22665: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:22665: $? = 0 | |
configure:22696: result: yes | |
configure:22895: checking whether NAN macro works | |
configure:22918: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22918: $? = 0 | |
configure:22925: result: yes | |
configure:22930: checking whether HUGE_VAL works | |
configure:22948: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22948: $? = 0 | |
configure:22955: result: yes | |
configure:22964: checking whether acosf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether acosl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether asinf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether asinl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether atanf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether atanl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether ceilf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether ceill is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether copysign is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether copysignf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether copysignl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether cosf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether cosl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether coshf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether expf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether expl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether fabsf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether floorf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether floorl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether fma is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether fmaf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether fmal is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether fmodf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether frexpf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether frexpl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether ldexpf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether ldexpl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether logb is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether logf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether logl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether log10f is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether modff is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether powf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether rint is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether rintf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether rintl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether round is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether roundf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether roundl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether sinf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether sinl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether sinhf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether sqrtf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether sqrtl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether tanf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether tanl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether tanhf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether trunc is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether truncf is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:22964: checking whether truncl is declared without a macro | |
configure:22981: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:22981: $? = 0 | |
configure:22989: result: yes | |
configure:23015: checking whether mbrtowc handles incomplete characters | |
configure:23060: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23060: $? = 0 | |
configure:23060: ./conftest | |
configure:23060: $? = 0 | |
configure:23072: result: yes | |
configure:23078: checking whether mbrtowc works as well as mbtowc | |
configure:23127: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23127: $? = 0 | |
configure:23127: ./conftest | |
configure:23127: $? = 0 | |
configure:23139: result: yes | |
configure:23190: checking whether mbrtowc handles a NULL pwc argument | |
configure:23249: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23249: $? = 0 | |
configure:23249: ./conftest | |
configure:23249: $? = 0 | |
configure:23261: result: yes | |
configure:23267: checking whether mbrtowc handles a NULL string argument | |
configure:23314: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23314: $? = 0 | |
configure:23314: ./conftest | |
configure:23314: $? = 0 | |
configure:23326: result: yes | |
configure:23334: checking whether mbrtowc has a correct return value | |
configure:23449: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23449: $? = 0 | |
configure:23449: ./conftest | |
configure:23449: $? = 0 | |
configure:23464: result: yes | |
configure:23470: checking whether mbrtowc returns 0 when parsing a NUL character | |
configure:23514: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:23514: $? = 0 | |
configure:23514: ./conftest | |
configure:23514: $? = 0 | |
configure:23526: result: yes | |
configure:23609: checking whether mbrtowc handles incomplete characters | |
configure:23666: result: yes | |
configure:23672: checking whether mbrtowc works as well as mbtowc | |
configure:23733: result: yes | |
configure:23831: checking whether mbrtowc handles incomplete characters | |
configure:23888: result: yes | |
configure:23894: checking whether mbrtowc works as well as mbtowc | |
configure:23955: result: yes | |
configure:24009: checking whether mbsrtowcs works | |
configure:24101: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24101: $? = 0 | |
configure:24101: ./conftest | |
configure:24101: $? = 0 | |
configure:24113: result: yes | |
configure:24213: checking for mempcpy | |
configure:24213: result: no | |
configure:24267: checking for memrchr | |
configure:24267: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_memrchr", referenced from: | |
_main in ccuIzGVv.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:24267: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:24267: result: no | |
configure:24307: checking whether mkdir handles trailing slash | |
configure:24330: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24330: $? = 0 | |
configure:24330: ./conftest | |
configure:24330: $? = 0 | |
configure:24343: result: yes | |
configure:24349: checking whether mkdir handles trailing dot | |
configure:24372: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24372: $? = 0 | |
configure:24372: ./conftest | |
configure:24372: $? = 0 | |
configure:24385: result: yes | |
configure:24413: checking whether mkfifo rejects trailing slashes | |
configure:24445: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24445: $? = 0 | |
configure:24445: ./conftest | |
configure:24445: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:24456: result: no | |
configure:24544: checking for working mkstemp | |
configure:24591: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24591: $? = 0 | |
configure:24591: ./conftest | |
configure:24591: $? = 0 | |
configure:24603: result: yes | |
configure:24653: checking for working mktime | |
configure:24855: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24855: $? = 0 | |
configure:24855: ./conftest | |
configure:24855: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:24866: result: no | |
configure:24958: checking for library containing nanosleep | |
configure:24989: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:24989: $? = 0 | |
configure:25006: result: none required | |
configure:25026: checking for working nanosleep | |
configure:25087: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25087: $? = 0 | |
configure:25087: ./conftest | |
configure:25087: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25099: result: no (mishandles large arguments) | |
configure:25163: checking for sys/pstat.h | |
configure:25163: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:341:23: error: sys/pstat.h: No such file or directory | |
configure:25163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25163: result: no | |
configure:25163: checking for sys/sysmp.h | |
configure:25163: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:341:23: error: sys/sysmp.h: No such file or directory | |
configure:25163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25163: result: no | |
configure:25163: checking for sys/param.h | |
configure:25163: result: yes | |
configure:25176: checking for sys/sysctl.h | |
configure:25176: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:25176: $? = 0 | |
configure:25176: result: yes | |
configure:25196: checking for sched_getaffinity | |
configure:25196: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_sched_getaffinity", referenced from: | |
_main in cc7J3st5.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:25196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25196: result: no | |
configure:25196: checking for sched_getaffinity_np | |
configure:25196: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_sched_getaffinity_np", referenced from: | |
_main in ccf1o8B2.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:25196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25196: result: no | |
configure:25196: checking for pstat_getdynamic | |
configure:25196: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_pstat_getdynamic", referenced from: | |
_main in ccH7mj7v.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:25196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25196: result: no | |
configure:25196: checking for sysmp | |
configure:25196: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
Undefined symbols: | |
"_sysmp", referenced from: | |
_main in ccFokbvJ.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:25196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25196: result: no | |
configure:25196: checking for sysctl | |
configure:25196: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25196: $? = 0 | |
configure:25196: result: yes | |
configure:25249: checking whether open recognizes a trailing slash | |
configure:25288: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25288: $? = 0 | |
configure:25288: ./conftest | |
configure:25288: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25300: result: no | |
configure:25421: checking for opendir | |
configure:25421: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25421: $? = 0 | |
configure:25421: result: yes | |
configure:25478: checking whether program_invocation_name is declared | |
configure:25478: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:325: error: 'program_invocation_name' undeclared (first use in this function) | |
conftest.c:325: error: (Each undeclared identifier is reported only once | |
conftest.c:325: error: for each function it appears in.) | |
configure:25478: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25478: result: no | |
configure:25490: checking whether program_invocation_short_name is declared | |
configure:25490: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:326: error: 'program_invocation_short_name' undeclared (first use in this function) | |
conftest.c:326: error: (Each undeclared identifier is reported only once | |
conftest.c:326: error: for each function it appears in.) | |
configure:25490: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25490: result: no | |
configure:25508: checking for raise | |
configure:25508: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25508: $? = 0 | |
configure:25508: result: yes | |
configure:25528: checking for sigprocmask | |
configure:25528: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25528: $? = 0 | |
configure:25528: result: yes | |
configure:25579: checking for readdir | |
configure:25579: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25579: $? = 0 | |
configure:25579: result: yes | |
configure:25625: checking whether readlink signature is correct | |
configure:25643: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:25643: $? = 0 | |
configure:25650: result: yes | |
configure:25652: checking whether readlink handles trailing slash correctly | |
configure:25676: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25676: $? = 0 | |
configure:25676: ./conftest | |
configure:25676: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25687: result: no | |
configure:25772: checking whether rename honors trailing slash on destination | |
configure:25811: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25811: $? = 0 | |
configure:25811: ./conftest | |
configure:25811: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25823: result: no | |
configure:25832: checking whether rename honors trailing slash on source | |
configure:25871: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25871: $? = 0 | |
configure:25871: ./conftest | |
configure:25871: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:25883: result: no | |
configure:25893: checking whether rename manages hard links correctly | |
configure:25930: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25930: $? = 0 | |
configure:25930: ./conftest | |
configure:25930: $? = 0 | |
configure:25948: result: yes | |
configure:25957: checking whether rename manages existing destinations correctly | |
configure:25988: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:25988: $? = 0 | |
configure:25988: ./conftest | |
configure:25988: $? = 0 | |
configure:26000: result: yes | |
configure:26041: checking for rewinddir | |
configure:26041: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26041: $? = 0 | |
configure:26041: result: yes | |
configure:26084: checking whether rmdir works | |
configure:26120: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26120: $? = 0 | |
configure:26120: ./conftest | |
configure:26120: $? = 0 | |
configure:26131: result: yes | |
configure:26168: checking whether round is declared | |
configure:26168: result: yes | |
configure:26202: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26202: $? = 0 | |
configure:26213: checking whether round works | |
configure:26249: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26249: $? = 0 | |
configure:26249: ./conftest | |
configure:26249: $? = 0 | |
configure:26261: result: yes | |
configure:26440: checking whether roundf is declared | |
configure:26440: result: yes | |
configure:26474: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26474: $? = 0 | |
configure:26485: checking whether roundf works | |
configure:26518: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:26518: $? = 0 | |
configure:26518: ./conftest | |
configure:26518: $? = 0 | |
configure:26530: result: yes | |
configure:26750: checking whether select supports a 0 argument | |
configure:26793: result: yes | |
configure:26860: checking for struct sigaction.sa_sigaction | |
configure:26860: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:26860: $? = 0 | |
configure:26860: result: yes | |
configure:27001: checking for volatile sig_atomic_t | |
configure:27001: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27001: $? = 0 | |
configure:27001: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:346: error: expected expression before ')' token | |
configure:27001: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:27001: result: yes | |
configure:27017: checking for sighandler_t | |
configure:27017: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:346: error: 'sighandler_t' undeclared (first use in this function) | |
conftest.c:346: error: (Each undeclared identifier is reported only once | |
conftest.c:346: error: for each function it appears in.) | |
configure:27017: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:27017: result: no | |
configure:27031: checking whether pthread_sigmask is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigaction is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigaddset is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigdelset is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigemptyset is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigfillset is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigismember is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigpending is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27031: checking whether sigprocmask is declared without a macro | |
configure:27049: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27049: $? = 0 | |
configure:27057: result: yes | |
configure:27071: checking for signbit macro | |
configure:27170: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:27170: $? = 0 | |
configure:27170: ./conftest | |
configure:27170: $? = 0 | |
configure:27181: result: yes | |
configure:27183: checking for signbit compiler built-ins | |
configure:27279: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:27279: $? = 0 | |
configure:27279: ./conftest | |
configure:27279: $? = 0 | |
configure:27290: result: yes | |
configure:27813: checking for sigprocmask | |
configure:27813: result: yes | |
configure:27856: checking for stdint.h | |
configure:27856: result: yes | |
configure:27866: checking for SIZE_MAX | |
configure:27937: result: yes | |
configure:27950: checking whether sleep is declared | |
configure:27950: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:27950: $? = 0 | |
configure:27950: result: yes | |
configure:27966: checking for working sleep | |
configure:28008: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:28008: $? = 0 | |
configure:28008: ./conftest | |
configure:28008: $? = 0 | |
configure:28018: result: yes | |
configure:28126: checking for library containing setsockopt | |
configure:28229: result: none needed | |
configure:28244: checking for socklen_t | |
configure:28244: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28244: $? = 0 | |
configure:28244: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:368: error: expected expression before ')' token | |
configure:28244: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28244: result: yes | |
configure:28308: checking for ssize_t | |
configure:28325: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28325: $? = 0 | |
configure:28332: result: yes | |
configure:28343: checking whether stat handles trailing slashes on directories | |
configure:28366: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:28366: $? = 0 | |
configure:28366: ./conftest | |
configure:28366: $? = 0 | |
configure:28376: result: yes | |
configure:28378: checking whether stat handles trailing slashes on files | |
configure:28412: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include -L/usr/local/opt/readline/lib -L/usr/local/opt/texinfo/lib -L/usr/local/lib -F/usr/local/Frameworks -L/opt/X11/lib -arch x86_64 conftest.c >&5 | |
configure:28412: $? = 0 | |
configure:28412: ./conftest | |
configure:28412: $? = 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.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28423: result: no | |
configure:28470: checking for working stdalign.h | |
configure:28495: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c:355:22: error: stdalign.h: No such file or directory | |
conftest.c:356: error: expected expression before 'int' | |
conftest.c:356: error: expected expression before 'double' | |
conftest.c:356: error: initializer element is not constant | |
conftest.c:360: error: expected declaration specifiers or '...' before numeric constant | |
conftest.c: In function 'alignas': | |
conftest.c:360: error: expected declaration specifiers before 'alignas_int' | |
conftest.c:365: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
conftest.c:369: error: expected '{' at end of input | |
configure:28495: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28502: result: no | |
configure:28556: checking whether NULL can be used in arbitrary expressions | |
configure:28574: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28574: $? = 0 | |
configure:28581: result: yes | |
configure:28764: checking whether dprintf is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:361: error: 'dprintf' undeclared (first use in this function) | |
conftest.c:361: error: (Each undeclared identifier is reported only once | |
conftest.c:361: error: for each function it appears in.) | |
configure:28782: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28790: result: no | |
configure:28764: checking whether fpurge is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether fseeko is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether ftello is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether getdelim is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:364: error: 'getdelim' undeclared (first use in this function) | |
conftest.c:364: error: (Each undeclared identifier is reported only once | |
conftest.c:364: error: for each function it appears in.) | |
configure:28782: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28790: result: no | |
configure:28764: checking whether getline is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:364: error: 'getline' undeclared (first use in this function) | |
conftest.c:364: error: (Each undeclared identifier is reported only once | |
conftest.c:364: error: for each function it appears in.) | |
configure:28782: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28790: result: no | |
configure:28764: checking whether pclose is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether popen is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether renameat is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:366: error: 'renameat' 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:28782: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28790: result: no | |
configure:28764: checking whether snprintf is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether tmpfile is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28764: checking whether vdprintf is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:368: error: 'vdprintf' undeclared (first use in this function) | |
conftest.c:368: error: (Each undeclared identifier is reported only once | |
conftest.c:368: error: for each function it appears in.) | |
configure:28782: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28790: result: no | |
configure:28764: checking whether vsnprintf is declared without a macro | |
configure:28782: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28782: $? = 0 | |
configure:28790: result: yes | |
configure:28875: checking whether _Exit is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether atoll is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether canonicalize_file_name is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:377: error: 'canonicalize_file_name' undeclared (first use in this function) | |
conftest.c:377: error: (Each undeclared identifier is reported only once | |
conftest.c:377: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28907: result: no | |
configure:28875: checking whether getloadavg is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether getsubopt is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether grantpt is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether initstate_r is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:380: error: 'initstate_r' undeclared (first use in this function) | |
conftest.c:380: error: (Each undeclared identifier is reported only once | |
conftest.c:380: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28907: result: no | |
configure:28875: checking whether mkdtemp is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:380: error: 'mkdtemp' undeclared (first use in this function) | |
conftest.c:380: error: (Each undeclared identifier is reported only once | |
conftest.c:380: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28907: result: no | |
configure:28875: checking whether mkostemp is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:380: error: 'mkostemp' undeclared (first use in this function) | |
conftest.c:380: error: (Each undeclared identifier is reported only once | |
conftest.c:380: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28907: result: no | |
configure:28875: checking whether mkostemps is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:380: error: 'mkostemps' undeclared (first use in this function) | |
conftest.c:380: error: (Each undeclared identifier is reported only once | |
conftest.c:380: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_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 OCTAVE_IDX_TYPE int | |
| #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:28907: result: no | |
configure:28875: checking whether mkstemp is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
configure:28899: $? = 0 | |
configure:28907: result: yes | |
configure:28875: checking whether mkstemps is declared without a macro | |
configure:28899: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 -m64 -D_REENTRANT -I/usr/local/opt/readline/include -F/usr/local/Frameworks -I/opt/X11/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:381: error: 'mkstemps' undeclared (first use in this function) | |
conftest.c:381: error: (Each undeclared identifier is reported only once | |
conftest.c:381: error: for each function it appears in.) | |
configure:28899: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU Octave" | |
| #define PACKAGE_TARNAME "octave" | |
| #define PACKAGE_VERSION "3.6.3" | |
| #define PACKAGE_STRING "GNU Octave 3.6.3" | |
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/octave/" | |
| #define PACKAGE "octave" | |
| #define VERSION "3.6.3" | |
| #define OCTAVE_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
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